Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\PreExecutionListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ModuleToEntityTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ModuleToEntityTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\Authentication\AuthenticationSuccessHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Voter\PermissionVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Voter\PermissionVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Listener\DirectorListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Listener\LiveListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Listener\ModuleListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Listener\NotificationListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Listener\ProgramListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Listener\SubjectListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Listener\UserListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\GenerateCertificateCommand" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventListener\KernelRequest" service.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
"SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_login_at AS last_login_at_5, t0.last_logout_at AS last_logout_at_6, t0.description AS description_7, t0.lastname AS lastname_8, t0.firstname AS firstname_9, t0.is_first_connexion AS is_first_connexion_10, t0.registration_number AS registration_number_11, t0.hierarchical_level AS hierarchical_level_12, t0.phone_number AS phone_number_13, t0.status AS status_14, t0.active AS active_15, t0.referent AS referent_16, t0.entry_date AS entry_date_17, t0.activation_code AS activation_code_18, t0.activation_code_expired_at AS activation_code_expired_at_19, t0.reset_code AS reset_code_20, t0.reset_code_expired_at AS reset_code_expired_at_21, t0.device_tokens AS device_tokens_22, t0.is_verified AS is_verified_23, t0.profile_color AS profile_color_24, t0.is_internal_account AS is_internal_account_25, t0.elapsed_time AS elapsed_time_26, t0.last_login_notified_at AS last_login_notified_at_27, t0.country_id AS country_id_28, t0.module_id AS module_id_29, t0.subsidiary_company_id AS subsidiary_company_id_30, t0.job_id AS job_id_31, t0.office_id AS office_id_32, t0.contract_id AS contract_id_33, t0.photo_id AS photo_id_34, t0.responsible_id AS responsible_id_35 FROM `user` t0 WHERE t0.id = ?"
(parameters:
[1 => 704]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_login_at AS last_login_at_5, t0.last_logout_at AS last_logout_at_6, t0.description AS description_7, t0.lastname AS lastname_8, t0.firstname AS firstname_9, t0.is_first_connexion AS is_first_connexion_10, t0.registration_number AS registration_number_11, t0.hierarchical_level AS hierarchical_level_12, t0.phone_number AS phone_number_13, t0.status AS status_14, t0.active AS active_15, t0.referent AS referent_16, t0.entry_date AS entry_date_17, t0.activation_code AS activation_code_18, t0.activation_code_expired_at AS activation_code_expired_at_19, t0.reset_code AS reset_code_20, t0.reset_code_expired_at AS reset_code_expired_at_21, t0.device_tokens AS device_tokens_22, t0.is_verified AS is_verified_23, t0.profile_color AS profile_color_24, t0.is_internal_account AS is_internal_account_25, t0.elapsed_time AS elapsed_time_26, t0.last_login_notified_at AS last_login_notified_at_27, t0.country_id AS country_id_28, t0.module_id AS module_id_29, t0.subsidiary_company_id AS subsidiary_company_id_30, t0.job_id AS job_id_31, t0.office_id AS office_id_32, t0.contract_id AS contract_id_33, t0.photo_id AS photo_id_34, t0.responsible_id AS responsible_id_35 FROM `user` t0 WHERE t0.id = ?"
"params" => [1 => 704]
"types" => [1 => 1]
]
"SELECT l0_.id AS id_0, l0_.title AS title_1, l0_.description AS description_2, l0_.type AS type_3, l0_.is_all_jobs AS is_all_jobs_4, l0_.is_all_offices AS is_all_offices_5, l0_.is_all_contracts AS is_all_contracts_6, l0_.is_all_subsidiary_companies AS is_all_subsidiary_companies_7, l0_.is_published AS is_published_8, l0_.knowledges AS knowledges_9, l0_.start_at AS start_at_10, l0_.end_at AS end_at_11, l0_.slug AS slug_12, l0_.time AS time_13, l0_.is_do_not_miss AS is_do_not_miss_14, l0_.reject_reason AS reject_reason_15, l0_.current_place AS current_place_16, l0_.review_reason AS review_reason_17, l0_.starting_notification_sent AS starting_notification_sent_18, l0_.created_at AS created_at_19, l0_.updated_at AS updated_at_20, l0_.cover_id AS cover_id_21, l0_.created_by AS created_by_22 FROM live l0_ LEFT JOIN live_module l2_ ON l0_.id = l2_.live_id LEFT JOIN module m1_ ON m1_.id = l2_.module_id AND (m1_.is_published = 1) LEFT JOIN program_module p4_ ON m1_.id = p4_.module_id LEFT JOIN program p3_ ON p3_.id = p4_.program_id LEFT JOIN program_participation p5_ ON p3_.id = p5_.program_id LEFT JOIN `user` u6_ ON l0_.created_by = u6_.id WHERE ((l0_.type = ? AND (l0_.is_published = 1 AND p5_.created_by = ?) AND (p3_.id IS NOT NULL AND DATE(p3_.start_at) <= CURRENT_DATE AND DATE(p3_.end_at) >= CURRENT_DATE)) OR (u6_.id = ? OR EXISTS (SELECT 1 FROM module_user m7_ WHERE m7_.module_id = m1_.id AND m7_.user_id IN (?)))) AND l0_.start_at <= ? AND l0_.end_at >= ? ORDER BY l0_.id DESC"
[
"sql" => "SELECT l0_.id AS id_0, l0_.title AS title_1, l0_.description AS description_2, l0_.type AS type_3, l0_.is_all_jobs AS is_all_jobs_4, l0_.is_all_offices AS is_all_offices_5, l0_.is_all_contracts AS is_all_contracts_6, l0_.is_all_subsidiary_companies AS is_all_subsidiary_companies_7, l0_.is_published AS is_published_8, l0_.knowledges AS knowledges_9, l0_.start_at AS start_at_10, l0_.end_at AS end_at_11, l0_.slug AS slug_12, l0_.time AS time_13, l0_.is_do_not_miss AS is_do_not_miss_14, l0_.reject_reason AS reject_reason_15, l0_.current_place AS current_place_16, l0_.review_reason AS review_reason_17, l0_.starting_notification_sent AS starting_notification_sent_18, l0_.created_at AS created_at_19, l0_.updated_at AS updated_at_20, l0_.cover_id AS cover_id_21, l0_.created_by AS created_by_22 FROM live l0_ LEFT JOIN live_module l2_ ON l0_.id = l2_.live_id LEFT JOIN module m1_ ON m1_.id = l2_.module_id AND (m1_.is_published = 1) LEFT JOIN program_module p4_ ON m1_.id = p4_.module_id LEFT JOIN program p3_ ON p3_.id = p4_.program_id LEFT JOIN program_participation p5_ ON p3_.id = p5_.program_id LEFT JOIN `user` u6_ ON l0_.created_by = u6_.id WHERE ((l0_.type = ? AND (l0_.is_published = 1 AND p5_.created_by = ?) AND (p3_.id IS NOT NULL AND DATE(p3_.start_at) <= CURRENT_DATE AND DATE(p3_.end_at) >= CURRENT_DATE)) OR (u6_.id = ? OR EXISTS (SELECT 1 FROM module_user m7_ WHERE m7_.module_id = m1_.id AND m7_.user_id IN (?)))) AND l0_.start_at <= ? AND l0_.end_at >= ? ORDER BY l0_.id DESC"
"params" => [1 => "live"
2 => 7043 => 7044 => 7045 => "2025-01-06 09:00:29"
6 => "2025-01-06 09:00:29"
]
"types" => [1 => 22 => 13 => 14 => 15 => 26 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
708
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.kernel" (parent: .abstract.instanceof.kernel).
Resolving inheritance for "kernel" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.kernel).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAdminUserCommand" (parent: .abstract.instanceof.App\Command\AddAdminUserCommand).
Resolving inheritance for "App\Command\AddAdminUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAdminUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand" (parent: .abstract.instanceof.App\Command\AddUserCommand).
Resolving inheritance for "App\Command\AddUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateCertificateCommand" (parent: .abstract.instanceof.App\Command\GenerateCertificateCommand).
Resolving inheritance for "App\Command\GenerateCertificateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateCertificateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LiveSessionStartingCommand" (parent: .abstract.instanceof.App\Command\LiveSessionStartingCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\LiveSessionStartingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LiveSessionStartingCommand).
Resolving inheritance for "App\Command\LiveSessionStartingCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\LiveSessionStartingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProgramStartingCommand" (parent: .abstract.instanceof.App\Command\ProgramStartingCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\ProgramStartingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProgramStartingCommand).
Resolving inheritance for "App\Command\ProgramStartingCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\ProgramStartingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuizEndingSoonCommand" (parent: .abstract.instanceof.App\Command\QuizEndingSoonCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuizEndingSoonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuizEndingSoonCommand).
Resolving inheritance for "App\Command\QuizEndingSoonCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuizEndingSoonCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuizSessionStartingCommand" (parent: .abstract.instanceof.App\Command\QuizSessionStartingCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuizSessionStartingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuizSessionStartingCommand).
Resolving inheritance for "App\Command\QuizSessionStartingCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuizSessionStartingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuoteNotificationCommand" (parent: .abstract.instanceof.App\Command\QuoteNotificationCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuoteNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuoteNotificationCommand).
Resolving inheritance for "App\Command\QuoteNotificationCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuoteNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestMailCommand" (parent: .abstract.instanceof.App\Command\SendTestMailCommand).
Resolving inheritance for "App\Command\SendTestMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserDataImportCommand" (parent: .abstract.instanceof.App\Command\UserDataImportCommand).
Resolving inheritance for "App\Command\UserDataImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserDataImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserFeedBackNotificationCommand" (parent: .abstract.instanceof.App\Command\UserFeedBackNotificationCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserFeedBackNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserFeedBackNotificationCommand).
Resolving inheritance for "App\Command\UserFeedBackNotificationCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserFeedBackNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserNotLoggedInForALongTimeCommand" (parent: .abstract.instanceof.App\Command\UserNotLoggedInForALongTimeCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserNotLoggedInForALongTimeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserNotLoggedInForALongTimeCommand).
Resolving inheritance for "App\Command\UserNotLoggedInForALongTimeCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserNotLoggedInForALongTimeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserNotificationCommand" (parent: .abstract.instanceof.App\Command\UserNotificationCommand).
Resolving inheritance for "App\Command\UserNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserReportingNotificationCommand" (parent: .abstract.instanceof.App\Command\UserReportingNotificationCommand).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserReportingNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserReportingNotificationCommand).
Resolving inheritance for "App\Command\UserReportingNotificationCommand" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserReportingNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\AppController" (parent: .abstract.instanceof.App\Controller\API\V1\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\AppController).
Resolving inheritance for "App\Controller\API\V1\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\AuthenticateController" (parent: .abstract.instanceof.App\Controller\API\V1\AuthenticateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\AuthenticateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\AuthenticateController).
Resolving inheritance for "App\Controller\API\V1\AuthenticateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\AuthenticateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\DashboardController" (parent: .abstract.instanceof.App\Controller\API\V1\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\DashboardController).
Resolving inheritance for "App\Controller\API\V1\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ForumController" (parent: .abstract.instanceof.App\Controller\API\V1\ForumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ForumController).
Resolving inheritance for "App\Controller\API\V1\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ForumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\ImageRiddleController" (parent: .abstract.instanceof.App\Controller\API\V1\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\ImageRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\ImageRiddleController).
Resolving inheritance for "App\Controller\API\V1\Game\ImageRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\WordRiddleController" (parent: .abstract.instanceof.App\Controller\API\V1\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\WordRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\WordRiddleController).
Resolving inheritance for "App\Controller\API\V1\Game\WordRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\WordSearchController" (parent: .abstract.instanceof.App\Controller\API\V1\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\WordSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\WordSearchController).
Resolving inheritance for "App\Controller\API\V1\Game\WordSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\LiveController" (parent: .abstract.instanceof.App\Controller\API\V1\LiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\LiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\LiveController).
Resolving inheritance for "App\Controller\API\V1\LiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\LiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\MessageController" (parent: .abstract.instanceof.App\Controller\API\V1\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\MessageController).
Resolving inheritance for "App\Controller\API\V1\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ModuleController" (parent: .abstract.instanceof.App\Controller\API\V1\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ModuleController).
Resolving inheritance for "App\Controller\API\V1\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ProgramController" (parent: .abstract.instanceof.App\Controller\API\V1\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ProgramController).
Resolving inheritance for "App\Controller\API\V1\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UserController" (parent: .abstract.instanceof.App\Controller\API\V1\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UserController).
Resolving inheritance for "App\Controller\API\V1\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BadgeModelController" (parent: .abstract.instanceof.App\Controller\Admin\BadgeModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BadgeModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BadgeModelController).
Resolving inheritance for "App\Controller\Admin\BadgeModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BadgeModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommentController" (parent: .abstract.instanceof.App\Controller\Admin\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommentController).
Resolving inheritance for "App\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\CourseCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseCategoryController).
Resolving inheritance for "App\Controller\Admin\CourseCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseController" (parent: .abstract.instanceof.App\Controller\Admin\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseController).
Resolving inheritance for "App\Controller\Admin\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DirectorController" (parent: .abstract.instanceof.App\Controller\Admin\DirectorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DirectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DirectorController).
Resolving inheritance for "App\Controller\Admin\DirectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DirectorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController" (parent: .abstract.instanceof.App\Controller\Admin\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController).
Resolving inheritance for "App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForumCharterController" (parent: .abstract.instanceof.App\Controller\Admin\ForumCharterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForumCharterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForumCharterController).
Resolving inheritance for "App\Controller\Admin\ForumCharterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForumCharterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\JobController" (parent: .abstract.instanceof.App\Controller\Admin\JobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\JobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\JobController).
Resolving inheritance for "App\Controller\Admin\JobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\JobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LiveController" (parent: .abstract.instanceof.App\Controller\Admin\LiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LiveController).
Resolving inheritance for "App\Controller\Admin\LiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController" (parent: .abstract.instanceof.App\Controller\Admin\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController).
Resolving inheritance for "App\Controller\Admin\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleNoticeController" (parent: .abstract.instanceof.App\Controller\Admin\ModuleNoticeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleNoticeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleNoticeController).
Resolving inheritance for "App\Controller\Admin\ModuleNoticeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleNoticeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OfficeController" (parent: .abstract.instanceof.App\Controller\Admin\OfficeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OfficeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OfficeController).
Resolving inheritance for "App\Controller\Admin\OfficeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OfficeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PartenaireController" (parent: .abstract.instanceof.App\Controller\Admin\PartenaireController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PartenaireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PartenaireController).
Resolving inheritance for "App\Controller\Admin\PartenaireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PartenaireController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PerformController" (parent: .abstract.instanceof.App\Controller\Admin\PerformController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PerformController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PerformController).
Resolving inheritance for "App\Controller\Admin\PerformController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PerformController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramController" (parent: .abstract.instanceof.App\Controller\Admin\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramController).
Resolving inheritance for "App\Controller\Admin\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuizController" (parent: .abstract.instanceof.App\Controller\Admin\QuizController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuizController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuizController).
Resolving inheritance for "App\Controller\Admin\QuizController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuizController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuoteController" (parent: .abstract.instanceof.App\Controller\Admin\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuoteController).
Resolving inheritance for "App\Controller\Admin\QuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoleController" (parent: .abstract.instanceof.App\Controller\Admin\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoleController).
Resolving inheritance for "App\Controller\Admin\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SettingController" (parent: .abstract.instanceof.App\Controller\Admin\SettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SettingController).
Resolving inheritance for "App\Controller\Admin\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubjectController" (parent: .abstract.instanceof.App\Controller\Admin\SubjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubjectController).
Resolving inheritance for "App\Controller\Admin\SubjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubsidiaryCompanyController" (parent: .abstract.instanceof.App\Controller\Admin\SubsidiaryCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubsidiaryCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubsidiaryCompanyController).
Resolving inheritance for "App\Controller\Admin\SubsidiaryCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubsidiaryCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxonomyController" (parent: .abstract.instanceof.App\Controller\Admin\TaxonomyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxonomyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxonomyController).
Resolving inheritance for "App\Controller\Admin\TaxonomyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxonomyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\ImageRiddleController" (parent: .abstract.instanceof.App\Controller\Dashboard\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\ImageRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\ImageRiddleController).
Resolving inheritance for "App\Controller\Dashboard\Game\ImageRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordController" (parent: .abstract.instanceof.App\Controller\Dashboard\Game\WordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordController).
Resolving inheritance for "App\Controller\Dashboard\Game\WordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordRiddleController" (parent: .abstract.instanceof.App\Controller\Dashboard\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordRiddleController).
Resolving inheritance for "App\Controller\Dashboard\Game\WordRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordSearchController" (parent: .abstract.instanceof.App\Controller\Dashboard\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordSearchController).
Resolving inheritance for "App\Controller\Dashboard\Game\WordSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmployeeLoginController" (parent: .abstract.instanceof.App\Controller\EmployeeLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmployeeLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmployeeLoginController).
Resolving inheritance for "App\Controller\EmployeeLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmployeeLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileController" (parent: .abstract.instanceof.App\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileController).
Resolving inheritance for "App\Controller\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommonController" (parent: .abstract.instanceof.App\Controller\Front\CommonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommonController).
Resolving inheritance for "App\Controller\Front\CommonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ContactController" (parent: .abstract.instanceof.App\Controller\Front\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ContactController).
Resolving inheritance for "App\Controller\Front\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DashboardController" (parent: .abstract.instanceof.App\Controller\Front\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DashboardController).
Resolving inheritance for "App\Controller\Front\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ForumController" (parent: .abstract.instanceof.App\Controller\Front\ForumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ForumController).
Resolving inheritance for "App\Controller\Front\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ForumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\ImageRiddleController" (parent: .abstract.instanceof.App\Controller\Front\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\ImageRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\ImageRiddleController).
Resolving inheritance for "App\Controller\Front\Game\ImageRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\WordRiddleController" (parent: .abstract.instanceof.App\Controller\Front\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\WordRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\WordRiddleController).
Resolving inheritance for "App\Controller\Front\Game\WordRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\WordSearchController" (parent: .abstract.instanceof.App\Controller\Front\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\WordSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\WordSearchController).
Resolving inheritance for "App\Controller\Front\Game\WordSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeController" (parent: .abstract.instanceof.App\Controller\Front\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeController).
Resolving inheritance for "App\Controller\Front\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LibraryController" (parent: .abstract.instanceof.App\Controller\Front\LibraryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LibraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LibraryController).
Resolving inheritance for "App\Controller\Front\LibraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LibraryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiveController" (parent: .abstract.instanceof.App\Controller\Front\LiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiveController).
Resolving inheritance for "App\Controller\Front\LiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MessageController" (parent: .abstract.instanceof.App\Controller\Front\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MessageController).
Resolving inheritance for "App\Controller\Front\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\ImageRiddleController" (parent: .abstract.instanceof.App\Controller\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\ImageRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\ImageRiddleController).
Resolving inheritance for "App\Controller\Game\ImageRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\ImageRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\WordRiddleController" (parent: .abstract.instanceof.App\Controller\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\WordRiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\WordRiddleController).
Resolving inheritance for "App\Controller\Game\WordRiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\WordRiddleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\WordSearchController" (parent: .abstract.instanceof.App\Controller\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\WordSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\WordSearchController).
Resolving inheritance for "App\Controller\Game\WordSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\WordSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContractFixtures" (parent: .abstract.instanceof.App\DataFixtures\ContractFixtures).
Resolving inheritance for "App\DataFixtures\ContractFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContractFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountryFixtures" (parent: .abstract.instanceof.App\DataFixtures\CountryFixtures).
Resolving inheritance for "App\DataFixtures\CountryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomUserFixtures" (parent: .abstract.instanceof.App\DataFixtures\CustomUserFixtures).
Resolving inheritance for "App\DataFixtures\CustomUserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomUserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures" (parent: .abstract.instanceof.App\DataFixtures\JobFixtures).
Resolving inheritance for "App\DataFixtures\JobFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OfficeFixtures" (parent: .abstract.instanceof.App\DataFixtures\OfficeFixtures).
Resolving inheritance for "App\DataFixtures\OfficeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OfficeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SubsidiaryCompanyFixtures" (parent: .abstract.instanceof.App\DataFixtures\SubsidiaryCompanyFixtures).
Resolving inheritance for "App\DataFixtures\SubsidiaryCompanyFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SubsidiaryCompanyFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener" (parent: .abstract.instanceof.App\EventListener\AccessDeniedListener).
Resolving inheritance for "App\EventListener\AccessDeniedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PreExecutionListener" (parent: .abstract.instanceof.App\EventListener\PreExecutionListener).
Resolving inheritance for "App\EventListener\PreExecutionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PreExecutionListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\DatabaseActivitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DatabaseActivitySubscriber).
Resolving inheritance for "App\EventSubscriber\DatabaseActivitySubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\DatabaseActivitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddProgramParticipantType" (parent: .abstract.instanceof.App\Form\AddProgramParticipantType).
Resolving inheritance for "App\Form\AddProgramParticipantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddProgramParticipantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeModel1Type" (parent: .abstract.instanceof.App\Form\BadgeModel1Type).
Resolving inheritance for "App\Form\BadgeModel1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeModel1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeModelType" (parent: .abstract.instanceof.App\Form\BadgeModelType).
Resolving inheritance for "App\Form\BadgeModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType" (parent: .abstract.instanceof.App\Form\ChangePasswordType).
Resolving inheritance for "App\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType" (parent: .abstract.instanceof.App\Form\CommentType).
Resolving inheritance for "App\Form\CommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsType" (parent: .abstract.instanceof.App\Form\ContactUsType).
Resolving inheritance for "App\Form\ContactUsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseCategory1Type" (parent: .abstract.instanceof.App\Form\CourseCategory1Type).
Resolving inheritance for "App\Form\CourseCategory1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseCategory1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseCategoryType" (parent: .abstract.instanceof.App\Form\CourseCategoryType).
Resolving inheritance for "App\Form\CourseCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseType" (parent: .abstract.instanceof.App\Form\CourseType).
Resolving inheritance for "App\Form\CourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectorType" (parent: .abstract.instanceof.App\Form\DirectorType).
Resolving inheritance for "App\Form\DirectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqAnswerType" (parent: .abstract.instanceof.App\Form\FaqAnswerType).
Resolving inheritance for "App\Form\FaqAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqQuestionType" (parent: .abstract.instanceof.App\Form\FaqQuestionType).
Resolving inheritance for "App\Form\FaqQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqSubjectType" (parent: .abstract.instanceof.App\Form\FaqSubjectType).
Resolving inheritance for "App\Form\FaqSubjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqSubjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeaturedModuleType" (parent: .abstract.instanceof.App\Form\FeaturedModuleType).
Resolving inheritance for "App\Form\FeaturedModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeaturedModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileManagerType" (parent: .abstract.instanceof.App\Form\FileManagerType).
Resolving inheritance for "App\Form\FileManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileManagerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForumCharterType" (parent: .abstract.instanceof.App\Form\ForumCharterType).
Resolving inheritance for "App\Form\ForumCharterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForumCharterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddleParticipationType" (parent: .abstract.instanceof.App\Form\Game\Riddle\ImageRiddleParticipationType).
Resolving inheritance for "App\Form\Game\Riddle\ImageRiddleParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddleParticipationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddlePictureType" (parent: .abstract.instanceof.App\Form\Game\Riddle\ImageRiddlePictureType).
Resolving inheritance for "App\Form\Game\Riddle\ImageRiddlePictureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddlePictureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddleType" (parent: .abstract.instanceof.App\Form\Game\Riddle\ImageRiddleType).
Resolving inheritance for "App\Form\Game\Riddle\ImageRiddleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\WordRiddleParticipationType" (parent: .abstract.instanceof.App\Form\Game\Riddle\WordRiddleParticipationType).
Resolving inheritance for "App\Form\Game\Riddle\WordRiddleParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\WordRiddleParticipationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\WordRiddleType" (parent: .abstract.instanceof.App\Form\Game\Riddle\WordRiddleType).
Resolving inheritance for "App\Form\Game\Riddle\WordRiddleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\WordRiddleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\GridType" (parent: .abstract.instanceof.App\Form\Game\WordSearch\GridType).
Resolving inheritance for "App\Form\Game\WordSearch\GridType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\GridType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\WordSearchParticipationType" (parent: .abstract.instanceof.App\Form\Game\WordSearch\WordSearchParticipationType).
Resolving inheritance for "App\Form\Game\WordSearch\WordSearchParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\WordSearchParticipationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\WordType" (parent: .abstract.instanceof.App\Form\Game\WordSearch\WordType).
Resolving inheritance for "App\Form\Game\WordSearch\WordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\WordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageManagerType" (parent: .abstract.instanceof.App\Form\ImageManagerType).
Resolving inheritance for "App\Form\ImageManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageManagerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JobType" (parent: .abstract.instanceof.App\Form\JobType).
Resolving inheritance for "App\Form\JobType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JobType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LiveType" (parent: .abstract.instanceof.App\Form\LiveType).
Resolving inheritance for "App\Form\LiveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LiveType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoadQuoteType" (parent: .abstract.instanceof.App\Form\LoadQuoteType).
Resolving inheritance for "App\Form\LoadQuoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoadQuoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoadUserType" (parent: .abstract.instanceof.App\Form\LoadUserType).
Resolving inheritance for "App\Form\LoadUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoadUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType" (parent: .abstract.instanceof.App\Form\MessageType).
Resolving inheritance for "App\Form\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleInscriptionType" (parent: .abstract.instanceof.App\Form\ModuleInscriptionType).
Resolving inheritance for "App\Form\ModuleInscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleInscriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleNoticeType" (parent: .abstract.instanceof.App\Form\ModuleNoticeType).
Resolving inheritance for "App\Form\ModuleNoticeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleNoticeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleParticipationType" (parent: .abstract.instanceof.App\Form\ModuleParticipationType).
Resolving inheritance for "App\Form\ModuleParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleParticipationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleType" (parent: .abstract.instanceof.App\Form\ModuleType).
Resolving inheritance for "App\Form\ModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfficeType" (parent: .abstract.instanceof.App\Form\OfficeType).
Resolving inheritance for "App\Form\OfficeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfficeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartenaireType" (parent: .abstract.instanceof.App\Form\PartenaireType).
Resolving inheritance for "App\Form\PartenaireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartenaireType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType" (parent: .abstract.instanceof.App\Form\ProfileType).
Resolving inheritance for "App\Form\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramCertificateType" (parent: .abstract.instanceof.App\Form\ProgramCertificateType).
Resolving inheritance for "App\Form\ProgramCertificateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramCertificateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramParticipationType" (parent: .abstract.instanceof.App\Form\ProgramParticipationType).
Resolving inheritance for "App\Form\ProgramParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramParticipationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramType" (parent: .abstract.instanceof.App\Form\ProgramType).
Resolving inheritance for "App\Form\ProgramType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizAnswerType" (parent: .abstract.instanceof.App\Form\QuizAnswerType).
Resolving inheritance for "App\Form\QuizAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizCertificateType" (parent: .abstract.instanceof.App\Form\QuizCertificateType).
Resolving inheritance for "App\Form\QuizCertificateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizCertificateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizQuestionType" (parent: .abstract.instanceof.App\Form\QuizQuestionType).
Resolving inheritance for "App\Form\QuizQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizType" (parent: .abstract.instanceof.App\Form\QuizType).
Resolving inheritance for "App\Form\QuizType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteType" (parent: .abstract.instanceof.App\Form\QuoteType).
Resolving inheritance for "App\Form\QuoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType" (parent: .abstract.instanceof.App\Form\RoleType).
Resolving inheritance for "App\Form\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchModuleType" (parent: .abstract.instanceof.App\Form\SearchModuleType).
Resolving inheritance for "App\Form\SearchModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType" (parent: .abstract.instanceof.App\Form\SettingType).
Resolving inheritance for "App\Form\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType" (parent: .abstract.instanceof.App\Form\SubjectType).
Resolving inheritance for "App\Form\SubjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubsidiaryCompanyType" (parent: .abstract.instanceof.App\Form\SubsidiaryCompanyType).
Resolving inheritance for "App\Form\SubsidiaryCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubsidiaryCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TargetType" (parent: .abstract.instanceof.App\Form\TargetType).
Resolving inheritance for "App\Form\TargetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TargetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxonomyType" (parent: .abstract.instanceof.App\Form\TaxonomyType).
Resolving inheritance for "App\Form\TaxonomyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxonomyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserExperienceType" (parent: .abstract.instanceof.App\Form\UserExperienceType).
Resolving inheritance for "App\Form\UserExperienceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserExperienceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorDetailType" (parent: .abstract.instanceof.App\Form\VisitorDetailType).
Resolving inheritance for "App\Form\VisitorDetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorDetailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorEmailType" (parent: .abstract.instanceof.App\Form\VisitorEmailType).
Resolving inheritance for "App\Form\VisitorEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorLoginType" (parent: .abstract.instanceof.App\Form\VisitorLoginType).
Resolving inheritance for "App\Form\VisitorLoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorLoginType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorProfileType" (parent: .abstract.instanceof.App\Form\VisitorProfileType).
Resolving inheritance for "App\Form\VisitorProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorRegistrationType" (parent: .abstract.instanceof.App\Form\VisitorRegistrationType).
Resolving inheritance for "App\Form\VisitorRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorType" (parent: .abstract.instanceof.App\Form\VisitorType).
Resolving inheritance for "App\Form\VisitorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorType).
Resolving inheritance for ".instanceof.App\MessageHandler\CertificateHandler.0.App\MessageHandler\CertificateHandler" (parent: .abstract.instanceof.App\MessageHandler\CertificateHandler).
Resolving inheritance for "App\MessageHandler\CertificateHandler" (parent: .instanceof.App\MessageHandler\CertificateHandler.0.App\MessageHandler\CertificateHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\NotificationHandler.0.App\MessageHandler\NotificationHandler" (parent: .abstract.instanceof.App\MessageHandler\NotificationHandler).
Resolving inheritance for "App\MessageHandler\NotificationHandler" (parent: .instanceof.App\MessageHandler\NotificationHandler.0.App\MessageHandler\NotificationHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserRepository" (parent: .abstract.instanceof.App\Repository\ApiUserRepository).
Resolving inheritance for "App\Repository\ApiUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeModelRepository" (parent: .abstract.instanceof.App\Repository\BadgeModelRepository).
Resolving inheritance for "App\Repository\BadgeModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeModelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoachRepository" (parent: .abstract.instanceof.App\Repository\CoachRepository).
Resolving inheritance for "App\Repository\CoachRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoachRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentLikeRepository" (parent: .abstract.instanceof.App\Repository\CommentLikeRepository).
Resolving inheritance for "App\Repository\CommentLikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentLikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository" (parent: .abstract.instanceof.App\Repository\CommentRepository).
Resolving inheritance for "App\Repository\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository" (parent: .abstract.instanceof.App\Repository\ContractRepository).
Resolving inheritance for "App\Repository\ContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCategoryRepository" (parent: .abstract.instanceof.App\Repository\CourseCategoryRepository).
Resolving inheritance for "App\Repository\CourseCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository" (parent: .abstract.instanceof.App\Repository\CourseRepository).
Resolving inheritance for "App\Repository\CourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseViewRepository" (parent: .abstract.instanceof.App\Repository\CourseViewRepository).
Resolving inheritance for "App\Repository\CourseViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseViewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DirectorRepository" (parent: .abstract.instanceof.App\Repository\DirectorRepository).
Resolving inheritance for "App\Repository\DirectorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DirectorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionRepository" (parent: .abstract.instanceof.App\Repository\DiscussionRepository).
Resolving inheritance for "App\Repository\DiscussionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnrollmentRepository" (parent: .abstract.instanceof.App\Repository\EnrollmentRepository).
Resolving inheritance for "App\Repository\EnrollmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnrollmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExperienceRepository" (parent: .abstract.instanceof.App\Repository\ExperienceRepository).
Resolving inheritance for "App\Repository\ExperienceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExperienceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqAnswerRepository" (parent: .abstract.instanceof.App\Repository\FaqAnswerRepository).
Resolving inheritance for "App\Repository\FaqAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqQuestionRepository" (parent: .abstract.instanceof.App\Repository\FaqQuestionRepository).
Resolving inheritance for "App\Repository\FaqQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqSubjectRepository" (parent: .abstract.instanceof.App\Repository\FaqSubjectRepository).
Resolving inheritance for "App\Repository\FaqSubjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqSubjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeaturedModuleRepository" (parent: .abstract.instanceof.App\Repository\FeaturedModuleRepository).
Resolving inheritance for "App\Repository\FeaturedModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeaturedModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileManagerRepository" (parent: .abstract.instanceof.App\Repository\FileManagerRepository).
Resolving inheritance for "App\Repository\FileManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileManagerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForumCharterRepository" (parent: .abstract.instanceof.App\Repository\ForumCharterRepository).
Resolving inheritance for "App\Repository\ForumCharterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForumCharterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddleParticipationRepository" (parent: .abstract.instanceof.App\Repository\Game\Riddle\ImageRiddleParticipationRepository).
Resolving inheritance for "App\Repository\Game\Riddle\ImageRiddleParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddleParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddlePictureRepository" (parent: .abstract.instanceof.App\Repository\Game\Riddle\ImageRiddlePictureRepository).
Resolving inheritance for "App\Repository\Game\Riddle\ImageRiddlePictureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddlePictureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddleRepository" (parent: .abstract.instanceof.App\Repository\Game\Riddle\ImageRiddleRepository).
Resolving inheritance for "App\Repository\Game\Riddle\ImageRiddleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\WordRiddleParticipationRepository" (parent: .abstract.instanceof.App\Repository\Game\Riddle\WordRiddleParticipationRepository).
Resolving inheritance for "App\Repository\Game\Riddle\WordRiddleParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\WordRiddleParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\WordRiddleRepository" (parent: .abstract.instanceof.App\Repository\Game\Riddle\WordRiddleRepository).
Resolving inheritance for "App\Repository\Game\Riddle\WordRiddleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\WordRiddleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\GridRepository" (parent: .abstract.instanceof.App\Repository\Game\WordSearch\GridRepository).
Resolving inheritance for "App\Repository\Game\WordSearch\GridRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\GridRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\WordRepository" (parent: .abstract.instanceof.App\Repository\Game\WordSearch\WordRepository).
Resolving inheritance for "App\Repository\Game\WordSearch\WordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\WordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\WordSearchParticipationRepository" (parent: .abstract.instanceof.App\Repository\Game\WordSearch\WordSearchParticipationRepository).
Resolving inheritance for "App\Repository\Game\WordSearch\WordSearchParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\WordSearchParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageManagerRepository" (parent: .abstract.instanceof.App\Repository\ImageManagerRepository).
Resolving inheritance for "App\Repository\ImageManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageManagerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JitsiParameterRepository" (parent: .abstract.instanceof.App\Repository\JitsiParameterRepository).
Resolving inheritance for "App\Repository\JitsiParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JitsiParameterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository" (parent: .abstract.instanceof.App\Repository\JobRepository).
Resolving inheritance for "App\Repository\JobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LearningProgressRepository" (parent: .abstract.instanceof.App\Repository\LearningProgressRepository).
Resolving inheritance for "App\Repository\LearningProgressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LearningProgressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveParticipantRepository" (parent: .abstract.instanceof.App\Repository\LiveParticipantRepository).
Resolving inheritance for "App\Repository\LiveParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveParticipantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveRecordRepository" (parent: .abstract.instanceof.App\Repository\LiveRecordRepository).
Resolving inheritance for "App\Repository\LiveRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveRecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveRepository" (parent: .abstract.instanceof.App\Repository\LiveRepository).
Resolving inheritance for "App\Repository\LiveRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveViewRepository" (parent: .abstract.instanceof.App\Repository\LiveViewRepository).
Resolving inheritance for "App\Repository\LiveViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveViewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository" (parent: .abstract.instanceof.App\Repository\MessageRepository).
Resolving inheritance for "App\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleCommentRepository" (parent: .abstract.instanceof.App\Repository\ModuleCommentRepository).
Resolving inheritance for "App\Repository\ModuleCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleInscriptionRepository" (parent: .abstract.instanceof.App\Repository\ModuleInscriptionRepository).
Resolving inheritance for "App\Repository\ModuleInscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleInscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleItemRepository" (parent: .abstract.instanceof.App\Repository\ModuleItemRepository).
Resolving inheritance for "App\Repository\ModuleItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleLikeRepository" (parent: .abstract.instanceof.App\Repository\ModuleLikeRepository).
Resolving inheritance for "App\Repository\ModuleLikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleLikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleNoticeRepository" (parent: .abstract.instanceof.App\Repository\ModuleNoticeRepository).
Resolving inheritance for "App\Repository\ModuleNoticeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleNoticeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleObjectiveRepository" (parent: .abstract.instanceof.App\Repository\ModuleObjectiveRepository).
Resolving inheritance for "App\Repository\ModuleObjectiveRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleObjectiveRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleParticipationRepository" (parent: .abstract.instanceof.App\Repository\ModuleParticipationRepository).
Resolving inheritance for "App\Repository\ModuleParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository" (parent: .abstract.instanceof.App\Repository\ModuleRepository).
Resolving inheritance for "App\Repository\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleViewRepository" (parent: .abstract.instanceof.App\Repository\ModuleViewRepository).
Resolving inheritance for "App\Repository\ModuleViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleViewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationReceiverRepository" (parent: .abstract.instanceof.App\Repository\NotificationReceiverRepository).
Resolving inheritance for "App\Repository\NotificationReceiverRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationReceiverRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationSettingRepository" (parent: .abstract.instanceof.App\Repository\NotificationSettingRepository).
Resolving inheritance for "App\Repository\NotificationSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationSettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfficeRepository" (parent: .abstract.instanceof.App\Repository\OfficeRepository).
Resolving inheritance for "App\Repository\OfficeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfficeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartenaireRepository" (parent: .abstract.instanceof.App\Repository\PartenaireRepository).
Resolving inheritance for "App\Repository\PartenaireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartenaireRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramCertificateRepository" (parent: .abstract.instanceof.App\Repository\ProgramCertificateRepository).
Resolving inheritance for "App\Repository\ProgramCertificateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramCertificateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramParticipationRepository" (parent: .abstract.instanceof.App\Repository\ProgramParticipationRepository).
Resolving inheritance for "App\Repository\ProgramParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository" (parent: .abstract.instanceof.App\Repository\ProgramRepository).
Resolving inheritance for "App\Repository\ProgramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizAnswerRepository" (parent: .abstract.instanceof.App\Repository\QuizAnswerRepository).
Resolving inheritance for "App\Repository\QuizAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizCertificateRepository" (parent: .abstract.instanceof.App\Repository\QuizCertificateRepository).
Resolving inheritance for "App\Repository\QuizCertificateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizCertificateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionRepository" (parent: .abstract.instanceof.App\Repository\QuizQuestionRepository).
Resolving inheritance for "App\Repository\QuizQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizRepository" (parent: .abstract.instanceof.App\Repository\QuizRepository).
Resolving inheritance for "App\Repository\QuizRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizViewRepository" (parent: .abstract.instanceof.App\Repository\QuizViewRepository).
Resolving inheritance for "App\Repository\QuizViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizViewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository" (parent: .abstract.instanceof.App\Repository\QuoteRepository).
Resolving inheritance for "App\Repository\QuoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SavedSubjectRepository" (parent: .abstract.instanceof.App\Repository\SavedSubjectRepository).
Resolving inheritance for "App\Repository\SavedSubjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SavedSubjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectLikeRepository" (parent: .abstract.instanceof.App\Repository\SubjectLikeRepository).
Resolving inheritance for "App\Repository\SubjectLikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectLikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectRepository" (parent: .abstract.instanceof.App\Repository\SubjectRepository).
Resolving inheritance for "App\Repository\SubjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectTagRepository" (parent: .abstract.instanceof.App\Repository\SubjectTagRepository).
Resolving inheritance for "App\Repository\SubjectTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubsidiaryCompanyRepository" (parent: .abstract.instanceof.App\Repository\SubsidiaryCompanyRepository).
Resolving inheritance for "App\Repository\SubsidiaryCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubsidiaryCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TargetRepository" (parent: .abstract.instanceof.App\Repository\TargetRepository).
Resolving inheritance for "App\Repository\TargetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TargetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxonomyRepository" (parent: .abstract.instanceof.App\Repository\TaxonomyRepository).
Resolving inheritance for "App\Repository\TaxonomyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxonomyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserModuleParticipationRepository" (parent: .abstract.instanceof.App\Repository\UserModuleParticipationRepository).
Resolving inheritance for "App\Repository\UserModuleParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserModuleParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserOfficeRepository" (parent: .abstract.instanceof.App\Repository\UserOfficeRepository).
Resolving inheritance for "App\Repository\UserOfficeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserOfficeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProgramParticipationRepository" (parent: .abstract.instanceof.App\Repository\UserProgramParticipationRepository).
Resolving inheritance for "App\Repository\UserProgramParticipationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProgramParticipationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserQuizQuestionRepository" (parent: .abstract.instanceof.App\Repository\UserQuizQuestionRepository).
Resolving inheritance for "App\Repository\UserQuizQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserQuizQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VisitorRepository" (parent: .abstract.instanceof.App\Repository\VisitorRepository).
Resolving inheritance for "App\Repository\VisitorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VisitorRepository).
Resolving inheritance for ".instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.App\Schedule\AppScheduleBuilder" (parent: .abstract.instanceof.App\Schedule\AppScheduleBuilder).
Resolving inheritance for "App\Schedule\AppScheduleBuilder" (parent: .instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.App\Schedule\AppScheduleBuilder).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter" (parent: .abstract.instanceof.App\Security\Voter\PermissionVoter).
Resolving inheritance for "App\Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\DirectorListener" (parent: .abstract.instanceof.App\Serializer\Listener\DirectorListener).
Resolving inheritance for "App\Serializer\Listener\DirectorListener" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\DirectorListener).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\LiveListener" (parent: .abstract.instanceof.App\Serializer\Listener\LiveListener).
Resolving inheritance for "App\Serializer\Listener\LiveListener" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\LiveListener).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\ModuleListener" (parent: .abstract.instanceof.App\Serializer\Listener\ModuleListener).
Resolving inheritance for "App\Serializer\Listener\ModuleListener" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\ModuleListener).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\NotificationListener" (parent: .abstract.instanceof.App\Serializer\Listener\NotificationListener).
Resolving inheritance for "App\Serializer\Listener\NotificationListener" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\NotificationListener).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\ProgramListener" (parent: .abstract.instanceof.App\Serializer\Listener\ProgramListener).
Resolving inheritance for "App\Serializer\Listener\ProgramListener" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\ProgramListener).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\SubjectListener" (parent: .abstract.instanceof.App\Serializer\Listener\SubjectListener).
Resolving inheritance for "App\Serializer\Listener\SubjectListener" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\SubjectListener).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\UserListener" (parent: .abstract.instanceof.App\Serializer\Listener\UserListener).
Resolving inheritance for "App\Serializer\Listener\UserListener" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\UserListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\AppRuntime" (parent: .abstract.instanceof.App\Twig\AppRuntime).
Resolving inheritance for "App\Twig\AppRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\AppRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DecryptExtension" (parent: .abstract.instanceof.App\Twig\DecryptExtension).
Resolving inheritance for "App\Twig\DecryptExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DecryptExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniquePublishingValidator" (parent: .abstract.instanceof.App\Validator\UniquePublishingValidator).
Resolving inheritance for "App\Validator\UniquePublishingValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniquePublishingValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter" (parent: .abstract.instanceof.Symfony\Component\Cache\Adapter\RedisAdapter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter).
Resolving inheritance for "Symfony\Component\Cache\Adapter\RedisAdapter" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter).
Resolving inheritance for "app.jwt_authenticator" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Component\Mailer\EventListener\MessageLoggerListener" (parent: .abstract.instanceof.Symfony\Component\Mailer\EventListener\MessageLoggerListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Mailer\EventListener\MessageLoggerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Component\Mailer\EventListener\MessageLoggerListener).
Resolving inheritance for "Symfony\Component\Mailer\EventListener\MessageLoggerListener" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Mailer\EventListener\MessageLoggerListener).
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._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.sendgrid" (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 "state_machine.course_publishing" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.course_publishing" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.live_publishing" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.live_publishing" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.quiz_publishing" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.quiz_publishing" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (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.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.api_users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.cache.expired_links" (parent: cache.app).
Resolving inheritance for "security.authenticator.login_link_signature_hasher.api" (parent: security.authenticator.abstract_login_link_signature_hasher).
Resolving inheritance for "security.authenticator.login_link_handler.api" (parent: security.authenticator.abstract_login_link_handler).
Resolving inheritance for "security.authenticator.login_link.api" (parent: security.authenticator.login_link).
Resolving inheritance for "security.authentication.success_handler.api.login_link" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.api.login_link" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.login_link_signature_hasher.main" (parent: security.authenticator.abstract_login_link_signature_hasher).
Resolving inheritance for "security.authenticator.login_link_handler.main" (parent: security.authenticator.abstract_login_link_handler).
Resolving inheritance for "security.authenticator.login_link.main" (parent: security.authenticator.login_link).
Resolving inheritance for "security.authentication.success_handler.main.login_link" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.login_link" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.doc_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.doc_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.doc_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "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 ".abstract.instanceof.app.jwt_authenticator" (parent: lexik_jwt_authentication.security.jwt_authenticator).
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_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_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (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 "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.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.schedule" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
530
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\AppController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\DashboardController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ForumController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\ImageRiddleController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordRiddleController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\Game\WordSearchController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\LiveController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\MessageController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\ModuleController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\API\V1\UserController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\CourseController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\FaqController::faqQuestions": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LiveController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ModuleController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProgramController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\QuizController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\UserController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\EmployeeLoginController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\DashboardController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\ForumController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\HomeController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LibraryController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\LiveController::hasAccessToThisModule": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::canManageThisCourse": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::canManageThisLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::canManageThisQuiz": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getActiveLive": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getAverageCompletionTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getAverageCompletionTimeDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getAverageLearnerGrade": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getCertificateRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getCompletionRate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getGeneralAverageRating": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getGeneralAverageRatingDetail": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getInscriptionRatio": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getModuleNoteAverage": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getModuleParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getNumberOfAssessmentsPerformed": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getParticipationCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getProgramParticipantCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getTrainingGlobalTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getUserBadgeCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getUserCertificateCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::getUserModuleItemCount": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Front\MessageController::hasAccessToThisModule": no corresponding services exist for the referenced types.
699
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "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\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\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; 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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $coursePublishingStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $livePublishingStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $quizPublishingStateMachine"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; 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 "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; 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 "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; 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 "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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 "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; 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\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $cofinaacademy1a650Database"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $cofinaacademy1a650Auth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $cofinaacademy1a650Storage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $cofinaacademy1a650RemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $cofinaacademy1a650Messaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $cofinaacademy1a650Firestore"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $cofinaacademy1a650DynamicLinks"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $scheduleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.GsIjbjK"; reason: private alias.
Removed service ".service_locator.Q7if2wv"; reason: private alias.
Removed service ".service_locator.ZBZXtOS"; reason: private alias.
Removed service ".service_locator.k3s3K.2"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.KAW66w_"; reason: private alias.
Removed service ".service_locator.pOJetCC"; reason: private alias.
Removed service ".service_locator.0qEII_X"; reason: private alias.
Removed service ".service_locator.ADUQ9YY"; reason: private alias.
Removed service ".service_locator.Wc2cWOS"; reason: private alias.
Removed service ".service_locator.h7GxN7C"; reason: private alias.
Removed service ".service_locator.ioxMslW"; reason: private alias.
Removed service ".service_locator.XOi0hig"; reason: private alias.
Removed service ".service_locator.Uj2XgF0"; reason: private alias.
Removed service ".service_locator.TXZc_fu"; reason: private alias.
Removed service ".service_locator.jkGNqXZ"; reason: private alias.
Removed service ".service_locator.nznlCiD"; reason: private alias.
Removed service ".service_locator.un_zGig"; reason: private alias.
Removed service ".service_locator.k8RVnIj"; reason: private alias.
Removed service ".service_locator.0nnhkQ3"; reason: private alias.
Removed service ".service_locator.ob9o261"; reason: private alias.
Removed service ".service_locator.ARAScHl"; reason: private alias.
Removed service ".service_locator.5nOHB6f"; reason: private alias.
Removed service ".service_locator.EJjVKOo"; reason: private alias.
Removed service ".service_locator.UCs1K9w"; reason: private alias.
Removed service ".service_locator.mEmy1uz"; reason: private alias.
Removed service ".service_locator.mYe1_1s"; reason: private alias.
Removed service ".service_locator.9q6zoaL"; reason: private alias.
Removed service ".service_locator.LNmtx65"; reason: private alias.
Removed service ".service_locator.JiM3Dyh"; reason: private alias.
Removed service ".service_locator.jizLhgG"; reason: private alias.
Removed service ".service_locator.EHvzSUD"; reason: private alias.
Removed service ".service_locator.7we1WaE"; reason: private alias.
Removed service ".service_locator.oQZ1me_"; reason: private alias.
Removed service ".service_locator.CeetuWB"; reason: private alias.
Removed service ".service_locator.Wy8yVB9"; reason: private alias.
Removed service ".service_locator.r3TBU3W"; reason: private alias.
Removed service ".service_locator.9fqAOVG"; reason: private alias.
Removed service ".service_locator.YRLUPBW"; reason: private alias.
Removed service ".service_locator.w6RmZAH"; reason: private alias.
Removed service ".service_locator.HOIoSpt"; reason: private alias.
Removed service ".service_locator.u9B.l5."; reason: private alias.
Removed service ".service_locator.yHe9UXq"; reason: private alias.
Removed service ".service_locator.xgkqbti"; reason: private alias.
Removed service ".service_locator.YVZYn73"; reason: private alias.
Removed service ".service_locator.pL_t60m"; reason: private alias.
Removed service ".service_locator.u0YU2ad"; reason: private alias.
Removed service ".service_locator.ZQ8gF4a"; reason: private alias.
Removed service ".service_locator.Y6Be41L"; reason: private alias.
Removed service ".service_locator.gRpIWZz"; reason: private alias.
Removed service ".service_locator.6lY87t6"; reason: private alias.
Removed service ".service_locator.VQ9atT4"; reason: private alias.
Removed service ".service_locator.WiEPjei"; reason: private alias.
Removed service ".service_locator.iKMDHxl"; reason: private alias.
Removed service ".service_locator._2a7w6o"; reason: private alias.
Removed service ".service_locator.M6vt9YS"; reason: private alias.
Removed service ".service_locator.sj.fYsr"; reason: private alias.
Removed service ".service_locator.5JEBT9B"; reason: private alias.
Removed service ".service_locator.My1piXj"; reason: private alias.
Removed service ".service_locator.ugaWNip"; reason: private alias.
Removed service ".service_locator.6QMUxFj"; reason: private alias.
Removed service ".service_locator.Zrhb__B"; reason: private alias.
Removed service ".service_locator.Sbp4Et8"; reason: private alias.
Removed service ".service_locator.C1a2ama"; reason: private alias.
Removed service ".service_locator.Z_OigDT"; reason: private alias.
Removed service ".service_locator.o.xwBBh"; reason: private alias.
Removed service ".service_locator.Vpwsaqc"; reason: private alias.
Removed service ".service_locator.q2Jr0TS"; reason: private alias.
Removed service ".service_locator.31o49Bh"; reason: private alias.
Removed service ".service_locator.NfTn2V5"; reason: private alias.
Removed service ".service_locator.mPr8XBs"; reason: private alias.
Removed service ".service_locator.LEMeB1N"; reason: private alias.
Removed service ".service_locator.va1l9iJ"; reason: private alias.
Removed service ".service_locator.eVtgjPq"; reason: private alias.
Removed service ".service_locator.xCadqta"; reason: private alias.
Removed service ".service_locator.UlcJjgW"; reason: private alias.
Removed service ".service_locator.fVAE4H0"; reason: private alias.
Removed service ".service_locator.ga49AMt"; reason: private alias.
Removed service ".service_locator.OVeD2KE"; reason: private alias.
Removed service ".service_locator.05xm3fS"; reason: private alias.
Removed service ".service_locator.haRM76D"; reason: private alias.
Removed service ".service_locator.4fCLPKQ"; reason: private alias.
Removed service ".service_locator.ez7fJeD"; reason: private alias.
Removed service ".service_locator.kglNK1T"; reason: private alias.
Removed service ".service_locator.UpbAToU"; reason: private alias.
Removed service ".service_locator.RiVln0C"; reason: private alias.
Removed service ".service_locator.p1IfTkH"; reason: private alias.
Removed service ".service_locator.sS7oIsV"; reason: private alias.
Removed service ".service_locator.Xu2iu9c"; reason: private alias.
Removed service ".service_locator.pFaEqBs"; reason: private alias.
Removed service ".service_locator.XJXrCpd"; reason: private alias.
Removed service ".service_locator.txmdR3S"; reason: private alias.
Removed service ".service_locator.LXLIWro"; reason: private alias.
Removed service ".service_locator.EiVLuDa"; reason: private alias.
Removed service ".service_locator.x6zJI55"; reason: private alias.
Removed service ".service_locator.R0T4zmV"; reason: private alias.
Removed service ".service_locator.8myuJQ9"; reason: private alias.
Removed service ".service_locator._f0aCXL"; reason: private alias.
Removed service ".service_locator.L6su8dC"; reason: private alias.
Removed service ".service_locator.0UpHSjE"; reason: private alias.
Removed service ".service_locator.FEjjZOq"; reason: private alias.
Removed service ".service_locator.iwEjorR"; reason: private alias.
Removed service ".service_locator.Oi6PZ.m"; reason: private alias.
Removed service ".service_locator.ADeJARG"; reason: private alias.
Removed service ".service_locator.KBkob.L"; reason: private alias.
Removed service ".service_locator.ck6i9bC"; reason: private alias.
Removed service ".service_locator.BM0fc9Q"; reason: private alias.
Removed service ".service_locator.ITSIx13"; reason: private alias.
Removed service ".service_locator.JOE4OtX"; reason: private alias.
Removed service ".service_locator.W1cU6w5"; reason: private alias.
Removed service ".service_locator.Sm50Cuv"; reason: private alias.
Removed service ".service_locator.eJixy6L"; reason: private alias.
Removed service ".service_locator.ikeO_RZ"; reason: private alias.
Removed service ".service_locator.NX3vY6G"; reason: private alias.
Removed service ".service_locator.Np9lVjk"; reason: private alias.
Removed service ".service_locator.wLvnAgc"; reason: private alias.
Removed service ".service_locator.E4IPALq"; reason: private alias.
Removed service ".service_locator.amjD9wJ"; reason: private alias.
Removed service ".service_locator.nclTdB4"; reason: private alias.
Removed service ".service_locator.Xuy81a."; reason: private alias.
Removed service ".service_locator.riGN6sa"; reason: private alias.
Removed service ".service_locator.QyrGJy8"; reason: private alias.
Removed service ".service_locator.hvnzVF6"; reason: private alias.
Removed service ".service_locator.PYJNh2X"; reason: private alias.
Removed service ".service_locator.ZpKbzsc"; reason: private alias.
Removed service ".service_locator.u3JYnCl"; reason: private alias.
Removed service ".service_locator.1PPCm23"; reason: private alias.
Removed service ".service_locator.cpywetR"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.ai831Oa"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service "http_client"; 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 "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.t5DdUnL"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.XiRtZ10"; reason: private alias.
Removed service ".service_locator.Fny8MWV"; reason: private alias.
Removed service ".service_locator.KnZHzdR"; reason: private alias.
Removed service ".service_locator.T3OLKCD"; reason: private alias.
Removed service ".service_locator.pfI9.3r"; reason: private alias.
Removed service ".service_locator.X9.DKQd"; reason: private alias.
Removed service ".service_locator.DpXhE.n"; reason: private alias.
Removed service ".service_locator.89jecc7"; reason: private alias.
Removed service ".service_locator.MMzXMDa"; reason: private alias.
Removed service ".service_locator.Nsvbi7U"; reason: private alias.
Removed service ".service_locator.NYeE_LH"; reason: private alias.
Removed service ".service_locator._A91rxr"; reason: private alias.
Removed service ".service_locator.rh1nPPI"; reason: private alias.
Removed service ".service_locator.xH4RYYO"; reason: private alias.
Removed service ".service_locator.GLEzUs3"; reason: private alias.
Removed service ".service_locator.S8NJPMn"; reason: private alias.
Removed service ".service_locator.rF5Q3Pk"; reason: private alias.
Removed service ".service_locator.PkXbQUy"; reason: private alias.
Removed service ".service_locator.Giv1mVW"; reason: private alias.
Removed service ".service_locator.huc8fKd"; reason: private alias.
Removed service ".service_locator.aaVe20w"; reason: private alias.
Removed service ".service_locator.CY039cF"; reason: private alias.
Removed service ".service_locator.1qv3woC"; reason: private alias.
Removed service ".service_locator.2svt.IZ"; reason: private alias.
Removed service ".service_locator.fbau6_s"; reason: private alias.
Removed service ".service_locator.FjqsYaJ"; reason: private alias.
Removed service ".service_locator.Quva8hv"; reason: private alias.
Removed service ".service_locator.NRyotEe"; reason: private alias.
Removed service ".service_locator..NW1bDV"; reason: private alias.
Removed service ".service_locator.Ap5DyC0"; reason: private alias.
Removed service ".service_locator.vI0C50w"; reason: private alias.
Removed service ".service_locator.wC1cbZ6"; reason: private alias.
Removed service ".service_locator.MjKF.t9"; reason: private alias.
Removed service ".service_locator.x64FHMJ"; reason: private alias.
Removed service ".service_locator.SPYxuur"; reason: private alias.
Removed service ".service_locator.2RBsFlG"; reason: private alias.
Removed service ".service_locator.rurmwgS"; reason: private alias.
Removed service ".service_locator.q.1lYHK"; reason: private alias.
Removed service ".service_locator.b_VgG2i"; reason: private alias.
Removed service ".service_locator.bu4ME1d"; reason: private alias.
Removed service ".service_locator.QdrHmiL"; reason: private alias.
Removed service ".service_locator.kDAdcDh"; reason: private alias.
Removed service ".service_locator.k4mOxtR"; reason: private alias.
Removed service ".service_locator.9qHaA9B"; reason: private alias.
Removed service ".service_locator.kuxmlKG"; reason: private alias.
Removed service ".service_locator.NEisVy0"; reason: private alias.
Removed service ".service_locator.7Kx2m42"; reason: private alias.
Removed service ".service_locator.yjAwLa7"; reason: private alias.
Removed service ".service_locator.eJ1QkOD"; reason: private alias.
Removed service ".service_locator.AUxrCl5"; reason: private alias.
Removed service ".service_locator.EqA_SbB"; reason: private alias.
Removed service ".service_locator.bUG1pZK"; reason: private alias.
Removed service ".service_locator.eoaqTcN"; reason: private alias.
Removed service ".service_locator.lAtYa0d"; reason: private alias.
Removed service ".service_locator.gUqPkKf"; reason: private alias.
Removed service ".service_locator.Ge7TKs4"; reason: private alias.
Removed service ".service_locator.O8jjovL"; reason: private alias.
Removed service ".service_locator.HegpZof"; reason: private alias.
Removed service ".service_locator.yq3fo1Y"; reason: private alias.
Removed service ".service_locator.aNc2O5t"; reason: private alias.
Removed service ".service_locator.4x6oNgZ"; reason: private alias.
Removed service ".service_locator.1Xmrtm4"; reason: private alias.
Removed service ".service_locator.S0ykSym"; reason: private alias.
Removed service ".service_locator.39mU_k6"; reason: private alias.
Removed service ".service_locator.i64WlX_"; reason: private alias.
Removed service ".service_locator.eqhEQLP"; reason: private alias.
Removed service ".service_locator.ql70B0y"; reason: private alias.
Removed service ".service_locator.vVCBnXO"; reason: private alias.
Removed service ".service_locator.ZYHInfA"; reason: private alias.
Removed service ".service_locator.7MNHQMC"; reason: private alias.
Removed service ".service_locator.oZITQIP"; reason: private alias.
Removed service ".service_locator.I1NPyGh"; reason: private alias.
Removed service ".service_locator.IUFz780"; reason: private alias.
Removed service ".service_locator.cHzrJeO"; reason: private alias.
Removed service ".service_locator.dHXYipw"; reason: private alias.
Removed service ".service_locator.uPzLOQc"; reason: private alias.
Removed service ".service_locator.VhNZPQz"; reason: private alias.
Removed service ".service_locator.V3jX5x7"; reason: private alias.
Removed service ".service_locator.Hg_j5IG"; reason: private alias.
Removed service ".service_locator.9realPg"; reason: private alias.
Removed service ".service_locator.i8wLI4p"; reason: private alias.
Removed service ".service_locator.VQSXSMB"; reason: private alias.
Removed service ".service_locator.CeMts3d"; reason: private alias.
Removed service ".service_locator.7VvGgv9"; reason: private alias.
Removed service ".service_locator.BqSNhP1"; reason: private alias.
Removed service ".service_locator.YtK50aw"; reason: private alias.
Removed service ".service_locator.40H2Gtk"; reason: private alias.
Removed service ".service_locator.BJDqOfH"; reason: private alias.
Removed service ".service_locator..lfgyU8"; reason: private alias.
Removed service ".service_locator.j03OfHo"; reason: private alias.
Removed service ".service_locator.JQnF3go"; reason: private alias.
Removed service ".service_locator.Va2AdKB"; reason: private alias.
Removed service ".service_locator.5McNe4z"; reason: private alias.
Removed service ".service_locator.H3ySp4E"; reason: private alias.
Removed service ".service_locator.QgYSDqk"; reason: private alias.
Removed service ".service_locator.ts5EUSi"; reason: private alias.
Removed service ".service_locator.62bwxZ9"; reason: private alias.
Removed service ".service_locator.fcu6iBe"; reason: private alias.
Removed service ".service_locator.PzIcXDD"; reason: private alias.
Removed service ".service_locator.GqM1hFY"; reason: private alias.
Removed service ".service_locator.M8lGnf1"; reason: private alias.
Removed service ".service_locator.BJeTJ6u"; reason: private alias.
Removed service ".service_locator.5arSwQl"; reason: private alias.
Removed service ".service_locator.WdrFxSd"; reason: private alias.
Removed service ".service_locator.wTAnan5"; reason: private alias.
Removed service ".service_locator.lP7V1y6"; reason: private alias.
Removed service ".service_locator.FHFnJv9"; reason: private alias.
Removed service ".service_locator.KcFpuNa"; reason: private alias.
Removed service ".service_locator.vaRMpXU"; reason: private alias.
Removed service ".service_locator.ENLosIm"; reason: private alias.
Removed service ".service_locator.kt6bm26"; reason: private alias.
Removed service ".service_locator.K0RDj6D"; reason: private alias.
Removed service ".service_locator.Yj.thY."; reason: private alias.
Removed service ".service_locator._WmcWW3"; reason: private alias.
Removed service ".service_locator.QdYPl3N"; reason: private alias.
Removed service ".service_locator.vdNjHLm"; reason: private alias.
Removed service ".service_locator.23DfZbX"; reason: private alias.
Removed service ".service_locator.CxKuTav"; reason: private alias.
Removed service ".service_locator.A2jlUMv"; reason: private alias.
Removed service ".service_locator.LR13e5t"; reason: private alias.
Removed service ".service_locator.ZkkF.6."; reason: private alias.
Removed service ".service_locator.LEi7FKz"; reason: private alias.
Removed service ".service_locator.9C8LEuC"; reason: private alias.
Removed service ".service_locator.urJUTaQ"; reason: private alias.
Removed service ".service_locator.GKMFROy"; reason: private alias.
Removed service ".service_locator.8gsDl_t"; reason: private alias.
Removed service ".service_locator.4Nh8kgC"; reason: private alias.
Removed service ".service_locator.6Fyj7ch"; reason: private alias.
Removed service ".service_locator.ugqS5t8"; reason: private alias.
Removed service ".service_locator.ve4Ijj5"; reason: private alias.
Removed service ".service_locator.M9XUMTz"; reason: private alias.
Removed service ".service_locator.VOTI5cM"; reason: private alias.
Removed service ".service_locator.4TMEKMh"; reason: private alias.
Removed service ".service_locator.ncu3sqg"; reason: private alias.
Removed service ".service_locator.T6.ElPp"; reason: private alias.
Removed service ".service_locator.afmGuoq"; reason: private alias.
Removed service ".service_locator.ijVRl78"; reason: private alias.
Removed service ".service_locator.6GHeN9o"; reason: private alias.
Removed service ".service_locator.uhBjrEi"; reason: private alias.
Removed service ".service_locator.s2Hr.fz"; reason: private alias.
Removed service ".service_locator.z1RvEoW"; reason: private alias.
Removed service ".service_locator.K6h1hRm"; reason: private alias.
Removed service ".service_locator.BMTN8sP"; reason: private alias.
Removed service ".service_locator.qjmiMS_"; reason: private alias.
Removed service ".service_locator.s1Y6XfE"; reason: private alias.
Removed service ".service_locator.CrVfuri"; reason: private alias.
Removed service ".service_locator.nr2QYQZ"; reason: private alias.
Removed service ".service_locator.MIfHCHW"; reason: private alias.
Removed service ".service_locator.3wzB0aN"; reason: private alias.
Removed service ".service_locator.BJy6yY."; reason: private alias.
Removed service ".service_locator.QHkubP_"; reason: private alias.
Removed service ".service_locator.lzIXG1y"; reason: private alias.
Removed service ".service_locator.jrk_wfM"; reason: private alias.
Removed service ".service_locator.Lt.LMPh"; reason: private alias.
Removed service ".service_locator.MQkjg3H"; reason: private alias.
Removed service ".service_locator.xoYlCRC"; reason: private alias.
Removed service ".service_locator.OzvO4e1"; reason: private alias.
Removed service ".service_locator.iMc9bIs"; reason: private alias.
Removed service ".service_locator.HO7.gFw"; reason: private alias.
Removed service ".service_locator.cei_Ozv"; reason: private alias.
Removed service ".service_locator.Zp0NSXM"; reason: private alias.
Removed service ".service_locator.S89QQxH"; reason: private alias.
Removed service ".service_locator.WRyIXRv"; reason: private alias.
Removed service ".service_locator.rSPP8ox"; reason: private alias.
Removed service ".service_locator.nn5t6EM"; reason: private alias.
Removed service ".service_locator...74DkI"; reason: private alias.
Removed service ".service_locator.tnscUPQ"; reason: private alias.
Removed service ".service_locator.LrYwnLE"; reason: private alias.
Removed service ".service_locator.UlC9yqD"; reason: private alias.
Removed service ".service_locator.6rbGX0l"; reason: private alias.
Removed service ".service_locator.18pbMsq"; reason: private alias.
Removed service ".service_locator.Hj8hq07"; reason: private alias.
Removed service ".service_locator.x2yvlJc"; reason: private alias.
Removed service ".service_locator.zqzEJgt"; reason: private alias.
Removed service ".service_locator.UTY0Mco"; reason: private alias.
Removed service ".service_locator.A2lepcy"; reason: private alias.
Removed service ".service_locator.MglIGU4"; reason: private alias.
Removed service ".service_locator.dYM99.d"; reason: private alias.
Removed service ".service_locator.iVFT0kv"; reason: private alias.
Removed service ".service_locator..LnKcTa"; reason: private alias.
Removed service ".service_locator.kF8aDpb"; reason: private alias.
Removed service ".service_locator.x4HYgqv"; reason: private alias.
Removed service ".service_locator.8iRgjgg"; reason: private alias.
Removed service ".service_locator.UkR3Yrn"; reason: private alias.
Removed service ".service_locator.f7Punbw"; reason: private alias.
Removed service ".service_locator.w3BnB3a"; reason: private alias.
Removed service ".service_locator.WOkfPdV"; reason: private alias.
Removed service ".service_locator.V0UQ3kW"; reason: private alias.
Removed service ".service_locator.HE.ERGw"; reason: private alias.
Removed service ".service_locator._cIqA2G"; reason: private alias.
Removed service ".service_locator.h5eQKV8"; reason: private alias.
Removed service ".service_locator.xy9ChXg"; reason: private alias.
Removed service ".service_locator.VfBaoaN"; reason: private alias.
Removed service ".service_locator.jvp_Ucm"; reason: private alias.
Removed service ".service_locator.KB4IZAD"; reason: private alias.
Removed service ".service_locator.6YT2Xst"; reason: private alias.
Removed service ".service_locator.HcVmiTo"; reason: private alias.
Removed service ".service_locator.JXJ2zK2"; reason: private alias.
Removed service ".service_locator.wGIsX0V"; reason: private alias.
Removed service ".service_locator.KSAN_Y5"; reason: private alias.
Removed service ".service_locator.7G9UcJ0"; reason: private alias.
Removed service ".service_locator.DvnZnIx"; reason: private alias.
Removed service ".service_locator.XbDL7Km"; reason: private alias.
Removed service ".service_locator.sewEZCe"; reason: private alias.
Removed service ".service_locator.665loA8"; reason: private alias.
Removed service ".service_locator.ur5B29O"; reason: private alias.
Removed service ".service_locator.ryl.EVx"; reason: private alias.
Removed service ".service_locator.KS.Jz99"; reason: private alias.
Removed service ".service_locator.NIR7I4F"; reason: private alias.
Removed service ".service_locator.oZJNoVa"; reason: private alias.
Removed service ".service_locator.0GTLkOL"; reason: private alias.
Removed service ".service_locator.OWH5T3A"; reason: private alias.
Removed service ".service_locator.z8p1B4B"; reason: private alias.
Removed service ".service_locator.x0dwCeo"; reason: private alias.
Removed service ".service_locator.Vb3qQ.3"; reason: private alias.
Removed service ".service_locator.FPFiL9q"; reason: private alias.
Removed service ".service_locator.S6gWs4M"; reason: private alias.
Removed service ".service_locator.4pbMcLj"; reason: private alias.
Removed service ".service_locator.tsu5.f6"; reason: private alias.
Removed service ".service_locator._t8GcAZ"; reason: private alias.
Removed service ".service_locator.m8tjA1j"; reason: private alias.
Removed service ".service_locator.pBdl7ea"; reason: private alias.
Removed service ".service_locator.kq2j6Nn"; reason: private alias.
Removed service ".service_locator.jaK.dif"; reason: private alias.
Removed service ".service_locator.VaBO3gC"; reason: private alias.
Removed service ".service_locator.Elt_SGR"; reason: private alias.
Removed service ".service_locator.rTKdhJy"; reason: private alias.
Removed service ".service_locator.pw9aLkw"; reason: private alias.
Removed service ".service_locator.mIfDq01"; reason: private alias.
Removed service ".service_locator.DoCD.2o"; reason: private alias.
Removed service ".service_locator.426yQGu"; reason: private alias.
Removed service ".service_locator.EF8y_wW"; reason: private alias.
Removed service ".service_locator._POgNgI"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.oDOuFIo"; reason: private alias.
Removed service ".service_locator.26FaBrL"; reason: private alias.
Removed service ".service_locator.A740LBW"; reason: private alias.
Removed service ".service_locator.zyEgPll"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
218
Changed reference of service "App\Command\LiveSessionStartingCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\QuizEndingSoonCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\QuizSessionStartingCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\UserNotLoggedInForALongTimeCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\UserReportingNotificationCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\API\V1\ModuleController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\ModuleController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\ProgramController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Front\DashboardController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Front\ForumController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Front\LibraryController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EventListener\KernelRequest" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\AuthenticationEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\UserChecker" previously pointing to "router.default" to "router".
Changed reference of service "App\Serializer\Listener\LiveListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Serializer\Listener\NotificationListener" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Serializer\Listener\NotificationListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\HelperService" previously pointing to "router.default" to "router".
Changed reference of service "app.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app.jwt_authenticator" 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 "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
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 "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
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.sendgrid" 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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.course_publishing" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.live_publishing" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.quiz_publishing" 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 "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
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.validation" previously pointing to "debug.validator" to "validator".
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 "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 "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.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.abstract_login_link_handler" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.login_link_handler.api" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.login_link_handler.main" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
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 "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
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 "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Zenstruck\ScheduleBundle\Command\ScheduleRunCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Zenstruck\ScheduleBundle\Schedule\ScheduleRunner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.app.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.app.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.w.IoTKj" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Qlx4_hr" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.d6SxZ25" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.NeW.MHg" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.YoTKyqA" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.9F.83jG" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.11zlHom" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.bU9oCy7" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.lxb7Of6" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.XwxP2BX" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.foPrRcS" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.l2JlJ71" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.yHOpdW4" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.7zkEZFR" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.1Blzffw" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.jdiQSxz" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.SwZE8eX" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.QZ6YPmb" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.uySa13T" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.d4uBDBz" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.r8SMlv2" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.nnCP1v8" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator..mT2Qhy" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.vZPEc0J" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.VzUaqV." previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.YqOOYx6" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.KSM6Xb0" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.HNIyX1k" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Gj1AVA1" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.NGXAeud" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.GSiBBbY" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.ocJZ1B_" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.5AB.coh" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.8yoxuMJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.a6wEjpW" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.bgX7nQT" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.KU9KQJN" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.46j14lN" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.IJbJF8X" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.EP35hgc" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.1u_VQA8" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.l_dY6CJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.2opQpDu" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.Li3pGpq" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.LZo89X3" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.5VlqDdh" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.PNoUTDm" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.vxQJS8T" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.CvrSTcf" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.igbTPsw" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator..sHrCay" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.2PI5lXd" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.2c5bKeJ" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.gPlfpt6" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.7eq83MI" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.JFgaCrd" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.JFgaCrd" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.xF9E2zs" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.DHEhjGD" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.AmeQW6j" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Kn9Vk3z" previously pointing to "translator.data_collector" to "translator".
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.App\Security\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.u9KuSDP" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.G2DNP89" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
645
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.remote_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 "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; 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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "security.authenticator.login_link"; reason: abstract.
Removed service "security.authenticator.abstract_login_link_handler"; reason: abstract.
Removed service "security.authenticator.expired_login_link_storage"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.kernel"; reason: abstract.
Removed service ".abstract.instanceof.kernel"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAdminUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddAdminUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateCertificateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateCertificateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LiveSessionStartingCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\LiveSessionStartingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LiveSessionStartingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProgramStartingCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\ProgramStartingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProgramStartingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuizEndingSoonCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuizEndingSoonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\QuizEndingSoonCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuizSessionStartingCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuizSessionStartingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\QuizSessionStartingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QuoteNotificationCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\QuoteNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\QuoteNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendTestMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserDataImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserDataImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserFeedBackNotificationCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserFeedBackNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserFeedBackNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserNotLoggedInForALongTimeCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserNotLoggedInForALongTimeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserNotLoggedInForALongTimeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserReportingNotificationCommand"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\SelfSchedulingCommand.0.App\Command\UserReportingNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserReportingNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\AppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\AuthenticateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\AuthenticateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\AuthenticateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ForumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\ImageRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\WordRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Game\WordSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\LiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BadgeModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BadgeModelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BadgeModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CourseCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DirectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DirectorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DirectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForumCharterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForumCharterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ForumCharterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\JobController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleNoticeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleNoticeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ModuleNoticeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OfficeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OfficeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OfficeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PartenaireController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PartenaireController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PartenaireController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PerformController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PerformController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PerformController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuizController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\QuizController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SubjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubsidiaryCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubsidiaryCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SubsidiaryCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxonomyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxonomyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TaxonomyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\ImageRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Game\WordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Game\WordSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmployeeLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmployeeLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmployeeLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ForumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\ImageRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\WordRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Game\WordSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LibraryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\LibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\ImageRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Game\ImageRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\WordRiddleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Game\WordRiddleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Game\WordSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Game\WordSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContractFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ContractFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CountryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomUserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CustomUserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\JobFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OfficeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\OfficeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SubsidiaryCompanyFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SubsidiaryCompanyFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AccessDeniedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\PreExecutionListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PreExecutionListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventSubscriber\DatabaseActivitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DatabaseActivitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddProgramParticipantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddProgramParticipantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeModel1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BadgeModel1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BadgeModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactUsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseCategory1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseCategory1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DirectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FaqAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FaqQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqSubjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FaqSubjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeaturedModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FeaturedModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FileManagerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FileManagerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForumCharterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ForumCharterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddleParticipationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\Riddle\ImageRiddleParticipationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddlePictureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\Riddle\ImageRiddlePictureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\ImageRiddleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\Riddle\ImageRiddleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\WordRiddleParticipationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\Riddle\WordRiddleParticipationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\Riddle\WordRiddleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\Riddle\WordRiddleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\GridType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\WordSearch\GridType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\WordSearchParticipationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\WordSearch\WordSearchParticipationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Game\WordSearch\WordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Game\WordSearch\WordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageManagerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ImageManagerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JobType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\JobType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LiveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LiveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoadQuoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoadQuoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoadUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoadUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleInscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ModuleInscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleNoticeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ModuleNoticeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleParticipationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ModuleParticipationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfficeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfficeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartenaireType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PartenaireType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramCertificateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProgramCertificateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramParticipationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProgramParticipationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgramType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProgramType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuizAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizCertificateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuizCertificateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuizQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuizType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuizType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubsidiaryCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubsidiaryCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TargetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TargetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxonomyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TaxonomyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserExperienceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserExperienceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorDetailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VisitorDetailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VisitorEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorLoginType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VisitorLoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VisitorProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VisitorRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VisitorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VisitorType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\CertificateHandler.0.App\MessageHandler\CertificateHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\CertificateHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\NotificationHandler.0.App\MessageHandler\NotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\NotificationHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BadgeModelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoachRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoachRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentLikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommentLikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DirectorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DirectorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscussionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiscussionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnrollmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EnrollmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExperienceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExperienceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqSubjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqSubjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeaturedModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeaturedModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileManagerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FileManagerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForumCharterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ForumCharterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddleParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\Riddle\ImageRiddleParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddlePictureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\Riddle\ImageRiddlePictureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\ImageRiddleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\Riddle\ImageRiddleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\WordRiddleParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\Riddle\WordRiddleParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\Riddle\WordRiddleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\Riddle\WordRiddleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\GridRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\WordSearch\GridRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\WordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\WordSearch\WordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Game\WordSearch\WordSearchParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Game\WordSearch\WordSearchParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageManagerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageManagerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JitsiParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JitsiParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JobRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LearningProgressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LearningProgressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LiveParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveRecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LiveRecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LiveRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiveViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LiveViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleInscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleInscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleLikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleLikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleNoticeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleNoticeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleObjectiveRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleObjectiveRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationReceiverRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationReceiverRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationSettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfficeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfficeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartenaireRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartenaireRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramCertificateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramCertificateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuizAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizCertificateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuizCertificateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuizQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuizRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuizViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SavedSubjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SavedSubjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectLikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubjectLikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubjectTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubjectTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubsidiaryCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubsidiaryCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TargetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TargetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxonomyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaxonomyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserModuleParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserModuleParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserOfficeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserOfficeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProgramParticipationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProgramParticipationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserQuizQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserQuizQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VisitorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VisitorRepository"; reason: abstract.
Removed service ".instanceof.Zenstruck\ScheduleBundle\Schedule\ScheduleBuilder.0.App\Schedule\AppScheduleBuilder"; reason: abstract.
Removed service ".abstract.instanceof.App\Schedule\AppScheduleBuilder"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\DirectorListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\DirectorListener"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\LiveListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\LiveListener"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\ModuleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\ModuleListener"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\NotificationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\NotificationListener"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\ProgramListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\ProgramListener"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\SubjectListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\SubjectListener"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\UserListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\UserListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\AppRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DecryptExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DecryptExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniquePublishingValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\UniquePublishingValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".abstract.instanceof.app.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Component\Mailer\EventListener\MessageLoggerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Symfony\Component\Mailer\EventListener\MessageLoggerListener"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Mailer\EventListener\MessageLoggerListener"; reason: abstract.
145
Removed service "App\Contrat\APIResponse"; reason: unused.
Removed service "App\DQL\Round"; reason: unused.
Removed service "App\Event\PreExecutionEvent"; reason: unused.
Removed service "App\Mercure\JwtProvider"; reason: unused.
Removed service "App\Message\Certificate"; reason: unused.
Removed service "App\Message\Notification"; reason: unused.
Removed service "App\Security\Authentication\AuthenticationSuccessHandler"; reason: unused.
Removed service "App\Security\JwtTokenAuthenticator"; reason: unused.
Removed service "App\Service\Authenticate"; reason: unused.
Removed service "App\Service\WebPushNotification"; reason: unused.
Removed service "App\Utils\Constants"; reason: unused.
Removed service "App\Utils\UploadedBase64File"; reason: unused.
Removed service "App\Validator\PeriodValidator"; reason: unused.
Removed service "App\Validator\UniquePublishing"; reason: unused.
Removed service "app.jwt_authenticator"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default"; 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.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.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.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~u8WLG6t"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authenticator.abstract_login_link_signature_hasher"; reason: unused.
Removed service "security.authenticator.cache.expired_links"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; 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.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~yp1gNmi"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service "Kreait\Firebase\Factory"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service ".service_locator.YqrQjAg"; reason: unused.
Removed service ".service_locator.5fWNDvm"; reason: unused.
Removed service ".service_locator.iiTbjBg"; reason: unused.
Removed service ".service_locator.gb40Pvl"; reason: unused.
Removed service ".service_locator.WJ7i4ji"; reason: unused.
Removed service ".service_locator.ui8JMB."; reason: unused.
Removed service ".service_locator.nclDJcJ"; reason: unused.
Removed service ".service_locator.JY5eo0E"; reason: unused.
Removed service ".service_locator.aV2sj.N"; reason: unused.
Removed service ".service_locator.Xbsa8iG"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
490
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\AppController" to "App\Controller\API\V1\AppController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\AuthenticateController" to "App\Controller\API\V1\AuthenticateController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\DashboardController" to "App\Controller\API\V1\DashboardController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\ForumController" to "App\Controller\API\V1\ForumController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\Game\ImageRiddleController" to "App\Controller\API\V1\Game\ImageRiddleController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\Game\WordRiddleController" to "App\Controller\API\V1\Game\WordRiddleController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\Game\WordSearchController" to "App\Controller\API\V1\Game\WordSearchController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\LiveController" to "App\Controller\API\V1\LiveController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\MessageController" to "App\Controller\API\V1\MessageController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\ModuleController" to "App\Controller\API\V1\ModuleController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\ProgramController" to "App\Controller\API\V1\ProgramController".
Inlined service ".service_locator.u9KuSDP.App\Controller\API\V1\UserController" to "App\Controller\API\V1\UserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\BadgeModelController" to "App\Controller\Admin\BadgeModelController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CommentController" to "App\Controller\Admin\CommentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CourseCategoryController" to "App\Controller\Admin\CourseCategoryController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CourseController" to "App\Controller\Admin\CourseController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\DirectorController" to "App\Controller\Admin\DirectorController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\FaqController" to "App\Controller\Admin\FaqController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ForumCharterController" to "App\Controller\Admin\ForumCharterController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\JobController" to "App\Controller\Admin\JobController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\LiveController" to "App\Controller\Admin\LiveController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ModuleController" to "App\Controller\Admin\ModuleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ModuleNoticeController" to "App\Controller\Admin\ModuleNoticeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\OfficeController" to "App\Controller\Admin\OfficeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\PartenaireController" to "App\Controller\Admin\PartenaireController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\PerformController" to "App\Controller\Admin\PerformController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProgramController" to "App\Controller\Admin\ProgramController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\QuizController" to "App\Controller\Admin\QuizController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\QuoteController" to "App\Controller\Admin\QuoteController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\RoleController" to "App\Controller\Admin\RoleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\SettingController" to "App\Controller\Admin\SettingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\SubjectController" to "App\Controller\Admin\SubjectController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\SubsidiaryCompanyController" to "App\Controller\Admin\SubsidiaryCompanyController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\TaxonomyController" to "App\Controller\Admin\TaxonomyController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Dashboard\Game\ImageRiddleController" to "App\Controller\Dashboard\Game\ImageRiddleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Dashboard\Game\WordController" to "App\Controller\Dashboard\Game\WordController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Dashboard\Game\WordRiddleController" to "App\Controller\Dashboard\Game\WordRiddleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Dashboard\Game\WordSearchController" to "App\Controller\Dashboard\Game\WordSearchController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EmployeeLoginController" to "App\Controller\EmployeeLoginController".
Inlined service ".service_locator.mx0UMmY.App\Controller\FileController" to "App\Controller\FileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\CommonController" to "App\Controller\Front\CommonController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\ContactController" to "App\Controller\Front\ContactController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\DashboardController" to "App\Controller\Front\DashboardController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\ForumController" to "App\Controller\Front\ForumController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\Game\ImageRiddleController" to "App\Controller\Front\Game\ImageRiddleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\Game\WordRiddleController" to "App\Controller\Front\Game\WordRiddleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\Game\WordSearchController" to "App\Controller\Front\Game\WordSearchController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\HomeController" to "App\Controller\Front\HomeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\LibraryController" to "App\Controller\Front\LibraryController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\LiveController" to "App\Controller\Front\LiveController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Front\MessageController" to "App\Controller\Front\MessageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Game\ImageRiddleController" to "App\Controller\Game\ImageRiddleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Game\WordRiddleController" to "App\Controller\Game\WordRiddleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Game\WordSearchController" to "App\Controller\Game\WordSearchController".
Inlined service "App\Security\EmailVerifier" to "App\Controller\RegistrationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "symfonycasts.verify_email.helper" to "App\Security\EmailVerifier".
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.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.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" 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.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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "state_machine.course_publishing.definition" to "state_machine.course_publishing".
Inlined service "state_machine.live_publishing.definition" to "state_machine.live_publishing".
Inlined service "state_machine.quiz_publishing.definition" to "state_machine.quiz_publishing".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service ".lock.default.store.VvjLoNO" to "lock.default.factory".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.native".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.IYdEv1Q" 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.meeyvCN" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
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 ".service_locator.UkE3SaZ" to "notifier".
Inlined service "notifier.channel_policy" to "notifier".
Inlined service "notifier.admin_recipient.0" to "notifier".
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.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.cache" 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 "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.EVyQ_tZ" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.t4mA4PT" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\DecryptExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" 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.extension.string" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" 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.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service "workflow.registry" to "workflow.twig_extension".
Inlined service ".service_locator.ZwAxO7A" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.RDOw98h" to "security.access_map".
Inlined service ".security.request_matcher.e0j9qHM" to "security.access_map".
Inlined service ".security.request_matcher.mMTjpfo" to "security.access_map".
Inlined service ".security.request_matcher.F.Jdz8u" to "security.access_map".
Inlined service ".security.request_matcher.xZMwmiI" to "security.access_map".
Inlined service ".security.request_matcher.wfU4W9_" to "security.access_map".
Inlined service ".security.request_matcher.bTZRZmp" to "security.access_map".
Inlined service ".security.request_matcher.14K7AL7" to "security.access_map".
Inlined service ".security.request_matcher.xu8Yrug" to "security.access_map".
Inlined service ".security.request_matcher.fat_tMB" to "security.access_map".
Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
Inlined service ".security.request_matcher.aIl6Fg3" to "security.access_map".
Inlined service ".security.request_matcher.1e43juy" to "security.access_map".
Inlined service ".security.request_matcher.5oqNf8K" to "security.access_map".
Inlined service ".security.request_matcher.zW.ynVR" to "security.access_map".
Inlined service ".security.request_matcher.1WNJjFU" to "security.access_map".
Inlined service ".security.request_matcher.Ookfb7c" to "security.access_map".
Inlined service ".security.request_matcher.PYxQXFc" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.pbyKmZE" to "security.access_map".
Inlined service ".security.request_matcher.QPwreRw" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.authenticator.managers_locator" to "security.user_authenticator".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service ".service_locator.sLg4Zee" to "security.authenticator.firewall_aware_login_link_handler".
Inlined service "security.authenticator.login_link_signature_hasher.api" to "security.authenticator.login_link_handler.api".
Inlined service "security.authentication.success_handler.api.login_link" to "security.authenticator.login_link.api".
Inlined service "security.authentication.failure_handler.api.login_link" to "security.authenticator.login_link.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.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authenticator.login_link_signature_hasher.main" to "security.authenticator.login_link_handler.main".
Inlined service "security.authentication.success_handler.main.login_link" to "security.authenticator.login_link.main".
Inlined service "security.authentication.failure_handler.main.login_link" to "security.authenticator.login_link.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "App\Security\UserChecker" to "security.listener.user_checker.main".
Inlined service "App\Security\AuthenticationEntryPoint" to "security.exception_listener.main".
Inlined service "App\Security\AccessDeniedHandler" to "security.exception_listener.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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" 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.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
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 "fos_rest.converter.request_body" 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.aNklfos.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 "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 "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 "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtension".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ContractFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CountryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CustomUserFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\JobFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\OfficeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SubsidiaryCompanyFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.normalizer.camel_keys" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "zenstruck_schedule.console_application" to "Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner".
Inlined service "monolog.logger.schedule" to "Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber".
Inlined service "lock.default.factory" to "Zenstruck\ScheduleBundle\Schedule\Extension\Handler\SingleServerHandler".
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_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_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
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 "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\CertificateHandler" to ".messenger.handler_descriptor.JNQr7qQ".
Inlined service "App\MessageHandler\NotificationHandler" to ".messenger.handler_descriptor.fwVjgeQ".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
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 "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.oFKCS4G".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\PermissionVoter" to "debug.security.voter.App\Security\Voter\PermissionVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.NUKe30Y" to ".service_locator.NUKe30Y.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.45zXcdv" to "console.command_loader".
Inlined service ".service_locator.NUKe30Y.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 "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.validator.inner" to "validator".
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.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
4
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.iterator_handler", "jms_serializer.symfony_uid_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "fos_rest.serializer.form_error_handler", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.