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\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\JMSSerializerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "DrosalysWeb\ObjectExtensions\Bridge\Symfony\DependencyInjection\DrosalysWebObjectExtensionsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "DrosalysWeb\Bundle\FormBundle\DependencyInjection\DrosalysWebFormExtension" 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/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Account\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Account\User" should implement it.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "DrosalysWeb\ObjectExtensions\Bridge\Symfony\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::load()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
The "KnpU\OAuth2ClientBundle\Security\Authenticator\SocialAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\CoreAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::getBaseAuthorizationUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::getBaseAccessTokenUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::getResourceOwnerDetailsUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::getDefaultScopes()" might add "array" as a native return type declaration in the future. Do the same in child class "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::checkResponse()" might add "void" as a native return type declaration in the future. Do the same in child class "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::createResourceOwner()" might add "ResourceOwnerInterface" as a native return type declaration in the future. Do the same in child class "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::getAllowedClientOptions()" might add "array" as a native return type declaration in the future. Do the same in child class "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getPassword()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Nellapp\Bundle\SDKBundle\Sync\Security\User\Core" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Nellapp\Bundle\SDKBundle\Sync\Security\User\Core" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::apply()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "DrosalysWeb\Bundle\FormBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
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\Controller\Admin\DashboardController" 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\Controller\Front\Channel\Image\DeleteController" 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\Controller\Front\Channel\SubAjaxListController" 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\Controller\Front\Scholar\Training\Ajax\GetTrainingController" 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\Controller\Front\Scholar\Training\AllTrainingController" 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\Controller\Manager\Channel\DeleteController" 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\Controller\Manager\Channel\Lesson\EditController" 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\Controller\Manager\Channel\Module\EditController" service.
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\Doctrine\EventEntitySubscriber\FileSubscriber" service.
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\Form\Common\CustomFileType" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
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.
SELECT t0.id AS id_2, t0.total_hour_description AS total_hour_description_3, t0.video_description AS video_description_4, t0.diploma_description AS diploma_description_5, t0.training_type AS training_type_6, t0.thematic AS thematic_7, t0.diploma AS diploma_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.name AS name_11, t0.description AS description_12, t0.public AS public_13, t0.status AS status_14, t0.image_id AS image_id_15, t0.owner_channel_id AS owner_channel_id_16, t0.dtype, t1.lock_by_status AS lock_by_status_17, t1.lock_by_id AS lock_by_id_18 FROM scholar_trainings t0 LEFT JOIN scholar_shared_trainings t1 ON t0.id = t1.id WHERE t0.id = ?
doctrine
[
"9986ccdd-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.training AS training_4, t1.dtype FROM training_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.training = ?
doctrine
[
"9986ccdd-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_2, t0.total_hour_description AS total_hour_description_3, t0.video_description AS video_description_4, t0.diploma_description AS diploma_description_5, t0.training_type AS training_type_6, t0.thematic AS thematic_7, t0.diploma AS diploma_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.name AS name_11, t0.description AS description_12, t0.public AS public_13, t0.status AS status_14, t0.image_id AS image_id_15, t0.owner_channel_id AS owner_channel_id_16, t0.dtype, t1.lock_by_status AS lock_by_status_17, t1.lock_by_id AS lock_by_id_18 FROM scholar_trainings t0 LEFT JOIN scholar_shared_trainings t1 ON t0.id = t1.id WHERE t0.id = ?
doctrine
[
"374ed34e-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.training AS training_4, t1.dtype FROM training_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.training = ?
doctrine
[
"374ed34e-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98b18e99-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98b18e99-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e587-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e587-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.minimum_time AS minimum_time_4, t0.lesson_review_activated AS lesson_review_activated_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.status AS status_8, t0.referral_trainer_id AS referral_trainer_id_9, t0.lesson_stats_id AS lesson_stats_id_10, t0.owner_channel_id AS owner_channel_id_11, t0.dtype, t1.ref AS ref_12, t1.objective AS objective_13, t1.name AS name_14, t1.description AS description_15, t1.public AS public_16, t1.image_id AS image_id_17, t2.lock_by_status AS lock_by_status_18, t2.lock_by_id AS lock_by_id_19 FROM scholar_lessons t0 LEFT JOIN scholar_origin_lessons t1 ON t0.id = t1.id LEFT JOIN scholar_shared_lessons t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98af3749-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
doctrine
[
"98af3749-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.minimum_time AS minimum_time_3, t1.lesson_review_activated AS lesson_review_activated_4, t1.created_at AS created_at_5, t1.updated_at AS updated_at_6, t1.status AS status_7, t0.ref AS ref_8, t0.objective AS objective_9, t0.name AS name_10, t0.description AS description_11, t0.public AS public_12, t1.referral_trainer_id AS referral_trainer_id_13, t1.lesson_stats_id AS lesson_stats_id_14, t1.owner_channel_id AS owner_channel_id_15, t0.image_id AS image_id_16, t1.dtype FROM scholar_origin_lessons t0 INNER JOIN scholar_lessons t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"376f6101-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
doctrine
[
"376f6101-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"62062"
]
debug
SELECT t1.id AS id_2, t0.name AS name_3, t0.body AS body_4, t0.sort_order AS sort_order_5, t0.description AS description_6, t1.lesson_id AS lesson_id_7, t1.dtype FROM scholar_origin_chapters t0 INNER JOIN scholar_chapters t1 ON t0.id = t1.id WHERE t1.id = ?
SELECT t0.id AS id_1, t0.sort_order AS sort_order_2, t0.lock_by_status AS lock_by_status_3, t0.module_id AS module_id_4, t0.training_id AS training_id_5, t0.lock_by_id AS lock_by_id_6 FROM scholar_training_modules t0 WHERE t0.training_id = ? ORDER BY t0.sort_order ASC
doctrine
[
"9986ccdd-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"99818c43-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"99818c43-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755f15e-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755f15e-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98b6443d-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98b6443d-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755dfa6-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755dfa6-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98c4abdc-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98c4abdc-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755fed3-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755fed3-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98cb3c74-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98cb3c74-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755de47-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755de47-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98d091cb-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98d091cb-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e7f2-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e7f2-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98d67532-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98d67532-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"37561283-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"37561283-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98d957d7-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98d957d7-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"37560e18-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"37560e18-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98db88cd-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98db88cd-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e9a2-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e9a2-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98fe033c-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98fe033c-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755f5d3-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755f5d3-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98dda252-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98dda252-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"37560619-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"37560619-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98dff307-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98dff307-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"375607ff-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"375607ff-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98e4a7fc-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98e4a7fc-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e83d-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e83d-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98e8e870-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98e8e870-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e06c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e06c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98ea9e20-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98ea9e20-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e97c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e97c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98edfd5f-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98edfd5f-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e223-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e223-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98f2045e-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98f2045e-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"37560958-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"37560958-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98f5236e-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"98f5236e-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755e0bd-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755e0bd-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"9936337c-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"9936337c-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"37560a1c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"37560a1c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"99381e5b-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"99381e5b-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"37561111-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"37561111-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"99024626-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"99024626-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"3755f75c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"3755f75c-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.is_blocked AS is_blocked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.owner_channel_id AS owner_channel_id_7, t0.dtype, t1.name AS name_8, t1.description AS description_9, t1.public AS public_10, t1.status AS status_11, t1.image_id AS image_id_12, t2.lock_by_status AS lock_by_status_13, t2.lock_by_id AS lock_by_id_14 FROM scholar_modules t0 LEFT JOIN scholar_origin_modules t1 ON t0.id = t1.id LEFT JOIN scholar_shared_modules t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"9986c284-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"9986c284-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.is_blocked AS is_blocked_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.name AS name_6, t0.description AS description_7, t0.public AS public_8, t0.status AS status_9, t1.owner_channel_id AS owner_channel_id_10, t0.image_id AS image_id_11, t1.dtype FROM scholar_origin_modules t0 INNER JOIN scholar_modules t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"37561187-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.module AS module_4, t1.dtype FROM module_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.module = ?
doctrine
[
"37561187-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_1, t0.sort_order AS sort_order_2, t0.lock_by_status AS lock_by_status_3, t0.lesson_id AS lesson_id_4, t0.module_id AS module_id_5, t0.lock_by_id AS lock_by_id_6 FROM scholar_module_lessons t0 WHERE t0.module_id = ? ORDER BY t0.sort_order ASC
doctrine
[
"98b18e99-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.minimum_time AS minimum_time_4, t0.lesson_review_activated AS lesson_review_activated_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.status AS status_8, t0.referral_trainer_id AS referral_trainer_id_9, t0.lesson_stats_id AS lesson_stats_id_10, t0.owner_channel_id AS owner_channel_id_11, t0.dtype, t1.ref AS ref_12, t1.objective AS objective_13, t1.name AS name_14, t1.description AS description_15, t1.public AS public_16, t1.image_id AS image_id_17, t2.lock_by_status AS lock_by_status_18, t2.lock_by_id AS lock_by_id_19 FROM scholar_lessons t0 LEFT JOIN scholar_origin_lessons t1 ON t0.id = t1.id LEFT JOIN scholar_shared_lessons t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98afde06-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
doctrine
[
"98afde06-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.minimum_time AS minimum_time_3, t1.lesson_review_activated AS lesson_review_activated_4, t1.created_at AS created_at_5, t1.updated_at AS updated_at_6, t1.status AS status_7, t0.ref AS ref_8, t0.objective AS objective_9, t0.name AS name_10, t0.description AS description_11, t0.public AS public_12, t1.referral_trainer_id AS referral_trainer_id_13, t1.lesson_stats_id AS lesson_stats_id_14, t1.owner_channel_id AS owner_channel_id_15, t0.image_id AS image_id_16, t1.dtype FROM scholar_origin_lessons t0 INNER JOIN scholar_lessons t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"376f657e-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
doctrine
[
"376f657e-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.minimum_time AS minimum_time_4, t0.lesson_review_activated AS lesson_review_activated_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.status AS status_8, t0.referral_trainer_id AS referral_trainer_id_9, t0.lesson_stats_id AS lesson_stats_id_10, t0.owner_channel_id AS owner_channel_id_11, t0.dtype, t1.ref AS ref_12, t1.objective AS objective_13, t1.name AS name_14, t1.description AS description_15, t1.public AS public_16, t1.image_id AS image_id_17, t2.lock_by_status AS lock_by_status_18, t2.lock_by_id AS lock_by_id_19 FROM scholar_lessons t0 LEFT JOIN scholar_origin_lessons t1 ON t0.id = t1.id LEFT JOIN scholar_shared_lessons t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98b06637-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
doctrine
[
"98b06637-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.minimum_time AS minimum_time_3, t1.lesson_review_activated AS lesson_review_activated_4, t1.created_at AS created_at_5, t1.updated_at AS updated_at_6, t1.status AS status_7, t0.ref AS ref_8, t0.objective AS objective_9, t0.name AS name_10, t0.description AS description_11, t0.public AS public_12, t1.referral_trainer_id AS referral_trainer_id_13, t1.lesson_stats_id AS lesson_stats_id_14, t1.owner_channel_id AS owner_channel_id_15, t0.image_id AS image_id_16, t1.dtype FROM scholar_origin_lessons t0 INNER JOIN scholar_lessons t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"376f08f6-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
doctrine
[
"376f08f6-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.minimum_time AS minimum_time_4, t0.lesson_review_activated AS lesson_review_activated_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.status AS status_8, t0.referral_trainer_id AS referral_trainer_id_9, t0.lesson_stats_id AS lesson_stats_id_10, t0.owner_channel_id AS owner_channel_id_11, t0.dtype, t1.ref AS ref_12, t1.objective AS objective_13, t1.name AS name_14, t1.description AS description_15, t1.public AS public_16, t1.image_id AS image_id_17, t2.lock_by_status AS lock_by_status_18, t2.lock_by_id AS lock_by_id_19 FROM scholar_lessons t0 LEFT JOIN scholar_origin_lessons t1 ON t0.id = t1.id LEFT JOIN scholar_shared_lessons t2 ON t0.id = t2.id WHERE t0.id = ?
doctrine
[
"98b0f023-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
doctrine
[
"98b0f023-6449-11ef-a99a-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.minimum_time AS minimum_time_3, t1.lesson_review_activated AS lesson_review_activated_4, t1.created_at AS created_at_5, t1.updated_at AS updated_at_6, t1.status AS status_7, t0.ref AS ref_8, t0.objective AS objective_9, t0.name AS name_10, t0.description AS description_11, t0.public AS public_12, t1.referral_trainer_id AS referral_trainer_id_13, t1.lesson_stats_id AS lesson_stats_id_14, t1.owner_channel_id AS owner_channel_id_15, t0.image_id AS image_id_16, t1.dtype FROM scholar_origin_lessons t0 INNER JOIN scholar_lessons t1 ON t0.id = t1.id WHERE t1.id = ?
doctrine
[
"376f1a49-4852-11ef-9bb3-02 [...]"
]
debug
SELECT t1.id AS id_2, t1.price AS price_3, t0.lesson AS lesson_4, t1.dtype FROM lesson_product t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t0.lesson = ?
SELECT a0_.id AS id_0, a0_.assignable_status AS assignable_status_1, a0_.created_at AS created_at_2, a0_.updated_at AS updated_at_3, f1_.content AS content_4, a0_.d_type AS d_type_5, a0_.assigned_to_id AS assigned_to_id_6, f1_.chapter_id AS chapter_id_7, f1_.training_id AS training_id_8, f1_.module_id AS module_id_9, f1_.user_id AS user_id_10, f1_.parent_id AS parent_id_11 FROM forum_chapter_message f1_ INNER JOIN assignable a0_ ON f1_.id = a0_.id INNER JOIN scholar_chapters s2_ ON f1_.chapter_id = s2_.id LEFT JOIN scholar_origin_chapters s3_ ON s2_.id = s3_.id LEFT JOIN scholar_shared_chapters s4_ ON s2_.id = s4_.id WHERE s2_.id = ? AND f1_.parent_id IS NULL ORDER BY a0_.created_at ASC
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98af3749-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.id IN (?)
doctrine
[
[4435944360443614436244363443644436544367]
]
debug
SELECT t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.stat_avg_score AS stat_avg_score_6, t0.stat_avg_time AS stat_avg_time_7, t0.stat_median_score AS stat_median_score_8, t0.stat_median_time AS stat_median_time_9, t0.stat_total_score AS stat_total_score_10, t0.stat_total_time AS stat_total_time_11, t0.stat_total_done AS stat_total_done_12, t0.stat_score_distribution AS stat_score_distribution_13, t0.stat_time_distribution AS stat_time_distribution_14, t0.lesson_id AS lesson_id_15, t0.dtype, t1.name AS name_16, t1.description AS description_17, t1.sort_order AS sort_order_18, t2.lock_by_id AS lock_by_id_19 FROM exercise_exercises t0 LEFT JOIN scholar_origin_exercises t1 ON t0.id = t1.id LEFT JOIN scholar_shared_exercises t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98af3749-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.stat_avg_score AS stat_avg_score_6, t0.stat_avg_time AS stat_avg_time_7, t0.stat_median_score AS stat_median_score_8, t0.stat_median_time AS stat_median_time_9, t0.stat_total_score AS stat_total_score_10, t0.stat_total_time AS stat_total_time_11, t0.stat_total_done AS stat_total_done_12, t0.stat_score_distribution AS stat_score_distribution_13, t0.stat_time_distribution AS stat_time_distribution_14, t0.lesson_id AS lesson_id_15, t0.dtype, t1.name AS name_16, t1.description AS description_17, t1.sort_order AS sort_order_18, t2.lock_by_id AS lock_by_id_19 FROM exercise_exercises t0 LEFT JOIN scholar_origin_exercises t1 ON t0.id = t1.id LEFT JOIN scholar_shared_exercises t2 ON t0.id = t2.id WHERE t0.id IN (?)
doctrine
[
[
"3fd8b517-4852-11ef-9bb3-02 [...]"
]
]
debug
SELECT t0.id AS id_3, t0.ask_for_referent_correction AS ask_for_referent_correction_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.lesson_id AS lesson_id_7, t0.dtype, t1.title AS title_8, t1.content AS content_9, t1.remark AS remark_10, t1.estimate_time AS estimate_time_11, t1.correction AS correction_12, t1.is_archived AS is_archived_13, t2.lock_by_id AS lock_by_id_14 FROM practical_case t0 LEFT JOIN scholar_origin_practical_cases t1 ON t0.id = t1.id LEFT JOIN scholar_shared_practical_cases t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98af3749-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98afde06-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.id IN (?)
doctrine
[
[4449244493444944449544496444974449844499]
]
debug
SELECT t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.stat_avg_score AS stat_avg_score_6, t0.stat_avg_time AS stat_avg_time_7, t0.stat_median_score AS stat_median_score_8, t0.stat_median_time AS stat_median_time_9, t0.stat_total_score AS stat_total_score_10, t0.stat_total_time AS stat_total_time_11, t0.stat_total_done AS stat_total_done_12, t0.stat_score_distribution AS stat_score_distribution_13, t0.stat_time_distribution AS stat_time_distribution_14, t0.lesson_id AS lesson_id_15, t0.dtype, t1.name AS name_16, t1.description AS description_17, t1.sort_order AS sort_order_18, t2.lock_by_id AS lock_by_id_19 FROM exercise_exercises t0 LEFT JOIN scholar_origin_exercises t1 ON t0.id = t1.id LEFT JOIN scholar_shared_exercises t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98afde06-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.stat_avg_score AS stat_avg_score_6, t0.stat_avg_time AS stat_avg_time_7, t0.stat_median_score AS stat_median_score_8, t0.stat_median_time AS stat_median_time_9, t0.stat_total_score AS stat_total_score_10, t0.stat_total_time AS stat_total_time_11, t0.stat_total_done AS stat_total_done_12, t0.stat_score_distribution AS stat_score_distribution_13, t0.stat_time_distribution AS stat_time_distribution_14, t0.lesson_id AS lesson_id_15, t0.dtype, t1.name AS name_16, t1.description AS description_17, t1.sort_order AS sort_order_18, t2.lock_by_id AS lock_by_id_19 FROM exercise_exercises t0 LEFT JOIN scholar_origin_exercises t1 ON t0.id = t1.id LEFT JOIN scholar_shared_exercises t2 ON t0.id = t2.id WHERE t0.id IN (?)
doctrine
[
[
"3fd99f7f-4852-11ef-9bb3-02 [...]"
]
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98b06637-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.id IN (?)
doctrine
[
[4208042081]
]
debug
SELECT t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.stat_avg_score AS stat_avg_score_6, t0.stat_avg_time AS stat_avg_time_7, t0.stat_median_score AS stat_median_score_8, t0.stat_median_time AS stat_median_time_9, t0.stat_total_score AS stat_total_score_10, t0.stat_total_time AS stat_total_time_11, t0.stat_total_done AS stat_total_done_12, t0.stat_score_distribution AS stat_score_distribution_13, t0.stat_time_distribution AS stat_time_distribution_14, t0.lesson_id AS lesson_id_15, t0.dtype, t1.name AS name_16, t1.description AS description_17, t1.sort_order AS sort_order_18, t2.lock_by_id AS lock_by_id_19 FROM exercise_exercises t0 LEFT JOIN scholar_origin_exercises t1 ON t0.id = t1.id LEFT JOIN scholar_shared_exercises t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98b06637-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98b0f023-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.lesson_id AS lesson_id_4, t0.dtype, t1.name AS name_5, t1.body AS body_6, t1.sort_order AS sort_order_7, t1.description AS description_8, t2.lock_by_id AS lock_by_id_9 FROM scholar_chapters t0 LEFT JOIN scholar_origin_chapters t1 ON t0.id = t1.id LEFT JOIN scholar_shared_chapters t2 ON t0.id = t2.id WHERE t0.id IN (?)
doctrine
[
[424864248742488424894249042491]
]
debug
SELECT t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.stat_avg_score AS stat_avg_score_6, t0.stat_avg_time AS stat_avg_time_7, t0.stat_median_score AS stat_median_score_8, t0.stat_median_time AS stat_median_time_9, t0.stat_total_score AS stat_total_score_10, t0.stat_total_time AS stat_total_time_11, t0.stat_total_done AS stat_total_done_12, t0.stat_score_distribution AS stat_score_distribution_13, t0.stat_time_distribution AS stat_time_distribution_14, t0.lesson_id AS lesson_id_15, t0.dtype, t1.name AS name_16, t1.description AS description_17, t1.sort_order AS sort_order_18, t2.lock_by_id AS lock_by_id_19 FROM exercise_exercises t0 LEFT JOIN scholar_origin_exercises t1 ON t0.id = t1.id LEFT JOIN scholar_shared_exercises t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98b0f023-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.stat_avg_score AS stat_avg_score_6, t0.stat_avg_time AS stat_avg_time_7, t0.stat_median_score AS stat_median_score_8, t0.stat_median_time AS stat_median_time_9, t0.stat_total_score AS stat_total_score_10, t0.stat_total_time AS stat_total_time_11, t0.stat_total_done AS stat_total_done_12, t0.stat_score_distribution AS stat_score_distribution_13, t0.stat_time_distribution AS stat_time_distribution_14, t0.lesson_id AS lesson_id_15, t0.dtype, t1.name AS name_16, t1.description AS description_17, t1.sort_order AS sort_order_18, t2.lock_by_id AS lock_by_id_19 FROM exercise_exercises t0 LEFT JOIN scholar_origin_exercises t1 ON t0.id = t1.id LEFT JOIN scholar_shared_exercises t2 ON t0.id = t2.id WHERE t0.id IN (?)
doctrine
[
[
"3fcab336-4852-11ef-9bb3-02 [...]"
]
]
debug
SELECT t1.id AS id_2, t1.assignable_status AS assignable_status_3, t1.created_at AS created_at_4, t1.updated_at AS updated_at_5, t0.content AS content_6, t1.assigned_to_id AS assigned_to_id_7, t0.chapter_id AS chapter_id_8, t0.training_id AS training_id_9, t0.module_id AS module_id_10, t0.user_id AS user_id_11, t0.parent_id AS parent_id_12, t1.d_type FROM forum_chapter_message t0 INNER JOIN assignable t1 ON t0.id = t1.id WHERE t0.chapter_id = ?
doctrine
[62062]
debug
SELECT t0.id AS id_3, t0.ask_for_referent_correction AS ask_for_referent_correction_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.lesson_id AS lesson_id_7, t0.dtype, t1.title AS title_8, t1.content AS content_9, t1.remark AS remark_10, t1.estimate_time AS estimate_time_11, t1.correction AS correction_12, t1.is_archived AS is_archived_13, t2.lock_by_id AS lock_by_id_14 FROM practical_case t0 LEFT JOIN scholar_origin_practical_cases t1 ON t0.id = t1.id LEFT JOIN scholar_shared_practical_cases t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98afde06-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.ask_for_referent_correction AS ask_for_referent_correction_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.lesson_id AS lesson_id_7, t0.dtype, t1.title AS title_8, t1.content AS content_9, t1.remark AS remark_10, t1.estimate_time AS estimate_time_11, t1.correction AS correction_12, t1.is_archived AS is_archived_13, t2.lock_by_id AS lock_by_id_14 FROM practical_case t0 LEFT JOIN scholar_origin_practical_cases t1 ON t0.id = t1.id LEFT JOIN scholar_shared_practical_cases t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98b06637-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_3, t0.ask_for_referent_correction AS ask_for_referent_correction_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.lesson_id AS lesson_id_7, t0.dtype, t1.title AS title_8, t1.content AS content_9, t1.remark AS remark_10, t1.estimate_time AS estimate_time_11, t1.correction AS correction_12, t1.is_archived AS is_archived_13, t2.lock_by_id AS lock_by_id_14 FROM practical_case t0 LEFT JOIN scholar_origin_practical_cases t1 ON t0.id = t1.id LEFT JOIN scholar_shared_practical_cases t2 ON t0.id = t2.id WHERE t0.lesson_id = ?
doctrine
[
"98b0f023-6449-11ef-a99a-02 [...]"
]
debug
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.in_footer AS in_footer_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM template_template_page t0 WHERE t0.in_footer = ?
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
1382
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateMcqCommand" (parent: .abstract.instanceof.App\Command\CalculateMcqCommand).
Resolving inheritance for "App\Command\CalculateMcqCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateMcqCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckSharedEntityCommand" (parent: .abstract.instanceof.App\Command\CheckSharedEntityCommand).
Resolving inheritance for "App\Command\CheckSharedEntityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckSharedEntityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixImageChapterCommand" (parent: .abstract.instanceof.App\Command\FixImageChapterCommand).
Resolving inheritance for "App\Command\FixImageChapterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixImageChapterCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateMimeTypeForNellappFileCommand" (parent: .abstract.instanceof.App\Command\UpdateMimeTypeForNellappFileCommand).
Resolving inheritance for "App\Command\UpdateMimeTypeForNellappFileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateMimeTypeForNellappFileCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\CreatePageController" (parent: .abstract.instanceof.App\Controller\Admin\CustomPage\CreatePageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\CreatePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\CreatePageController).
Resolving inheritance for "App\Controller\Admin\CustomPage\CreatePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\CreatePageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\DeletePageController" (parent: .abstract.instanceof.App\Controller\Admin\CustomPage\DeletePageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\DeletePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\DeletePageController).
Resolving inheritance for "App\Controller\Admin\CustomPage\DeletePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\DeletePageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\EditPageController" (parent: .abstract.instanceof.App\Controller\Admin\CustomPage\EditPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\EditPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\EditPageController).
Resolving inheritance for "App\Controller\Admin\CustomPage\EditPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\EditPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\ListCustomPageController" (parent: .abstract.instanceof.App\Controller\Admin\CustomPage\ListCustomPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\ListCustomPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\ListCustomPageController).
Resolving inheritance for "App\Controller\Admin\CustomPage\ListCustomPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\ListCustomPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Scholar\Lesson\CollectionAction" (parent: .abstract.instanceof.App\Controller\Api\Scholar\Lesson\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Scholar\Lesson\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Scholar\Lesson\CollectionAction).
Resolving inheritance for "App\Controller\Api\Scholar\Lesson\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Scholar\Lesson\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\Assignable\CollectionLessonAction" (parent: .abstract.instanceof.App\Controller\Async\Account\Assignable\CollectionLessonAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\Assignable\CollectionLessonAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\Assignable\CollectionLessonAction).
Resolving inheritance for "App\Controller\Async\Account\Assignable\CollectionLessonAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\Assignable\CollectionLessonAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction" (parent: .abstract.instanceof.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction).
Resolving inheritance for "App\Controller\Async\Account\Assignable\CollectionUserLinkedAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\UpdateLastConnected" (parent: .abstract.instanceof.App\Controller\Async\Account\UpdateLastConnected).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\UpdateLastConnected" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\UpdateLastConnected).
Resolving inheritance for "App\Controller\Async\Account\UpdateLastConnected" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\UpdateLastConnected).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Assignable\CollectionUserAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Assignable\CollectionUserAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Assignable\CollectionUserAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Assignable\CollectionUserAction).
Resolving inheritance for "App\Controller\Async\Channel\Assignable\CollectionUserAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Assignable\CollectionUserAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Lesson\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\CollectionAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Module\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\CollectionAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Module\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Module\ExportModuleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\CollectionAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Training\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\CollectionAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Training\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction" (parent: .abstract.instanceof.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction).
Resolving inheritance for "App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Assignable\CollectionAction" (parent: .abstract.instanceof.App\Controller\Front\Account\Assignable\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Assignable\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Assignable\CollectionAction).
Resolving inheritance for "App\Controller\Front\Account\Assignable\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Assignable\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Message\CollectionAction" (parent: .abstract.instanceof.App\Controller\Front\Account\Message\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Message\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Message\CollectionAction).
Resolving inheritance for "App\Controller\Front\Account\Message\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Message\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationController" (parent: .abstract.instanceof.App\Controller\Front\Account\Notification\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationController).
Resolving inheritance for "App\Controller\Front\Account\Notification\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationIndexController" (parent: .abstract.instanceof.App\Controller\Front\Account\Notification\NotificationIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationIndexController).
Resolving inheritance for "App\Controller\Front\Account\Notification\NotificationIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationSeeAllController" (parent: .abstract.instanceof.App\Controller\Front\Account\Notification\NotificationSeeAllController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationSeeAllController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationSeeAllController).
Resolving inheritance for "App\Controller\Front\Account\Notification\NotificationSeeAllController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationSeeAllController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationUnreadController" (parent: .abstract.instanceof.App\Controller\Front\Account\Notification\NotificationUnreadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationUnreadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationUnreadController).
Resolving inheritance for "App\Controller\Front\Account\Notification\NotificationUnreadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationUnreadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\RedirectController" (parent: .abstract.instanceof.App\Controller\Front\Account\Notification\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\RedirectController).
Resolving inheritance for "App\Controller\Front\Account\Notification\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Scholar\Training\CollectionActionCard" (parent: .abstract.instanceof.App\Controller\Front\Account\Scholar\Training\CollectionActionCard).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Scholar\Training\CollectionActionCard" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Scholar\Training\CollectionActionCard).
Resolving inheritance for "App\Controller\Front\Account\Scholar\Training\CollectionActionCard" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Scholar\Training\CollectionActionCard).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction" (parent: .abstract.instanceof.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction).
Resolving inheritance for "App\Controller\Front\Async\Scholar\TrainingNameCollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\Image\ListController" (parent: .abstract.instanceof.App\Controller\Front\Channel\Image\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\Image\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\Image\ListController).
Resolving inheritance for "App\Controller\Front\Channel\Image\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\Image\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\ShowController" (parent: .abstract.instanceof.App\Controller\Front\Channel\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\ShowController).
Resolving inheritance for "App\Controller\Front\Channel\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\ShowTrainingListController" (parent: .abstract.instanceof.App\Controller\Front\Channel\ShowTrainingListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\ShowTrainingListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\ShowTrainingListController).
Resolving inheritance for "App\Controller\Front\Channel\ShowTrainingListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\ShowTrainingListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\AnswerController" (parent: .abstract.instanceof.App\Controller\Front\Exercise\AnswerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\AnswerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\AnswerController).
Resolving inheritance for "App\Controller\Front\Exercise\AnswerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\AnswerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\CancelController" (parent: .abstract.instanceof.App\Controller\Front\Exercise\CancelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\CancelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\CancelController).
Resolving inheritance for "App\Controller\Front\Exercise\CancelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\CancelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\FinishController" (parent: .abstract.instanceof.App\Controller\Front\Exercise\FinishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\FinishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\FinishController).
Resolving inheritance for "App\Controller\Front\Exercise\FinishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\FinishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\RedirectToShowResultsAction" (parent: .abstract.instanceof.App\Controller\Front\Exercise\RedirectToShowResultsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\RedirectToShowResultsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\RedirectToShowResultsAction).
Resolving inheritance for "App\Controller\Front\Exercise\RedirectToShowResultsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\RedirectToShowResultsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\ShowController" (parent: .abstract.instanceof.App\Controller\Front\Exercise\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\ShowController).
Resolving inheritance for "App\Controller\Front\Exercise\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\SolutionController" (parent: .abstract.instanceof.App\Controller\Front\Exercise\SolutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\SolutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\SolutionController).
Resolving inheritance for "App\Controller\Front\Exercise\SolutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\SolutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\StartController" (parent: .abstract.instanceof.App\Controller\Front\Exercise\StartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\StartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\StartController).
Resolving inheritance for "App\Controller\Front\Exercise\StartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\StartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeConnectedController" (parent: .abstract.instanceof.App\Controller\Front\HomeConnectedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeConnectedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeConnectedController).
Resolving inheritance for "App\Controller\Front\HomeConnectedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeConnectedController).
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\Scholar\Chapter\ChapterController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Chapter\ChapterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\ChapterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Chapter\ChapterController).
Resolving inheritance for "App\Controller\Front\Scholar\Chapter\ChapterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\ChapterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController).
Resolving inheritance for "App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController).
Resolving inheritance for "App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController).
Resolving inheritance for "App\Controller\Front\Scholar\Lesson\RedirectOnLessonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\ShowController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Lesson\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\ShowController).
Resolving inheritance for "App\Controller\Front\Scholar\Lesson\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController).
Resolving inheritance for "App\Controller\Front\Scholar\Lesson\ShowLessonReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Module\ShowController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Module\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Module\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Module\ShowController).
Resolving inheritance for "App\Controller\Front\Scholar\Module\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Module\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController).
Resolving inheritance for "App\Controller\Front\Scholar\PracticalCase\CorrectorShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController).
Resolving inheritance for "App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController).
Resolving inheritance for "App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction" (parent: .abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction).
Resolving inheritance for "App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\ShowController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\ShowController).
Resolving inheritance for "App\Controller\Front\Scholar\PracticalCase\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController).
Resolving inheritance for "App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController).
Resolving inheritance for "App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\ShowController" (parent: .abstract.instanceof.App\Controller\Front\Scholar\Training\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\ShowController).
Resolving inheritance for "App\Controller\Front\Scholar\Training\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SearchController" (parent: .abstract.instanceof.App\Controller\Front\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SearchController).
Resolving inheritance for "App\Controller\Front\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController).
Resolving inheritance for "App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController).
Resolving inheritance for "App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\ShowController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Chapter\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\ShowController).
Resolving inheritance for "App\Controller\Manager\Channel\Chapter\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\DashboardAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\DashboardAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\DashboardAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\DashboardAction).
Resolving inheritance for "App\Controller\Manager\Channel\DashboardAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\DashboardAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\DeleteMultipleController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\DeleteMultipleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\DeleteMultipleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\DeleteMultipleController).
Resolving inheritance for "App\Controller\Manager\Channel\DeleteMultipleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\DeleteMultipleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\CollectionAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Exercise\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\CollectionAction).
Resolving inheritance for "App\Controller\Manager\Channel\Exercise\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\DeleteController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Exercise\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\DeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\DeleteController).
Resolving inheritance for "App\Controller\Manager\Channel\Exercise\DeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\EditController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Exercise\EditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\EditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\EditController).
Resolving inheritance for "App\Controller\Manager\Channel\Exercise\EditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\EditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction).
Resolving inheritance for "App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\NewController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Exercise\NewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\NewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\NewController).
Resolving inheritance for "App\Controller\Manager\Channel\Exercise\NewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\NewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\ShowController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Exercise\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\ShowController).
Resolving inheritance for "App\Controller\Manager\Channel\Exercise\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\StartController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Exercise\StartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\StartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\StartController).
Resolving inheritance for "App\Controller\Manager\Channel\Exercise\StartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\StartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\CollectionAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\CollectionAction).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\NewController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\NewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\NewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\NewController).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\NewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\NewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ReviewCollectionController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\ReviewCollectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ReviewCollectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ReviewCollectionController).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\ReviewCollectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ReviewCollectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ShareController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\ShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ShareController).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\ShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ShowController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ShowController).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ToggleAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\ToggleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ToggleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ToggleAction).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\ToggleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ToggleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction).
Resolving inheritance for "App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\CollectionAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Module\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\CollectionAction).
Resolving inheritance for "App\Controller\Manager\Channel\Module\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\GetAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Module\GetAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\GetAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\GetAction).
Resolving inheritance for "App\Controller\Manager\Channel\Module\GetAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\GetAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\NewController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Module\NewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\NewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\NewController).
Resolving inheritance for "App\Controller\Manager\Channel\Module\NewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\NewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShareController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Module\ShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShareController).
Resolving inheritance for "App\Controller\Manager\Channel\Module\ShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShowController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Module\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShowController).
Resolving inheritance for "App\Controller\Manager\Channel\Module\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController).
Resolving inheritance for "App\Controller\Manager\Channel\Module\ShowWithoutTrainingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ToggleAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Module\ToggleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ToggleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ToggleAction).
Resolving inheritance for "App\Controller\Manager\Channel\Module\ToggleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ToggleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController).
Resolving inheritance for "App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController).
Resolving inheritance for "App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController).
Resolving inheritance for "App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController).
Resolving inheritance for "App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController).
Resolving inheritance for "App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController).
Resolving inheritance for "App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase" (parent: .abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase).
Resolving inheritance for "App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController).
Resolving inheritance for "App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\EditController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\EditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\EditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\EditController).
Resolving inheritance for "App\Controller\Manager\Channel\PracticalCase\EditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\EditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\NewController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\NewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\NewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\NewController).
Resolving inheritance for "App\Controller\Manager\Channel\PracticalCase\NewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\NewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ReattributeController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\ReattributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ReattributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ReattributeController).
Resolving inheritance for "App\Controller\Manager\Channel\PracticalCase\ReattributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ReattributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ShowController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ShowController).
Resolving inheritance for "App\Controller\Manager\Channel\PracticalCase\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\CollectionAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Training\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\CollectionAction).
Resolving inheritance for "App\Controller\Manager\Channel\Training\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\EditController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Training\EditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\EditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\EditController).
Resolving inheritance for "App\Controller\Manager\Channel\Training\EditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\EditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\GetAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Training\GetAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\GetAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\GetAction).
Resolving inheritance for "App\Controller\Manager\Channel\Training\GetAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\GetAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\NewController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Training\NewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\NewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\NewController).
Resolving inheritance for "App\Controller\Manager\Channel\Training\NewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\NewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ShareController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Training\ShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ShareController).
Resolving inheritance for "App\Controller\Manager\Channel\Training\ShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ShowController" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Training\ShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ShowController).
Resolving inheritance for "App\Controller\Manager\Channel\Training\ShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ToggleAction" (parent: .abstract.instanceof.App\Controller\Manager\Channel\Training\ToggleAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ToggleAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ToggleAction).
Resolving inheritance for "App\Controller\Manager\Channel\Training\ToggleAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ToggleAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TemplateCustomController" (parent: .abstract.instanceof.App\Controller\TemplateCustomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TemplateCustomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TemplateCustomController).
Resolving inheritance for "App\Controller\TemplateCustomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TemplateCustomController).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Account\UserSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Account\UserSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Account\UserSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Account\UserSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\FileSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\FileSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\FileSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\FileSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber).
Resolving inheritance for ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber" (parent: .abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber).
Resolving inheritance for "App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber" (parent: .instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum" (parent: .abstract.instanceof.App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum).
Resolving inheritance for "App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum" (parent: .abstract.instanceof.App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum).
Resolving inheritance for "App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Account\AvatarSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Account\AvatarSubscriber).
Resolving inheritance for "App\EventSubscriber\Account\AvatarSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Account\AvatarSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Channel\ImageUploaderSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Channel\ImageUploaderSubscriber).
Resolving inheritance for "App\EventSubscriber\Channel\ImageUploaderSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Channel\ImageUploaderSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Exercise\LoginSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Exercise\LoginSubscriber).
Resolving inheritance for "App\EventSubscriber\Exercise\LoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Exercise\LoginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Account\AssignableFilterType" (parent: .abstract.instanceof.App\Filter\Account\AssignableFilterType).
Resolving inheritance for "App\Filter\Account\AssignableFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Account\AssignableFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Async\Channel\User\UserFilter" (parent: .abstract.instanceof.App\Filter\Async\Channel\User\UserFilter).
Resolving inheritance for "App\Filter\Async\Channel\User\UserFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Async\Channel\User\UserFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Channel\AssignableFilterType" (parent: .abstract.instanceof.App\Filter\Channel\AssignableFilterType).
Resolving inheritance for "App\Filter\Channel\AssignableFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Channel\AssignableFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Channel\ImageFilter" (parent: .abstract.instanceof.App\Filter\Channel\ImageFilter).
Resolving inheritance for "App\Filter\Channel\ImageFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Channel\ImageFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Common\AssignableFilterType" (parent: .abstract.instanceof.App\Filter\Common\AssignableFilterType).
Resolving inheritance for "App\Filter\Common\AssignableFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Common\AssignableFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Front\GlobalSearch" (parent: .abstract.instanceof.App\Filter\Front\GlobalSearch).
Resolving inheritance for "App\Filter\Front\GlobalSearch" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Front\GlobalSearch).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Front\GlobalSearchExtendedType" (parent: .abstract.instanceof.App\Filter\Front\GlobalSearchExtendedType).
Resolving inheritance for "App\Filter\Front\GlobalSearchExtendedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Front\GlobalSearchExtendedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Sync\TrainingFilter" (parent: .abstract.instanceof.App\Filter\Sync\TrainingFilter).
Resolving inheritance for "App\Filter\Sync\TrainingFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Sync\TrainingFilter).
Resolving inheritance for ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Fixtures\Processor\ChannelImageProcessor" (parent: .abstract.instanceof.App\Fixtures\Processor\ChannelImageProcessor).
Resolving inheritance for "App\Fixtures\Processor\ChannelImageProcessor" (parent: .instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Fixtures\Processor\ChannelImageProcessor).
Resolving inheritance for ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Fixtures\Processor\EaseUuidProcessor" (parent: .abstract.instanceof.App\Fixtures\Processor\EaseUuidProcessor).
Resolving inheritance for "App\Fixtures\Processor\EaseUuidProcessor" (parent: .instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Fixtures\Processor\EaseUuidProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Account\AdviceType" (parent: .abstract.instanceof.App\Form\Account\AdviceType).
Resolving inheritance for "App\Form\Account\AdviceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Account\AdviceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\ContactType" (parent: .abstract.instanceof.App\Form\Channel\ContactType).
Resolving inheritance for "App\Form\Channel\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\Filter\ChannelTrainingFilter" (parent: .abstract.instanceof.App\Form\Channel\Filter\ChannelTrainingFilter).
Resolving inheritance for "App\Form\Channel\Filter\ChannelTrainingFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\Filter\ChannelTrainingFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\ImageSelectorType" (parent: .abstract.instanceof.App\Form\Channel\ImageSelectorType).
Resolving inheritance for "App\Form\Channel\ImageSelectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\ImageSelectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\AddressType" (parent: .abstract.instanceof.App\Form\Common\AddressType).
Resolving inheritance for "App\Form\Common\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\CountPaginationType" (parent: .abstract.instanceof.App\Form\Common\CountPaginationType).
Resolving inheritance for "App\Form\Common\CountPaginationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\CountPaginationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\CustomFileType" (parent: .abstract.instanceof.App\Form\Common\CustomFileType).
Resolving inheritance for "App\Form\Common\CustomFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\CustomFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\NellappSliderType" (parent: .abstract.instanceof.App\Form\Common\NellappSliderType).
Resolving inheritance for "App\Form\Common\NellappSliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\NellappSliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\RatingType" (parent: .abstract.instanceof.App\Form\Common\RatingType).
Resolving inheritance for "App\Form\Common\RatingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\RatingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\ReAssignableFormType" (parent: .abstract.instanceof.App\Form\Common\ReAssignableFormType).
Resolving inheritance for "App\Form\Common\ReAssignableFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\ReAssignableFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\ExerciseType" (parent: .abstract.instanceof.App\Form\Exercise\ExerciseType).
Resolving inheritance for "App\Form\Exercise\ExerciseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\ExerciseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\MultipleChoiceAnswerType" (parent: .abstract.instanceof.App\Form\Exercise\Question\MultipleChoiceAnswerType).
Resolving inheritance for "App\Form\Exercise\Question\MultipleChoiceAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\MultipleChoiceAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\MultipleChoiceQuestionType" (parent: .abstract.instanceof.App\Form\Exercise\Question\MultipleChoiceQuestionType).
Resolving inheritance for "App\Form\Exercise\Question\MultipleChoiceQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\MultipleChoiceQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\QuestionType" (parent: .abstract.instanceof.App\Form\Exercise\Question\QuestionType).
Resolving inheritance for "App\Form\Exercise\Question\QuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\QuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\ChoiceAnswerType" (parent: .abstract.instanceof.App\Form\Exercise\User\ChoiceAnswerType).
Resolving inheritance for "App\Form\Exercise\User\ChoiceAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\ChoiceAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\ExerciseResultType" (parent: .abstract.instanceof.App\Form\Exercise\User\ExerciseResultType).
Resolving inheritance for "App\Form\Exercise\User\ExerciseResultType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\ExerciseResultType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\MultipleChoiceQuestionResultType" (parent: .abstract.instanceof.App\Form\Exercise\User\MultipleChoiceQuestionResultType).
Resolving inheritance for "App\Form\Exercise\User\MultipleChoiceQuestionResultType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\MultipleChoiceQuestionResultType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\QuestionResultType" (parent: .abstract.instanceof.App\Form\Exercise\User\QuestionResultType).
Resolving inheritance for "App\Form\Exercise\User\QuestionResultType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\QuestionResultType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Channel\TextareaExtension" (parent: .abstract.instanceof.App\Form\Extension\Channel\TextareaExtension).
Resolving inheritance for "App\Form\Extension\Channel\TextareaExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Channel\TextareaExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CollectionExtension" (parent: .abstract.instanceof.App\Form\Extension\CollectionExtension).
Resolving inheritance for "App\Form\Extension\CollectionExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CollectionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CollectionInnerExtension" (parent: .abstract.instanceof.App\Form\Extension\CollectionInnerExtension).
Resolving inheritance for "App\Form\Extension\CollectionInnerExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CollectionInnerExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\FormExtension" (parent: .abstract.instanceof.App\Form\Extension\FormExtension).
Resolving inheritance for "App\Form\Extension\FormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\FormExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\MessageAnswerType" (parent: .abstract.instanceof.App\Form\Forum\MessageAnswerType).
Resolving inheritance for "App\Form\Forum\MessageAnswerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\MessageAnswerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\MessageType" (parent: .abstract.instanceof.App\Form\Forum\MessageType).
Resolving inheritance for "App\Form\Forum\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\MessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Api\LessonScholarFilterType" (parent: .abstract.instanceof.App\Form\Manager\Filter\Api\LessonScholarFilterType).
Resolving inheritance for "App\Form\Manager\Filter\Api\LessonScholarFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Api\LessonScholarFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\ChannelFilterType" (parent: .abstract.instanceof.App\Form\Manager\Filter\Channel\ChannelFilterType).
Resolving inheritance for "App\Form\Manager\Filter\Channel\ChannelFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\ChannelFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\Exercise\CollectionFilter" (parent: .abstract.instanceof.App\Form\Manager\Filter\Channel\Exercise\CollectionFilter).
Resolving inheritance for "App\Form\Manager\Filter\Channel\Exercise\CollectionFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\Exercise\CollectionFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\LessonReviewFilterType" (parent: .abstract.instanceof.App\Form\Manager\Filter\Channel\LessonReviewFilterType).
Resolving inheritance for "App\Form\Manager\Filter\Channel\LessonReviewFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\LessonReviewFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\LessonScholarFilter" (parent: .abstract.instanceof.App\Form\Manager\Filter\Channel\LessonScholarFilter).
Resolving inheritance for "App\Form\Manager\Filter\Channel\LessonScholarFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\LessonScholarFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\ScholarCollectionFilter" (parent: .abstract.instanceof.App\Form\Manager\Filter\Channel\ScholarCollectionFilter).
Resolving inheritance for "App\Form\Manager\Filter\Channel\ScholarCollectionFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\ScholarCollectionFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\SharedChannelFilterType" (parent: .abstract.instanceof.App\Form\Manager\Filter\Channel\SharedChannelFilterType).
Resolving inheritance for "App\Form\Manager\Filter\Channel\SharedChannelFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\SharedChannelFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\UserFilter" (parent: .abstract.instanceof.App\Form\Manager\Filter\UserFilter).
Resolving inheritance for "App\Form\Manager\Filter\UserFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\UserFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Payment\FundingType" (parent: .abstract.instanceof.App\Form\Payment\FundingType).
Resolving inheritance for "App\Form\Payment\FundingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Payment\FundingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ChapterType" (parent: .abstract.instanceof.App\Form\Scholar\ChapterType).
Resolving inheritance for "App\Form\Scholar\ChapterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ChapterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonPrerequisiteType" (parent: .abstract.instanceof.App\Form\Scholar\LessonPrerequisiteType).
Resolving inheritance for "App\Form\Scholar\LessonPrerequisiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonPrerequisiteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonReviewType" (parent: .abstract.instanceof.App\Form\Scholar\LessonReviewType).
Resolving inheritance for "App\Form\Scholar\LessonReviewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonReviewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonType" (parent: .abstract.instanceof.App\Form\Scholar\LessonType).
Resolving inheritance for "App\Form\Scholar\LessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ModuleLessonType" (parent: .abstract.instanceof.App\Form\Scholar\ModuleLessonType).
Resolving inheritance for "App\Form\Scholar\ModuleLessonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ModuleLessonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ModuleType" (parent: .abstract.instanceof.App\Form\Scholar\ModuleType).
Resolving inheritance for "App\Form\Scholar\ModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseCorrectionType" (parent: .abstract.instanceof.App\Form\Scholar\PracticalCaseCorrectionType).
Resolving inheritance for "App\Form\Scholar\PracticalCaseCorrectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseCorrectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseResourceType" (parent: .abstract.instanceof.App\Form\Scholar\PracticalCaseResourceType).
Resolving inheritance for "App\Form\Scholar\PracticalCaseResourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseResourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseResponseType" (parent: .abstract.instanceof.App\Form\Scholar\PracticalCaseResponseType).
Resolving inheritance for "App\Form\Scholar\PracticalCaseResponseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseResponseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseType" (parent: .abstract.instanceof.App\Form\Scholar\PracticalCaseType).
Resolving inheritance for "App\Form\Scholar\PracticalCaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ScholarInterfaceSelektor" (parent: .abstract.instanceof.App\Form\Scholar\ScholarInterfaceSelektor).
Resolving inheritance for "App\Form\Scholar\ScholarInterfaceSelektor" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ScholarInterfaceSelektor).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingDescriptionType" (parent: .abstract.instanceof.App\Form\Scholar\TrainingDescriptionType).
Resolving inheritance for "App\Form\Scholar\TrainingDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingModuleType" (parent: .abstract.instanceof.App\Form\Scholar\TrainingModuleType).
Resolving inheritance for "App\Form\Scholar\TrainingModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingProductType" (parent: .abstract.instanceof.App\Form\Scholar\TrainingProductType).
Resolving inheritance for "App\Form\Scholar\TrainingProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingType" (parent: .abstract.instanceof.App\Form\Scholar\TrainingType).
Resolving inheritance for "App\Form\Scholar\TrainingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Share\ShareContentType" (parent: .abstract.instanceof.App\Form\Share\ShareContentType).
Resolving inheritance for "App\Form\Share\ShareContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Share\ShareContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatePage\CreatePageType" (parent: .abstract.instanceof.App\Form\TemplatePage\CreatePageType).
Resolving inheritance for "App\Form\TemplatePage\CreatePageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatePage\CreatePageType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\AdviceRepository" (parent: .abstract.instanceof.App\Repository\Account\AdviceRepository).
Resolving inheritance for "App\Repository\Account\AdviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\AdviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\LogUserDataRepository" (parent: .abstract.instanceof.App\Repository\Account\LogUserDataRepository).
Resolving inheritance for "App\Repository\Account\LogUserDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\LogUserDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\NotificationRepository" (parent: .abstract.instanceof.App\Repository\Account\NotificationRepository).
Resolving inheritance for "App\Repository\Account\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\NotificationRepository).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\User\UserRepositoryInterface.0.App\Repository\Account\UserRepository" (parent: .abstract.instanceof.App\Repository\Account\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\UserRepository" (parent: .instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\User\UserRepositoryInterface.0.App\Repository\Account\UserRepository).
Resolving inheritance for "App\Repository\Account\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementChapterRepository" (parent: .abstract.instanceof.App\Repository\Achievement\AchievementChapterRepository).
Resolving inheritance for "App\Repository\Achievement\AchievementChapterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementChapterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementContentRepository" (parent: .abstract.instanceof.App\Repository\Achievement\AchievementContentRepository).
Resolving inheritance for "App\Repository\Achievement\AchievementContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementLessonRepository" (parent: .abstract.instanceof.App\Repository\Achievement\AchievementLessonRepository).
Resolving inheritance for "App\Repository\Achievement\AchievementLessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementLessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementModuleRepository" (parent: .abstract.instanceof.App\Repository\Achievement\AchievementModuleRepository).
Resolving inheritance for "App\Repository\Achievement\AchievementModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTimeLogLessonRepository" (parent: .abstract.instanceof.App\Repository\Achievement\AchievementTimeLogLessonRepository).
Resolving inheritance for "App\Repository\Achievement\AchievementTimeLogLessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTimeLogLessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTimeLogRepository" (parent: .abstract.instanceof.App\Repository\Achievement\AchievementTimeLogRepository).
Resolving inheritance for "App\Repository\Achievement\AchievementTimeLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTimeLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTrainingRepository" (parent: .abstract.instanceof.App\Repository\Achievement\AchievementTrainingRepository).
Resolving inheritance for "App\Repository\Achievement\AchievementTrainingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTrainingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelDescriptionRepository" (parent: .abstract.instanceof.App\Repository\Channel\ChannelDescriptionRepository).
Resolving inheritance for "App\Repository\Channel\ChannelDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelDescriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelGalleryRepository" (parent: .abstract.instanceof.App\Repository\Channel\ChannelGalleryRepository).
Resolving inheritance for "App\Repository\Channel\ChannelGalleryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelGalleryRepository).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\Channel\ChannelRepositoryInterface.0.App\Repository\Channel\ChannelRepository" (parent: .abstract.instanceof.App\Repository\Channel\ChannelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelRepository" (parent: .instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\Channel\ChannelRepositoryInterface.0.App\Repository\Channel\ChannelRepository).
Resolving inheritance for "App\Repository\Channel\ChannelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\GroupRepository" (parent: .abstract.instanceof.App\Repository\Channel\GroupRepository).
Resolving inheritance for "App\Repository\Channel\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ImageRepository" (parent: .abstract.instanceof.App\Repository\Channel\ImageRepository).
Resolving inheritance for "App\Repository\Channel\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\InstitutionRepository" (parent: .abstract.instanceof.App\Repository\Channel\InstitutionRepository).
Resolving inheritance for "App\Repository\Channel\InstitutionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\InstitutionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\Partner\PartnerRepository" (parent: .abstract.instanceof.App\Repository\Channel\Partner\PartnerRepository).
Resolving inheritance for "App\Repository\Channel\Partner\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\Partner\PartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\SharedChannelRepository" (parent: .abstract.instanceof.App\Repository\Channel\SharedChannelRepository).
Resolving inheritance for "App\Repository\Channel\SharedChannelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\SharedChannelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChannelUserData\AbstractCursusRepository" (parent: .abstract.instanceof.App\Repository\ChannelUserData\AbstractCursusRepository).
Resolving inheritance for "App\Repository\ChannelUserData\AbstractCursusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChannelUserData\AbstractCursusRepository).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserData\ChannelUserDataRepositoryInterface.0.App\Repository\ChannelUserData\ChannelUserDataRepository" (parent: .abstract.instanceof.App\Repository\ChannelUserData\ChannelUserDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChannelUserData\ChannelUserDataRepository" (parent: .instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserData\ChannelUserDataRepositoryInterface.0.App\Repository\ChannelUserData\ChannelUserDataRepository).
Resolving inheritance for "App\Repository\ChannelUserData\ChannelUserDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChannelUserData\ChannelUserDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\AssignableRepository" (parent: .abstract.instanceof.App\Repository\Common\AssignableRepository).
Resolving inheritance for "App\Repository\Common\AssignableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\AssignableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\FileRepository" (parent: .abstract.instanceof.App\Repository\Common\FileRepository).
Resolving inheritance for "App\Repository\Common\FileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\FileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\ExerciseRepository" (parent: .abstract.instanceof.App\Repository\Exercise\ExerciseRepository).
Resolving inheritance for "App\Repository\Exercise\ExerciseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\ExerciseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\User\ExerciseResultRepository" (parent: .abstract.instanceof.App\Repository\Exercise\User\ExerciseResultRepository).
Resolving inheritance for "App\Repository\Exercise\User\ExerciseResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\User\ExerciseResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository" (parent: .abstract.instanceof.App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository).
Resolving inheritance for "App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\MessageRepository" (parent: .abstract.instanceof.App\Repository\Forum\MessageRepository).
Resolving inheritance for "App\Repository\Forum\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\LessonProductRepository" (parent: .abstract.instanceof.App\Repository\Payment\LessonProductRepository).
Resolving inheritance for "App\Repository\Payment\LessonProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\LessonProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\ModuleProductRepository" (parent: .abstract.instanceof.App\Repository\Payment\ModuleProductRepository).
Resolving inheritance for "App\Repository\Payment\ModuleProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\ModuleProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\OrderAttemptRepository" (parent: .abstract.instanceof.App\Repository\Payment\OrderAttemptRepository).
Resolving inheritance for "App\Repository\Payment\OrderAttemptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\OrderAttemptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TrainingProductRepository" (parent: .abstract.instanceof.App\Repository\Payment\TrainingProductRepository).
Resolving inheritance for "App\Repository\Payment\TrainingProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TrainingProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ChapterRepository" (parent: .abstract.instanceof.App\Repository\Scholar\ChapterRepository).
Resolving inheritance for "App\Repository\Scholar\ChapterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ChapterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonPrerequisiteRepository" (parent: .abstract.instanceof.App\Repository\Scholar\LessonPrerequisiteRepository).
Resolving inheritance for "App\Repository\Scholar\LessonPrerequisiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonPrerequisiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonRepository" (parent: .abstract.instanceof.App\Repository\Scholar\LessonRepository).
Resolving inheritance for "App\Repository\Scholar\LessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonReviewRepository" (parent: .abstract.instanceof.App\Repository\Scholar\LessonReviewRepository).
Resolving inheritance for "App\Repository\Scholar\LessonReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonReviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonStatsRepository" (parent: .abstract.instanceof.App\Repository\Scholar\LessonStatsRepository).
Resolving inheritance for "App\Repository\Scholar\LessonStatsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonStatsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ModulePermissionRepository" (parent: .abstract.instanceof.App\Repository\Scholar\ModulePermissionRepository).
Resolving inheritance for "App\Repository\Scholar\ModulePermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ModulePermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ModuleRepository" (parent: .abstract.instanceof.App\Repository\Scholar\ModuleRepository).
Resolving inheritance for "App\Repository\Scholar\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\OriginLessonRepository" (parent: .abstract.instanceof.App\Repository\Scholar\OriginLessonRepository).
Resolving inheritance for "App\Repository\Scholar\OriginLessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\OriginLessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository" (parent: .abstract.instanceof.App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository).
Resolving inheritance for "App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository" (parent: .abstract.instanceof.App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository).
Resolving inheritance for "App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseRepository" (parent: .abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseRepository).
Resolving inheritance for "App\Repository\Scholar\PracticalCase\PracticalCaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository" (parent: .abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository).
Resolving inheritance for "App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository" (parent: .abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository).
Resolving inheritance for "App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository" (parent: .abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository).
Resolving inheritance for "App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedChapterRepository" (parent: .abstract.instanceof.App\Repository\Scholar\SharedChapterRepository).
Resolving inheritance for "App\Repository\Scholar\SharedChapterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedChapterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedExerciseRepository" (parent: .abstract.instanceof.App\Repository\Scholar\SharedExerciseRepository).
Resolving inheritance for "App\Repository\Scholar\SharedExerciseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedExerciseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedLessonRepository" (parent: .abstract.instanceof.App\Repository\Scholar\SharedLessonRepository).
Resolving inheritance for "App\Repository\Scholar\SharedLessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedLessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedModuleRepository" (parent: .abstract.instanceof.App\Repository\Scholar\SharedModuleRepository).
Resolving inheritance for "App\Repository\Scholar\SharedModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedPracticalCaseRepository" (parent: .abstract.instanceof.App\Repository\Scholar\SharedPracticalCaseRepository).
Resolving inheritance for "App\Repository\Scholar\SharedPracticalCaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedPracticalCaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedTrainingRepository" (parent: .abstract.instanceof.App\Repository\Scholar\SharedTrainingRepository).
Resolving inheritance for "App\Repository\Scholar\SharedTrainingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedTrainingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingDescriptionRepository" (parent: .abstract.instanceof.App\Repository\Scholar\TrainingDescriptionRepository).
Resolving inheritance for "App\Repository\Scholar\TrainingDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingDescriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingPermissionRepository" (parent: .abstract.instanceof.App\Repository\Scholar\TrainingPermissionRepository).
Resolving inheritance for "App\Repository\Scholar\TrainingPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingPermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingRepository" (parent: .abstract.instanceof.App\Repository\Scholar\TrainingRepository).
Resolving inheritance for "App\Repository\Scholar\TrainingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Template\TemplatePageRepository" (parent: .abstract.instanceof.App\Repository\Template\TemplatePageRepository).
Resolving inheritance for "App\Repository\Template\TemplatePageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Template\TemplatePageRepository).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Resolvers\SharableChannelResourcePermissionResolverInterface.0.App\SdkBundle\Permission\SharablePermission\LessonResolver" (parent: .abstract.instanceof.App\SdkBundle\Permission\SharablePermission\LessonResolver).
Resolving inheritance for "App\SdkBundle\Permission\SharablePermission\LessonResolver" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Resolvers\SharableChannelResourcePermissionResolverInterface.0.App\SdkBundle\Permission\SharablePermission\LessonResolver).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Resolvers\SharableChannelResourcePermissionResolverInterface.0.App\SdkBundle\Permission\SharablePermission\ModuleResolver" (parent: .abstract.instanceof.App\SdkBundle\Permission\SharablePermission\ModuleResolver).
Resolving inheritance for "App\SdkBundle\Permission\SharablePermission\ModuleResolver" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Resolvers\SharableChannelResourcePermissionResolverInterface.0.App\SdkBundle\Permission\SharablePermission\ModuleResolver).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher" (parent: .abstract.instanceof.App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher).
Resolving inheritance for "App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator" (parent: .abstract.instanceof.App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator).
Resolving inheritance for "App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator" (parent: .abstract.instanceof.App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator).
Resolving inheritance for "App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.App\Security\Hierarchy\ChannelModulePermissionHierarchy" (parent: .abstract.instanceof.App\Security\Hierarchy\ChannelModulePermissionHierarchy).
Resolving inheritance for "App\Security\Hierarchy\ChannelModulePermissionHierarchy" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.App\Security\Hierarchy\ChannelModulePermissionHierarchy).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Channel\CanShareContentVoter" (parent: .abstract.instanceof.App\Security\Voter\Channel\CanShareContentVoter).
Resolving inheritance for "App\Security\Voter\Channel\CanShareContentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Channel\CanShareContentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\LessonVoter" (parent: .abstract.instanceof.App\Security\Voter\Scholar\Front\LessonVoter).
Resolving inheritance for "App\Security\Voter\Scholar\Front\LessonVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\LessonVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\ModuleVoter" (parent: .abstract.instanceof.App\Security\Voter\Scholar\Front\ModuleVoter).
Resolving inheritance for "App\Security\Voter\Scholar\Front\ModuleVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\ModuleVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\TrainingVoter" (parent: .abstract.instanceof.App\Security\Voter\Scholar\Front\TrainingVoter).
Resolving inheritance for "App\Security\Voter\Scholar\Front\TrainingVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\TrainingVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Manager\LockContentVoter" (parent: .abstract.instanceof.App\Security\Voter\Scholar\Manager\LockContentVoter).
Resolving inheritance for "App\Security\Voter\Scholar\Manager\LockContentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Manager\LockContentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\PracticalCaseUserVoter" (parent: .abstract.instanceof.App\Security\Voter\Scholar\PracticalCaseUserVoter).
Resolving inheritance for "App\Security\Voter\Scholar\PracticalCaseUserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\PracticalCaseUserVoter).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\ChannelImageSubscriber" (parent: .abstract.instanceof.App\Serializer\EventSubscriber\ChannelImageSubscriber).
Resolving inheritance for "App\Serializer\EventSubscriber\ChannelImageSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\ChannelImageSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\Handler\PaginationHandler" (parent: .abstract.instanceof.App\Serializer\Handler\PaginationHandler).
Resolving inheritance for "App\Serializer\Handler\PaginationHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\Handler\PaginationHandler).
Resolving inheritance for ".instanceof.App\Twig\Component\NellappVideoPlayer.0.App\Twig\Component\NellappVideoPlayer" (parent: .abstract.instanceof.App\Twig\Component\NellappVideoPlayer).
Resolving inheritance for "App\Twig\Component\NellappVideoPlayer" (parent: .instanceof.App\Twig\Component\NellappVideoPlayer.0.App\Twig\Component\NellappVideoPlayer).
Resolving inheritance for ".instanceof.App\Twig\Component\Scholar\HorizontalTrainingCard.0.App\Twig\Component\Scholar\HorizontalTrainingCard" (parent: .abstract.instanceof.App\Twig\Component\Scholar\HorizontalTrainingCard).
Resolving inheritance for "App\Twig\Component\Scholar\HorizontalTrainingCard" (parent: .instanceof.App\Twig\Component\Scholar\HorizontalTrainingCard.0.App\Twig\Component\Scholar\HorizontalTrainingCard).
Resolving inheritance for ".instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardImage.0.App\Twig\Component\Scholar\SubTrainingCard\CardImage" (parent: .abstract.instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardImage).
Resolving inheritance for "App\Twig\Component\Scholar\SubTrainingCard\CardImage" (parent: .instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardImage.0.App\Twig\Component\Scholar\SubTrainingCard\CardImage).
Resolving inheritance for ".instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardModality.0.App\Twig\Component\Scholar\SubTrainingCard\CardModality" (parent: .abstract.instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardModality).
Resolving inheritance for "App\Twig\Component\Scholar\SubTrainingCard\CardModality" (parent: .instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardModality.0.App\Twig\Component\Scholar\SubTrainingCard\CardModality).
Resolving inheritance for ".instanceof.App\Twig\Component\Scholar\TrainingCard.0.App\Twig\Component\Scholar\TrainingCard" (parent: .abstract.instanceof.App\Twig\Component\Scholar\TrainingCard).
Resolving inheritance for "App\Twig\Component\Scholar\TrainingCard" (parent: .instanceof.App\Twig\Component\Scholar\TrainingCard.0.App\Twig\Component\Scholar\TrainingCard).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\GetAvatarExtension" (parent: .abstract.instanceof.App\Twig\Extension\Account\GetAvatarExtension).
Resolving inheritance for "App\Twig\Extension\Account\GetAvatarExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\GetAvatarExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\GetCountAnswersExtension" (parent: .abstract.instanceof.App\Twig\Extension\Account\GetCountAnswersExtension).
Resolving inheritance for "App\Twig\Extension\Account\GetCountAnswersExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\GetCountAnswersExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\NotificationExtension" (parent: .abstract.instanceof.App\Twig\Extension\Account\NotificationExtension).
Resolving inheritance for "App\Twig\Extension\Account\NotificationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\NotificationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Achievement\AchievementTimeLogExtension" (parent: .abstract.instanceof.App\Twig\Extension\Achievement\AchievementTimeLogExtension).
Resolving inheritance for "App\Twig\Extension\Achievement\AchievementTimeLogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Achievement\AchievementTimeLogExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Achievement\ProgressionExtension" (parent: .abstract.instanceof.App\Twig\Extension\Achievement\ProgressionExtension).
Resolving inheritance for "App\Twig\Extension\Achievement\ProgressionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Achievement\ProgressionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AdviceExtension" (parent: .abstract.instanceof.App\Twig\Extension\AdviceExtension).
Resolving inheritance for "App\Twig\Extension\AdviceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AdviceExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AssignableExtension" (parent: .abstract.instanceof.App\Twig\Extension\AssignableExtension).
Resolving inheritance for "App\Twig\Extension\AssignableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AssignableExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelDescriptionExtension" (parent: .abstract.instanceof.App\Twig\Extension\Channel\ChannelDescriptionExtension).
Resolving inheritance for "App\Twig\Extension\Channel\ChannelDescriptionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelDescriptionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelTrainingsExtension" (parent: .abstract.instanceof.App\Twig\Extension\Channel\ChannelTrainingsExtension).
Resolving inheritance for "App\Twig\Extension\Channel\ChannelTrainingsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelTrainingsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelUserCheckExtension" (parent: .abstract.instanceof.App\Twig\Extension\Channel\ChannelUserCheckExtension).
Resolving inheritance for "App\Twig\Extension\Channel\ChannelUserCheckExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelUserCheckExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\SharedChannelExtension" (parent: .abstract.instanceof.App\Twig\Extension\Channel\SharedChannelExtension).
Resolving inheritance for "App\Twig\Extension\Channel\SharedChannelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\SharedChannelExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ChannelExtension" (parent: .abstract.instanceof.App\Twig\Extension\ChannelExtension).
Resolving inheritance for "App\Twig\Extension\ChannelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ChannelExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CountryExtension" (parent: .abstract.instanceof.App\Twig\Extension\CountryExtension).
Resolving inheritance for "App\Twig\Extension\CountryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CountryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\DateDiffExtension" (parent: .abstract.instanceof.App\Twig\Extension\DateDiffExtension).
Resolving inheritance for "App\Twig\Extension\DateDiffExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\DateDiffExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\DateDiffShortExtension" (parent: .abstract.instanceof.App\Twig\Extension\DateDiffShortExtension).
Resolving inheritance for "App\Twig\Extension\DateDiffShortExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\DateDiffShortExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\EntityExtension" (parent: .abstract.instanceof.App\Twig\Extension\EntityExtension).
Resolving inheritance for "App\Twig\Extension\EntityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\EntityExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\EnumKeyTransExtension" (parent: .abstract.instanceof.App\Twig\Extension\EnumKeyTransExtension).
Resolving inheritance for "App\Twig\Extension\EnumKeyTransExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\EnumKeyTransExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\FileExtension" (parent: .abstract.instanceof.App\Twig\Extension\FileExtension).
Resolving inheritance for "App\Twig\Extension\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\FileExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\FooterExtension" (parent: .abstract.instanceof.App\Twig\Extension\FooterExtension).
Resolving inheritance for "App\Twig\Extension\FooterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\FooterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Forum\MessageExtension" (parent: .abstract.instanceof.App\Twig\Extension\Forum\MessageExtension).
Resolving inheritance for "App\Twig\Extension\Forum\MessageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Forum\MessageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ImageExtension" (parent: .abstract.instanceof.App\Twig\Extension\ImageExtension).
Resolving inheritance for "App\Twig\Extension\ImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ImageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LockContentExtension" (parent: .abstract.instanceof.App\Twig\Extension\LockContentExtension).
Resolving inheritance for "App\Twig\Extension\LockContentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LockContentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarCounterExtension" (parent: .abstract.instanceof.App\Twig\Extension\Manager\ScholarCounterExtension).
Resolving inheritance for "App\Twig\Extension\Manager\ScholarCounterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarCounterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarLinkExtension" (parent: .abstract.instanceof.App\Twig\Extension\Manager\ScholarLinkExtension).
Resolving inheritance for "App\Twig\Extension\Manager\ScholarLinkExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarLinkExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarPermissionCounterExtension" (parent: .abstract.instanceof.App\Twig\Extension\Manager\ScholarPermissionCounterExtension).
Resolving inheritance for "App\Twig\Extension\Manager\ScholarPermissionCounterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarPermissionCounterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\RatingExtension" (parent: .abstract.instanceof.App\Twig\Extension\RatingExtension).
Resolving inheritance for "App\Twig\Extension\RatingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\RatingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarChapterExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarChapterExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarChapterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarChapterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarExerciseExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarExerciseExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarExerciseExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarExerciseExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarLessonExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarLessonExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarLessonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarLessonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarModuleExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarModuleExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarModuleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarModuleExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarNavigationExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarNavigationExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarNavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarNavigationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarPracticalCaseExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarPracticalCaseExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarPracticalCaseExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarPracticalCaseExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarStatusExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarStatusExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarTrainingExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarTrainingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingTypeExtension" (parent: .abstract.instanceof.App\Twig\Extension\Scholar\ScholarTrainingTypeExtension).
Resolving inheritance for "App\Twig\Extension\Scholar\ScholarTrainingTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SearchExtension" (parent: .abstract.instanceof.App\Twig\Extension\SearchExtension).
Resolving inheritance for "App\Twig\Extension\SearchExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SearchExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SecondsToFormattedStringExtension" (parent: .abstract.instanceof.App\Twig\Extension\SecondsToFormattedStringExtension).
Resolving inheritance for "App\Twig\Extension\SecondsToFormattedStringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SecondsToFormattedStringExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SnackExtension" (parent: .abstract.instanceof.App\Twig\Extension\SnackExtension).
Resolving inheritance for "App\Twig\Extension\SnackExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SnackExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TimerExtension" (parent: .abstract.instanceof.App\Twig\Extension\TimerExtension).
Resolving inheritance for "App\Twig\Extension\TimerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TimerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\GetAvatarRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Account\GetAvatarRuntime).
Resolving inheritance for "App\Twig\Runtime\Account\GetAvatarRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\GetAvatarRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\GetCountAnswersRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Account\GetCountAnswersRuntime).
Resolving inheritance for "App\Twig\Runtime\Account\GetCountAnswersRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\GetCountAnswersRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\NotificationRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Account\NotificationRuntime).
Resolving inheritance for "App\Twig\Runtime\Account\NotificationRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\NotificationRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Achievement\AchievementTimeLogRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Achievement\AchievementTimeLogRuntime).
Resolving inheritance for "App\Twig\Runtime\Achievement\AchievementTimeLogRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Achievement\AchievementTimeLogRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Achievement\ProgressionRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Achievement\ProgressionRuntime).
Resolving inheritance for "App\Twig\Runtime\Achievement\ProgressionRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Achievement\ProgressionRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\AdviceRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\AdviceRuntime).
Resolving inheritance for "App\Twig\Runtime\AdviceRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\AdviceRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\AssignableRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\AssignableRuntime).
Resolving inheritance for "App\Twig\Runtime\AssignableRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\AssignableRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelDescriptionRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Channel\ChannelDescriptionRuntime).
Resolving inheritance for "App\Twig\Runtime\Channel\ChannelDescriptionRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelDescriptionRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelTrainingsRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Channel\ChannelTrainingsRuntime).
Resolving inheritance for "App\Twig\Runtime\Channel\ChannelTrainingsRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelTrainingsRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelUserCheckRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Channel\ChannelUserCheckRuntime).
Resolving inheritance for "App\Twig\Runtime\Channel\ChannelUserCheckRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelUserCheckRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\SharedChannelRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Channel\SharedChannelRuntime).
Resolving inheritance for "App\Twig\Runtime\Channel\SharedChannelRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\SharedChannelRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\ChannelRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\ChannelRuntime).
Resolving inheritance for "App\Twig\Runtime\ChannelRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\ChannelRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\CountryRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\CountryRuntime).
Resolving inheritance for "App\Twig\Runtime\CountryRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\CountryRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\DateDiffRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\DateDiffRuntime).
Resolving inheritance for "App\Twig\Runtime\DateDiffRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\DateDiffRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\DateDiffShortRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\DateDiffShortRuntime).
Resolving inheritance for "App\Twig\Runtime\DateDiffShortRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\DateDiffShortRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\EntityRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\EntityRuntime).
Resolving inheritance for "App\Twig\Runtime\EntityRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\EntityRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\EnumKeyTransRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\EnumKeyTransRuntime).
Resolving inheritance for "App\Twig\Runtime\EnumKeyTransRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\EnumKeyTransRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FileRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\FileRuntime).
Resolving inheritance for "App\Twig\Runtime\FileRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FileRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FooterRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\FooterRuntime).
Resolving inheritance for "App\Twig\Runtime\FooterRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FooterRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Forum\MessageRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Forum\MessageRuntime).
Resolving inheritance for "App\Twig\Runtime\Forum\MessageRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Forum\MessageRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\ImageRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\ImageRuntime).
Resolving inheritance for "App\Twig\Runtime\ImageRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\ImageRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\LockContentRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\LockContentRuntime).
Resolving inheritance for "App\Twig\Runtime\LockContentRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\LockContentRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarCounterRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Manager\ScholarCounterRuntime).
Resolving inheritance for "App\Twig\Runtime\Manager\ScholarCounterRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarCounterRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarLinkRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Manager\ScholarLinkRuntime).
Resolving inheritance for "App\Twig\Runtime\Manager\ScholarLinkRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarLinkRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime).
Resolving inheritance for "App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\RatingRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\RatingRuntime).
Resolving inheritance for "App\Twig\Runtime\RatingRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\RatingRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarChapterRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarChapterRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarChapterRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarChapterRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarExerciseRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarExerciseRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarExerciseRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarExerciseRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarLessonRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarLessonRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarLessonRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarLessonRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarModuleRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarModuleRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarModuleRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarModuleRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarNavigationRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarNavigationRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarNavigationRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarNavigationRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarStatusRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarStatusRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarStatusRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarStatusRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarTrainingRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarTrainingRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime).
Resolving inheritance for "App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SearchRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\SearchRuntime).
Resolving inheritance for "App\Twig\Runtime\SearchRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SearchRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SecondsToFomattedStringRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\SecondsToFomattedStringRuntime).
Resolving inheritance for "App\Twig\Runtime\SecondsToFomattedStringRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SecondsToFomattedStringRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SnackRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\SnackRuntime).
Resolving inheritance for "App\Twig\Runtime\SnackRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SnackRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\TimerRuntime" (parent: .abstract.instanceof.App\Twig\Runtime\TimerRuntime).
Resolving inheritance for "App\Twig\Runtime\TimerRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\TimerRuntime).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\HtmlTagConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\HtmlTagConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\HtmlTagConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\HtmlTagConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\InjuryConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\InjuryConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\InjuryConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\InjuryConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PracticalCaseConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\PracticalCaseConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\PracticalCaseConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PracticalCaseConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PracticalCaseResponseConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\PracticalCaseResponseConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\PracticalCaseResponseConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PracticalCaseResponseConstraintValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProductConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ProductConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\ProductConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProductConstraintValidator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher).
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 "assets._version_common" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_common" (parent: assets.path_package).
Resolving inheritance for "assets._version_content" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_content" (parent: assets.path_package).
Resolving inheritance for "assets._version_vendor" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_vendor" (parent: assets.path_package).
Resolving inheritance for "assets._version_backoffice" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_backoffice" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync_transport" (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 "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.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.reverse_sync_doc" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.reverse_sync_doc" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.reverse_sync" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.reverse_sync" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.reverse_sync" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.reverse_sync" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.reverse_sync" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.reverse_sync" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.internal_api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.internal_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.internal_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.internal_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.internal_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.internal_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
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.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 "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\UserFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\UserFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Filter\UserFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\UserFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\TabContainerType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\TabContainerType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\TabContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\TabContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\TabType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\TabType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\TabType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\TabType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Nellapp\Bundle\SDKBundle\Mailer\Mailer" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Mailer\Mailer).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Mailer\Mailer" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Nellapp\Bundle\SDKBundle\Mailer\Mailer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime).
Resolving inheritance for ".instanceof.Knp\Menu\Factory\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension" (parent: .instanceof.Knp\Menu\Factory\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard.0.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard.0.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType).
Resolving inheritance for ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor" (parent: .instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem" (parent: .instanceof.Faker\Provider\Base.0.Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.Nellapp\Bundle\SDKBundle\Fixture\Provider\Image" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Fixture\Provider\Image).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Fixture\Provider\Image" (parent: .instanceof.Faker\Provider\Base.0.Nellapp\Bundle\SDKBundle\Fixture\Provider\Image).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever" (parent: .instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber).
Resolving inheritance for ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserRole\ChannelUserRoleRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository" (parent: .instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserRole\ChannelUserRoleRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime" (parent: .abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime).
Resolving inheritance for "Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime).
Resolving inheritance for "nellapp_sdk.assets._version_core" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "nellapp_sdk.assets._package_core" (parent: assets.path_package).
Resolving inheritance for "nellapp_sdk.assets._package_channel_image" (parent: assets.url_package).
Resolving inheritance for "nellapp_sdk.assets._package_user_avatar" (parent: assets.url_package).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber" (parent: .instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber" (parent: .instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber" (parent: .instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber" (parent: .instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber" (parent: .instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber" (parent: .instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Drosalys\Bundle\ApiBundle\Filter\ApiFilter" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Filter\ApiFilter).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Filter\ApiFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Drosalys\Bundle\ApiBundle\Filter\ApiFilter).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\PersisterHandlerInterface.0.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\PersisterHandlerInterface.0.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler).
Resolving inheritance for ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler" (parent: .instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer" (parent: serializer.normalizer.object).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer" (parent: .abstract.instanceof.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer).
Resolving inheritance for "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType" (parent: .abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType).
Resolving inheritance for "DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType).
Resolving inheritance for "oneup_flysystem.practical_case_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.practical_case_response_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.practicalCase_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.practicalCaseResponse_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer" (parent: serializer.normalizer.object).
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 "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 "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.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
1
Skipping service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelPermissionManager": Class or interface "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelPermissionManager" cannot be loaded.
64
Removing method "setAuthorizationChecker" of service "App\Controller\Admin\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Admin\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Admin\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Admin\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Admin\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Admin\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Admin\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Front\Channel\Image\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Front\Channel\Image\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Front\Channel\Image\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Front\Channel\Image\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Front\Channel\Image\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Front\Channel\Image\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Front\Channel\Image\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Front\Channel\SubAjaxListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Front\Channel\SubAjaxListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Front\Channel\SubAjaxListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Front\Channel\SubAjaxListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Front\Channel\SubAjaxListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Front\Channel\SubAjaxListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Front\Channel\SubAjaxListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Front\Scholar\Training\AllTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Front\Scholar\Training\AllTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Front\Scholar\Training\AllTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Front\Scholar\Training\AllTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Front\Scholar\Training\AllTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Front\Scholar\Training\AllTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Front\Scholar\Training\AllTrainingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Manager\Channel\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Manager\Channel\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Manager\Channel\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Manager\Channel\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Manager\Channel\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Manager\Channel\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Manager\Channel\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Manager\Channel\Lesson\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Manager\Channel\Lesson\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Manager\Channel\Lesson\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Manager\Channel\Lesson\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Manager\Channel\Lesson\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Manager\Channel\Lesson\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Manager\Channel\Lesson\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Manager\Channel\Module\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBuilderUpdater" of service "App\Controller\Manager\Channel\Module\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEm" of service "App\Controller\Manager\Channel\Module\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Manager\Channel\Module\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Manager\Channel\Module\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "App\Controller\Manager\Channel\Module\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setUrlGenerator" of service "App\Controller\Manager\Channel\Module\EditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setChannelUserPermissionManager" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalEntitiesService" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setChannelUserPermissionManager" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalEntitiesService" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setChannelUserPermissionManager" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalEntitiesService" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setChannelUserPermissionManager" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setGlobalEntitiesService" of service "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
394
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; 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\Component\Asset\PackageInterface $commonPackage"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $contentPackage"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $vendorPackage"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $backofficePackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; 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\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 "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 "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\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.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.reverse_sync"; reason: private alias.
Removed service "security.user_checker.reverse_sync"; reason: private alias.
Removed service "security.authentication.session_strategy.internal_api"; reason: private alias.
Removed service "security.user_checker.internal_api"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\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 "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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.object_constructor"; 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 "DrosalysWeb\ObjectExtensions\Manipulator\ManipulatorInterface"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.http_message_factory"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.http_foundation_factory"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.argument_value_resolver.server_request"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.listener.response"; 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 "Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Proxy\ProxyClientInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelMenuDisplayedInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelResourcePermissionManagerInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelResourceToChannelPermissionManagerInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\Routing\UrlGeneratorInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\UserRetriever\UserRetrieverInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\Sync\Exception\ExceptionInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\GlobalChannel\GlobalChannelGetterInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $corePackage"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $channelImagePackage"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $userAvatarPackage"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\OAuth2Client"; reason: private alias.
Removed service "Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\PersisterHandlerInterface"; reason: private alias.
Removed service "Drosalys\Bundle\ApiBundle\Serializer\SerializerInterface"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $practicalCaseFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $practicalCaseResponseFilesystem"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater"; reason: private alias.
Removed service "Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdaterInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\Channel\ChannelRepositoryInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\User\UserRepositoryInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserData\ChannelUserDataRepositoryInterface"; reason: private alias.
Removed service "Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserRole\ChannelUserRoleRepositoryInterface"; reason: private alias.
Removed service ".service_locator.yL2LL4R"; reason: private alias.
Removed service ".service_locator.0Pal0fE"; reason: private alias.
Removed service ".service_locator.d2DJilY"; reason: private alias.
Removed service ".service_locator.nqL8_30"; reason: private alias.
Removed service ".service_locator.dnr42Zy"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.QfDImHJ"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.Vx3Vb1u"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.4kC.LPq"; reason: private alias.
Removed service ".service_locator.nBH6d.g"; reason: private alias.
Removed service ".service_locator.FsnJ.6m"; reason: private alias.
Removed service ".service_locator.GVfd2op"; reason: private alias.
Removed service ".service_locator.D8wKlu."; reason: private alias.
Removed service ".service_locator.WDRKcCl"; reason: private alias.
Removed service ".service_locator.8sY5bcl"; reason: private alias.
Removed service ".service_locator.QoKjZXd"; reason: private alias.
Removed service ".service_locator.tR5_Zi0"; reason: private alias.
Removed service ".service_locator.6tJygG3"; reason: private alias.
Removed service ".service_locator.JZEWJER"; reason: private alias.
Removed service ".service_locator..s3wqYF"; reason: private alias.
Removed service ".service_locator.HBKM59u"; reason: private alias.
Removed service ".service_locator.kEmNU0W"; reason: private alias.
Removed service ".service_locator.YelliST"; reason: private alias.
Removed service ".service_locator.Ml4A_Hf"; reason: private alias.
Removed service ".service_locator.42dYlZY"; reason: private alias.
Removed service ".service_locator.97b4O8n"; reason: private alias.
Removed service ".service_locator.cQYNvte"; reason: private alias.
Removed service ".service_locator.wN.nszg"; reason: private alias.
Removed service ".service_locator.9aHzb.F"; reason: private alias.
Removed service ".service_locator.NZ1yv0t"; reason: private alias.
Removed service ".service_locator.y2ce.RD"; reason: private alias.
Removed service ".service_locator.uxAjw88"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator._TJCjat"; reason: private alias.
Removed service ".service_locator.CNd.NsW"; reason: private alias.
Removed service ".service_locator.kCI3fs2"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service ".service_locator.9KiCkjX"; 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 "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.reverse_sync"; reason: private alias.
Removed service "security.firewall.authenticator.internal_api"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm"; reason: private alias.
Removed service "twig.configurator.environment"; 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 "Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver"; reason: private alias.
Removed service "Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver"; reason: private alias.
Removed service "Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver"; reason: private alias.
Removed service "Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver"; 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 "http_client"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator._5g_Wvc"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.q7Fjy38"; reason: private alias.
Removed service ".service_locator.sbqr_aB"; reason: private alias.
Removed service ".service_locator.RRZNCln"; reason: private alias.
Removed service ".service_locator.zIGxkwa"; reason: private alias.
Removed service ".service_locator.UO__bti"; reason: private alias.
Removed service ".service_locator.kydi4Ed"; reason: private alias.
Removed service ".service_locator.vkiYrln"; reason: private alias.
Removed service ".service_locator.nr.q0Lw"; reason: private alias.
Removed service ".service_locator.fQRvGCA"; reason: private alias.
Removed service ".service_locator.o5xQ3vr"; reason: private alias.
Removed service ".service_locator.MAXV0Z8"; reason: private alias.
Removed service ".service_locator.qRJ3SR_"; reason: private alias.
Removed service ".service_locator.UiftHu1"; reason: private alias.
Removed service ".service_locator.MhKVpPy"; reason: private alias.
Removed service ".service_locator.gD3jIH8"; reason: private alias.
Removed service ".service_locator.uQP.D7r"; reason: private alias.
Removed service ".service_locator.sZ6K1eO"; reason: private alias.
Removed service ".service_locator.Nh4ta.q"; reason: private alias.
Removed service ".service_locator.TTmbuaS"; reason: private alias.
Removed service ".service_locator._MlgiSW"; reason: private alias.
Removed service ".service_locator.lkQnXLS"; reason: private alias.
Removed service ".service_locator.65KhHMI"; reason: private alias.
Removed service ".service_locator.J8m_B2t"; reason: private alias.
Removed service ".service_locator.kdjTL4s"; reason: private alias.
Removed service ".service_locator.mwm_LBa"; reason: private alias.
Removed service ".service_locator.c5WL6TX"; reason: private alias.
Removed service ".service_locator.Iu95HBY"; reason: private alias.
Removed service ".service_locator.QvbhXL8"; reason: private alias.
Removed service ".service_locator.GiNiyTI"; reason: private alias.
Removed service ".service_locator.Rd66y2."; reason: private alias.
Removed service ".service_locator.rAcDG.J"; reason: private alias.
Removed service ".service_locator.vWou.YR"; reason: private alias.
Removed service ".service_locator.YJG8BjP"; reason: private alias.
Removed service ".service_locator.xAik0zV"; reason: private alias.
Removed service ".service_locator.VhjfAQS"; reason: private alias.
Removed service ".service_locator.q.qYwW2"; reason: private alias.
Removed service ".service_locator.TigsMRi"; reason: private alias.
Removed service ".service_locator.NJmabwj"; reason: private alias.
Removed service ".service_locator.1pb6zQw"; reason: private alias.
Removed service ".service_locator.Lq4lQ8V"; reason: private alias.
Removed service ".service_locator.ms.t9MM"; reason: private alias.
Removed service ".service_locator.S_KhmqN"; reason: private alias.
Removed service ".service_locator.CCasDu_"; reason: private alias.
Removed service ".service_locator.NBv9BB0"; reason: private alias.
Removed service ".service_locator.xu8x2NA"; reason: private alias.
Removed service ".service_locator.C6qAeej"; reason: private alias.
Removed service ".service_locator.YgroOxY"; reason: private alias.
Removed service ".service_locator.leikcvP"; reason: private alias.
Removed service ".service_locator.Wd_D6Iy"; reason: private alias.
Removed service ".service_locator.3BeleOt"; reason: private alias.
Removed service ".service_locator.bT.2lOh"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
Removed service ".service_locator.yWA95HH"; reason: private alias.
201
Changed reference of service "App\Controller\Admin\DashboardController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Admin\DashboardController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Front\Channel\Image\DeleteController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Front\Channel\Image\DeleteController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Front\Channel\SubAjaxListController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Front\Channel\SubAjaxListController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Front\Scholar\Training\Ajax\GetTrainingController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Front\Scholar\Training\AllTrainingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Front\Scholar\Training\AllTrainingController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Manager\Channel\DeleteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Manager\Channel\DeleteController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Manager\Channel\DeleteController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Manager\Channel\Exercise\DeleteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Manager\Channel\Exercise\EditController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Manager\Channel\Exercise\NewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Manager\Channel\Lesson\EditController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Manager\Channel\Lesson\EditController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Manager\Channel\Module\EditController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Manager\Channel\Module\EditController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Filter\Account\AssignableFilterType" previously pointing to "router.default" to "router".
Changed reference of service "App\Filter\Channel\AssignableFilterType" previously pointing to "router.default" to "router".
Changed reference of service "App\Filter\Front\GlobalSearch" previously pointing to "router.default" to "router".
Changed reference of service "App\Filter\Front\GlobalSearchExtendedType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Common\ReAssignableFormType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Scholar\LessonType" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Share\ShareContentType" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Account\NotificationManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Account\NotificationManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Export\Scholar\ScholarEntity\ModuleExportScholarEntity" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Export\Scholar\ScholarEntity\TrainingExportScholarEntity" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Export\Scholar\ScholarList\LessonExportScholarList" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Export\Scholar\ScholarList\ModuleExportScholarList" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Export\Scholar\ScholarList\TrainingExportScholarList" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Scholar\PermissionNotificationMailer" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Scholar\ScholarNavigationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Scholar\ScholarNavigationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Scholar\UserProgression\UserProgressionService" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\Runtime\AssignableRuntime" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\Runtime\AssignableRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Runtime\DateDiffRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Runtime\DateDiffShortRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Runtime\EnumKeyTransRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\Runtime\SnackRuntime" 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 "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.messenger_failed_messages_retry" 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 "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 "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 "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 "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "oneup_uploader.templating.uploader_helper" previously pointing to "router.default" to "router".
Changed reference of service "oneup_uploader.error_handler.blueimp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "oneup_uploader.storage.practical_case_response_file" previously pointing to "oneup_flysystem.practicalCaseResponse_filesystem" to "practicalCaseResponse_filesystem".
Changed reference of service "oneup_uploader.storage.practical_case_resource_file" previously pointing to "oneup_flysystem.practicalCase_filesystem" to "practicalCase_filesystem".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter" previously pointing to "router.default" to "router".
Changed reference of service "Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime" previously pointing to "router.default" to "router".
Changed reference of service "Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "Nellapp\Bundle\SDKBundle\Fixture\Provider\Image" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\CoreAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction" previously pointing to "router.default" to "router".
Changed reference of service "Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber" previously pointing to "debug.validator" to "validator".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.practicalCase_filesystem" to "practicalCase_filesystem".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.practicalCaseResponse_filesystem" to "practicalCaseResponse_filesystem".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "spiriit_form_filter.query_builder_updater" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.e75p3D2" previously pointing to "router.default" to "router".
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\Channel\CanShareContentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\Scholar\Front\LessonVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\Scholar\Front\ModuleVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\Scholar\Front\TrainingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\Scholar\Manager\LockContentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\Scholar\PracticalCaseUserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hiR71q0" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.hiR71q0" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.hiR71q0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ndVqCXg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.ndVqCXg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.ndVqCXg" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ImqoXUA" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.ImqoXUA" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.ImqoXUA" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.qsmLBkW" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.ZOHvDA0" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.Sa9Ws36" previously pointing to "oneup_flysystem.practicalCaseResponse_filesystem" to "practicalCaseResponse_filesystem".
Changed reference of service ".service_locator.Sa9Ws36" previously pointing to "oneup_flysystem.practicalCase_filesystem" to "practicalCase_filesystem".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
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".
1361
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 "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 "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 "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; 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 "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateMcqCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CalculateMcqCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckSharedEntityCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckSharedEntityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixImageChapterCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixImageChapterCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateMimeTypeForNellappFileCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateMimeTypeForNellappFileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\CreatePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\CreatePageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomPage\CreatePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\DeletePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\DeletePageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomPage\DeletePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\EditPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\EditPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomPage\EditPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPage\ListCustomPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPage\ListCustomPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomPage\ListCustomPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Scholar\Lesson\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Scholar\Lesson\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Scholar\Lesson\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\Assignable\CollectionLessonAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\Assignable\CollectionLessonAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Account\Assignable\CollectionLessonAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Account\UpdateLastConnected"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Account\UpdateLastConnected"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Account\UpdateLastConnected"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Assignable\CollectionUserAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Assignable\CollectionUserAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Assignable\CollectionUserAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Module\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Training\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Assignable\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Assignable\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Assignable\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Message\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Message\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Message\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Notification\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Notification\NotificationIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationSeeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationSeeAllController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Notification\NotificationSeeAllController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\NotificationUnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\NotificationUnreadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Notification\NotificationUnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Notification\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Notification\RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Notification\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Account\Scholar\Training\CollectionActionCard"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Account\Scholar\Training\CollectionActionCard"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Account\Scholar\Training\CollectionActionCard"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\Image\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\Image\ListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Channel\Image\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Channel\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Channel\ShowTrainingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Channel\ShowTrainingListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Channel\ShowTrainingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\AnswerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\AnswerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Exercise\AnswerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\CancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\CancelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Exercise\CancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\FinishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\FinishController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Exercise\FinishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\RedirectToShowResultsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\RedirectToShowResultsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Exercise\RedirectToShowResultsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Exercise\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\SolutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\SolutionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Exercise\SolutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Exercise\StartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Exercise\StartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Exercise\StartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeConnectedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeConnectedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\HomeConnectedController"; 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\Scholar\Chapter\ChapterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\ChapterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Chapter\ChapterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Lesson\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Module\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Module\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Module\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\PracticalCase\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\PracticalCase\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\PracticalCase\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Scholar\Training\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Scholar\Training\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Scholar\Training\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Chapter\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Chapter\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Chapter\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\DashboardAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\DashboardAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\DashboardAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\DeleteMultipleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\DeleteMultipleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\DeleteMultipleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Exercise\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\DeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Exercise\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\EditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\EditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Exercise\EditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\NewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Exercise\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Exercise\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Exercise\StartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Exercise\StartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Exercise\StartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\NewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ReviewCollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ReviewCollectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\ReviewCollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ToggleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ToggleAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\ToggleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Module\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\GetAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\GetAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Module\GetAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\NewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Module\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Module\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Module\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Module\ToggleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Module\ToggleAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Module\ToggleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\EditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\EditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\EditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\NewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ReattributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ReattributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\ReattributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\PracticalCase\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\PracticalCase\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\PracticalCase\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Training\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\EditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\EditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Training\EditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\GetAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\GetAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Training\GetAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\NewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Training\NewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Training\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ShowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Training\ShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Manager\Channel\Training\ToggleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Manager\Channel\Training\ToggleAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Manager\Channel\Training\ToggleAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TemplateCustomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TemplateCustomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TemplateCustomController"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Account\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Account\UserSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\FileSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\FileSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber"; reason: abstract.
Removed service ".instanceof.DrosalysWeb\DoctrineExtensions\Subscriber\EntityEventSubscriberInterface.0.App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Account\AvatarSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Account\AvatarSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Channel\ImageUploaderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Channel\ImageUploaderSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Exercise\LoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Exercise\LoginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Account\AssignableFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Account\AssignableFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Async\Channel\User\UserFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Async\Channel\User\UserFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Channel\AssignableFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Channel\AssignableFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Channel\ImageFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Channel\ImageFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Common\AssignableFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Common\AssignableFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Front\GlobalSearch"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Front\GlobalSearch"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Front\GlobalSearchExtendedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Front\GlobalSearchExtendedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\Sync\TrainingFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\Sync\TrainingFilter"; reason: abstract.
Removed service ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Fixtures\Processor\ChannelImageProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Fixtures\Processor\ChannelImageProcessor"; reason: abstract.
Removed service ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Fixtures\Processor\EaseUuidProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Fixtures\Processor\EaseUuidProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Account\AdviceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Account\AdviceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Channel\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\Filter\ChannelTrainingFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Channel\Filter\ChannelTrainingFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Channel\ImageSelectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Channel\ImageSelectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Common\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\CountPaginationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Common\CountPaginationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\CustomFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Common\CustomFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\NellappSliderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Common\NellappSliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\RatingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Common\RatingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Common\ReAssignableFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Common\ReAssignableFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\ExerciseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\ExerciseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\MultipleChoiceAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\Question\MultipleChoiceAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\MultipleChoiceQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\Question\MultipleChoiceQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\Question\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\Question\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\ChoiceAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\User\ChoiceAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\ExerciseResultType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\User\ExerciseResultType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\MultipleChoiceQuestionResultType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\User\MultipleChoiceQuestionResultType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Exercise\User\QuestionResultType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Exercise\User\QuestionResultType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\Channel\TextareaExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\Channel\TextareaExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CollectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\CollectionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CollectionInnerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\CollectionInnerExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\FormExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\FormExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\MessageAnswerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Forum\MessageAnswerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Forum\MessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Api\LessonScholarFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\Api\LessonScholarFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\ChannelFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\Channel\ChannelFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\Exercise\CollectionFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\Channel\Exercise\CollectionFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\LessonReviewFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\Channel\LessonReviewFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\LessonScholarFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\Channel\LessonScholarFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\ScholarCollectionFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\Channel\ScholarCollectionFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\Channel\SharedChannelFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\Channel\SharedChannelFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Manager\Filter\UserFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Manager\Filter\UserFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Payment\FundingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Payment\FundingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ChapterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\ChapterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonPrerequisiteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\LessonPrerequisiteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonReviewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\LessonReviewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\LessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\LessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ModuleLessonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\ModuleLessonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\ModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseCorrectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\PracticalCaseCorrectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseResourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\PracticalCaseResourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseResponseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\PracticalCaseResponseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\PracticalCaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\PracticalCaseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\ScholarInterfaceSelektor"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\ScholarInterfaceSelektor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\TrainingDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\TrainingModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\TrainingProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Scholar\TrainingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Scholar\TrainingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Share\ShareContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Share\ShareContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplatePage\CreatePageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TemplatePage\CreatePageType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\AdviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Account\AdviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\LogUserDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Account\LogUserDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Account\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\User\UserRepositoryInterface.0.App\Repository\Account\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Account\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Account\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementChapterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Achievement\AchievementChapterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Achievement\AchievementContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementLessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Achievement\AchievementLessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Achievement\AchievementModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTimeLogLessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Achievement\AchievementTimeLogLessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTimeLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Achievement\AchievementTimeLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Achievement\AchievementTrainingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Achievement\AchievementTrainingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelDescriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\ChannelDescriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelGalleryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\ChannelGalleryRepository"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\Channel\ChannelRepositoryInterface.0.App\Repository\Channel\ChannelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ChannelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\ChannelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\ImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\ImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\InstitutionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\InstitutionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\Partner\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\Partner\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Channel\SharedChannelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Channel\SharedChannelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChannelUserData\AbstractCursusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChannelUserData\AbstractCursusRepository"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserData\ChannelUserDataRepositoryInterface.0.App\Repository\ChannelUserData\ChannelUserDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChannelUserData\ChannelUserDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChannelUserData\ChannelUserDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\AssignableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\AssignableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Common\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Common\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\ExerciseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Exercise\ExerciseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\User\ExerciseResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Exercise\User\ExerciseResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\LessonProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\LessonProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\ModuleProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\ModuleProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\OrderAttemptRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\OrderAttemptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\TrainingProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\TrainingProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ChapterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\ChapterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonPrerequisiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\LessonPrerequisiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\LessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\LessonReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\LessonStatsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\LessonStatsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ModulePermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\ModulePermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\OriginLessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\OriginLessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedChapterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\SharedChapterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedExerciseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\SharedExerciseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedLessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\SharedLessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\SharedModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedPracticalCaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\SharedPracticalCaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\SharedTrainingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\SharedTrainingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingDescriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\TrainingDescriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingPermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\TrainingPermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scholar\TrainingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Scholar\TrainingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Template\TemplatePageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Template\TemplatePageRepository"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Resolvers\SharableChannelResourcePermissionResolverInterface.0.App\SdkBundle\Permission\SharablePermission\LessonResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\SdkBundle\Permission\SharablePermission\LessonResolver"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Resolvers\SharableChannelResourcePermissionResolverInterface.0.App\SdkBundle\Permission\SharablePermission\ModuleResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\SdkBundle\Permission\SharablePermission\ModuleResolver"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher"; reason: abstract.
Removed service ".abstract.instanceof.App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator"; reason: abstract.
Removed service ".abstract.instanceof.App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator"; reason: abstract.
Removed service ".abstract.instanceof.App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.App\Security\Hierarchy\ChannelModulePermissionHierarchy"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Hierarchy\ChannelModulePermissionHierarchy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Channel\CanShareContentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Channel\CanShareContentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\LessonVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Scholar\Front\LessonVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\ModuleVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Scholar\Front\ModuleVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Front\TrainingVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Scholar\Front\TrainingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\Manager\LockContentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Scholar\Manager\LockContentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\Scholar\PracticalCaseUserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\Scholar\PracticalCaseUserVoter"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\EventSubscriber\ChannelImageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\EventSubscriber\ChannelImageSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\Handler\PaginationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Handler\PaginationHandler"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\NellappVideoPlayer.0.App\Twig\Component\NellappVideoPlayer"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\NellappVideoPlayer"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Scholar\HorizontalTrainingCard.0.App\Twig\Component\Scholar\HorizontalTrainingCard"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Scholar\HorizontalTrainingCard"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardImage.0.App\Twig\Component\Scholar\SubTrainingCard\CardImage"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardImage"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardModality.0.App\Twig\Component\Scholar\SubTrainingCard\CardModality"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Scholar\SubTrainingCard\CardModality"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Scholar\TrainingCard.0.App\Twig\Component\Scholar\TrainingCard"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Scholar\TrainingCard"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\GetAvatarExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Account\GetAvatarExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\GetCountAnswersExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Account\GetCountAnswersExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Account\NotificationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Account\NotificationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Achievement\AchievementTimeLogExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Achievement\AchievementTimeLogExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Achievement\ProgressionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Achievement\ProgressionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AdviceExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\AdviceExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AssignableExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\AssignableExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelDescriptionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Channel\ChannelDescriptionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelTrainingsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Channel\ChannelTrainingsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\ChannelUserCheckExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Channel\ChannelUserCheckExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Channel\SharedChannelExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Channel\SharedChannelExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ChannelExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\ChannelExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CountryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\CountryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\DateDiffExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\DateDiffExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\DateDiffShortExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\DateDiffShortExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\EntityExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\EntityExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\EnumKeyTransExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\EnumKeyTransExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\FileExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\FileExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\FooterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\FooterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Forum\MessageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Forum\MessageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ImageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\ImageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LockContentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\LockContentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarCounterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Manager\ScholarCounterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarLinkExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Manager\ScholarLinkExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Manager\ScholarPermissionCounterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Manager\ScholarPermissionCounterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\RatingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\RatingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarChapterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarChapterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarExerciseExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarExerciseExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarLessonExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarLessonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarModuleExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarModuleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarNavigationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarNavigationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarPracticalCaseExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarPracticalCaseExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarTrainingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Scholar\ScholarTrainingTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Scholar\ScholarTrainingTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SearchExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\SearchExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SecondsToFormattedStringExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\SecondsToFormattedStringExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\SnackExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\SnackExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TimerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TimerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\GetAvatarRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Account\GetAvatarRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\GetCountAnswersRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Account\GetCountAnswersRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Account\NotificationRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Account\NotificationRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Achievement\AchievementTimeLogRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Achievement\AchievementTimeLogRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Achievement\ProgressionRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Achievement\ProgressionRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\AdviceRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\AdviceRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\AssignableRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\AssignableRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelDescriptionRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Channel\ChannelDescriptionRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelTrainingsRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Channel\ChannelTrainingsRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\ChannelUserCheckRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Channel\ChannelUserCheckRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Channel\SharedChannelRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Channel\SharedChannelRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\ChannelRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\ChannelRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\CountryRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\CountryRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\DateDiffRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\DateDiffRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\DateDiffShortRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\DateDiffShortRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\EntityRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\EntityRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\EnumKeyTransRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\EnumKeyTransRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FileRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\FileRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\FooterRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\FooterRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Forum\MessageRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Forum\MessageRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\ImageRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\ImageRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\LockContentRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\LockContentRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarCounterRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Manager\ScholarCounterRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarLinkRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Manager\ScholarLinkRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\RatingRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\RatingRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarChapterRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarChapterRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarExerciseRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarExerciseRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarLessonRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarLessonRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarModuleRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarModuleRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarNavigationRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarNavigationRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarStatusRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarStatusRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarTrainingRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SearchRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\SearchRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SecondsToFomattedStringRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\SecondsToFomattedStringRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\SnackRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\SnackRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Runtime\TimerRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Runtime\TimerRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\HtmlTagConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\HtmlTagConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\InjuryConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\InjuryConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PracticalCaseConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\PracticalCaseConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\PracticalCaseResponseConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\PracticalCaseResponseConstraintValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ProductConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\ProductConstraintValidator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Filter\UserFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Filter\UserFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\TabContainerType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\TabContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\TabType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\TabType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Nellapp\Bundle\SDKBundle\Mailer\Mailer"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Mailer\Mailer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumInterface.0.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime"; reason: abstract.
Removed service ".instanceof.Knp\Menu\Factory\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard.0.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent.0.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType"; reason: abstract.
Removed service ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.Nellapp\Bundle\SDKBundle\Fixture\Provider\Image"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Fixture\Provider\Image"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncApiClientInterface.0.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorInterface.0.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherInterface.0.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverInterface.0.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber"; reason: abstract.
Removed service ".instanceof.Nellapp\Bundle\SDKBundle\GlobalGetters\Repository\ChannelUserRole\ChannelUserRoleRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\AbstractDescriber.0.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Drosalys\Bundle\ApiBundle\Filter\ApiFilter"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Filter\ApiFilter"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\PersisterHandlerInterface.0.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\AbstractResponseHandler.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler"; reason: abstract.
Removed service ".instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ResponseHandlerInterface.0.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType"; reason: abstract.
Removed service ".abstract.instanceof.DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType"; reason: abstract.
210
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\DTO\GlobalStatsDTO"; reason: unused.
Removed service "App\Doctrine\MatchAgainstFunction"; reason: unused.
Removed service "App\Doctrine\TypeFunction"; reason: unused.
Removed service "App\Enum\AssignableStatusEnum"; reason: unused.
Removed service "App\Enum\ChannelDescriptionEnum"; reason: unused.
Removed service "App\Enum\LinkEnum"; reason: unused.
Removed service "App\Enum\ScholarLessonBlockedReasonEnum"; reason: unused.
Removed service "App\Enum\ScholarLessonReviewSelfStatusEnum"; reason: unused.
Removed service "App\Enum\ScholarLessonReviewStatusEnum"; reason: unused.
Removed service "App\Enum\ScholarStatusEnum"; reason: unused.
Removed service "App\Enum\ScholarTrainingDescriptionEnum"; reason: unused.
Removed service "App\Enum\ScholarTrainingThematicEnum"; reason: unused.
Removed service "App\Enum\ScholarTrainingTypeEnum"; reason: unused.
Removed service "App\Exception\Account\TokenCreateException"; reason: unused.
Removed service "App\Exception\Account\UserManipulatorException"; reason: unused.
Removed service "App\Exception\Exercise\MissingQuestionConversionException"; reason: unused.
Removed service "App\Exception\Exercise\MissingUserException"; reason: unused.
Removed service "App\Form\Exercise\User\Transformer\MultipleChoiceQuestionResultTransformer"; reason: unused.
Removed service "App\Menu\MenuBuilder"; reason: unused.
Removed service "App\SdkBundle\Permission\ChannelMenuDisplayed"; reason: unused.
Removed service "App\Security\Hierarchy\ChannelUserAsyncPermissionHierarchy"; reason: unused.
Removed service "App\Service\Account\Permission\PermissionCleaner"; reason: unused.
Removed service "App\Service\ApiFilterUpdater"; reason: unused.
Removed service "App\Service\Export\ExportUserActivity"; reason: unused.
Removed service "App\Service\Scholar\UserProgression\LessonProgressionBuilder"; reason: unused.
Removed service "App\Service\Scholar\UserProgression\ModuleProgressionBuilder"; reason: unused.
Removed service "App\Service\Scholar\UserProgression\TrainingProgressionBuilder"; reason: unused.
Removed service "App\Service\Sentry"; reason: unused.
Removed service "App\Uploader\Event\PostUploadListener"; reason: unused.
Removed service "App\Validator\Constraints\HtmlTagConstraint"; reason: unused.
Removed service "App\Validator\Constraints\InjuryConstraint"; reason: unused.
Removed service "App\Validator\Constraints\MultipleChoiceQuestionConstraint"; reason: unused.
Removed service "App\Validator\Constraints\PracticalCaseConstraint"; reason: unused.
Removed service "App\Validator\Constraints\PracticalCaseResponseConstraint"; reason: unused.
Removed service "App\Validator\Constraints\ProductConstraint"; reason: unused.
Removed service "DrosalysWeb\StringExtensions\Canonicalizer\CanonicalizerInterface"; reason: unused.
Removed service "sentry.callback.before_send"; 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 "Http\Client\HttpClient"; reason: unused.
Removed service "translator.logging"; 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 "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 "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.user_password_hasher"; 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.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "doctrine.dbal.logger.chain"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~Ees0kX0"; 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 "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "fidry_alice_data_fixtures.persistence.purger_modepurger_mode"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
Removed service "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 "oneup_uploader.namer.urlsafe"; reason: unused.
Removed service "oneup_uploader.error_handler.noop"; reason: unused.
Removed service "oneup_uploader.error_handler.blueimp"; reason: unused.
Removed service "oneup_uploader.error_handler.uploadify"; reason: unused.
Removed service "oneup_uploader.error_handler.yui3"; reason: unused.
Removed service "oneup_uploader.error_handler.fancyupload"; reason: unused.
Removed service "oneup_uploader.error_handler.mooupload"; reason: unused.
Removed service "oneup_uploader.error_handler.plupload"; reason: unused.
Removed service "oneup_uploader.error_handler.custom"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "DrosalysWeb\ObjectExtensions\Manipulator\Manipulator"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\Channel\Service"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\EventUserProgression\Event"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\EventUserProgression\EventUserProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\EventUserProgression\UserSign"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\TrainingUserProgression\ExerciseProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\TrainingUserProgression\LessonProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\TrainingUserProgression\LessonReviewProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\TrainingUserProgression\ModuleProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\TrainingUserProgression\MonthProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\TrainingUserProgression\PracticalCaseProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\TrainingUserProgression\TrainingProgression"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Model\User"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\ApiClientInterApp\Proxy\EmptyProxyClient"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\CustomizableView\CustomViewManager"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\CustomizableView\Model\CallBackColumnDefinition"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\CustomizableView\Model\Column"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\CustomizableView\Model\PropertyColumnDefinition"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Enum\AppEnum"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Enum\ChannelUserData\CursusCourseEnum"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Enum\ChannelUserData\CursusModalityEnum"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Permission\Event\ChannelMenuDisplayedEvent"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelPermissionManager"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Routing\EmptyUrlGenerator"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Sentry\Sentry"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Uploader\Service\FileExtensionEnum"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Utils\NellappFormatService"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreProvider"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\Provider\CoreResourceOwner"; reason: unused.
Removed service "nellapp.sdk_bundle.oauth.core_client"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Sync\Exception\HydratorException"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Sync\Routing\Exception\AppNotFoundException"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Sync\Routing\RouteCollection"; reason: unused.
Removed service "Nellapp\Bundle\SDKBundle\Sync\Security\User\Core"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Action\Type\Type"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\PostDeserializeEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\PostPersistEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\PreBuildResponseEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\PreDeserializeEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\PrePersistEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\ReplaceBuildResponseEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Event\ReplacePersistEvent"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Persister\Attributes\PostPersist"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Persister\Attributes\PrePersist"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Persister\Attributes\ReplacePersist"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Response\Attributes\PostBuildResponse"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Response\Attributes\PreBuildResponse"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Response\Attributes\ReplaceBuildResponse"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Exception\EntityException"; reason: unused.
Removed service "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Mapping\Loader\AttributeLoader"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl_post"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service ".service_locator.4MQU.NJ"; reason: unused.
Removed service ".service_locator.e75p3D2"; reason: unused.
Removed service ".service_locator.GX2kvU8"; reason: unused.
Removed service ".service_locator.9NPWjJJ"; reason: unused.
Removed service ".service_locator.5miB8_X"; reason: unused.
Removed service ".service_locator.pXt4NpJ"; reason: unused.
Removed service ".service_locator.O_SvdmP"; reason: unused.
Removed service ".service_locator.3iGHlX7"; reason: unused.
Removed service ".service_locator.3nrk401"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
796
Inlined service ".service_locator.hiR71q0.App\Controller\Admin\CustomPage\CreatePageController" to "App\Controller\Admin\CustomPage\CreatePageController".
Inlined service ".service_locator.hiR71q0.App\Controller\Admin\CustomPage\DeletePageController" to "App\Controller\Admin\CustomPage\DeletePageController".
Inlined service ".service_locator.hiR71q0.App\Controller\Admin\CustomPage\EditPageController" to "App\Controller\Admin\CustomPage\EditPageController".
Inlined service ".service_locator.hiR71q0.App\Controller\Admin\CustomPage\ListCustomPageController" to "App\Controller\Admin\CustomPage\ListCustomPageController".
Inlined service "App\Service\Scholar\UserProgression\UserProgressionService" to "App\Controller\Api\Scholar\GetTrainingUserProgression".
Inlined service ".service_locator.hiR71q0.App\Controller\Api\Scholar\Lesson\CollectionAction" to "App\Controller\Api\Scholar\Lesson\CollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Account\Assignable\CollectionLessonAction" to "App\Controller\Async\Account\Assignable\CollectionLessonAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Account\Assignable\CollectionUserLinkedAction" to "App\Controller\Async\Account\Assignable\CollectionUserLinkedAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Account\UpdateLastConnected" to "App\Controller\Async\Account\UpdateLastConnected".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Assignable\CollectionUserAction" to "App\Controller\Async\Channel\Assignable\CollectionUserAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction" to "App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync" to "App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync" to "App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction" to "App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Lesson\CollectionAction" to "App\Controller\Async\Channel\Scholar\Lesson\CollectionAction".
Inlined service "App\Service\Export\Scholar\ScholarList\LessonExportScholarList" to "App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction" to "App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync" to "App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Module\CollectionAction" to "App\Controller\Async\Channel\Scholar\Module\CollectionAction".
Inlined service "App\Service\Export\Scholar\ScholarEntity\ModuleExportScholarEntity" to "App\Controller\Async\Channel\Scholar\Module\ExportModuleAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Module\ExportModuleAction" to "App\Controller\Async\Channel\Scholar\Module\ExportModuleAction".
Inlined service "App\Service\Export\Scholar\ScholarList\ModuleExportScholarList" to "App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction" to "App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Training\CollectionAction" to "App\Controller\Async\Channel\Scholar\Training\CollectionAction".
Inlined service "App\Service\Export\Scholar\ScholarEntity\TrainingExportScholarEntity" to "App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction" to "App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction".
Inlined service "App\Service\Export\Scholar\ScholarList\TrainingExportScholarList" to "App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction" to "App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Assignable\CollectionAction" to "App\Controller\Front\Account\Assignable\CollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Message\CollectionAction" to "App\Controller\Front\Account\Message\CollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Notification\NotificationController" to "App\Controller\Front\Account\Notification\NotificationController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Notification\NotificationIndexController" to "App\Controller\Front\Account\Notification\NotificationIndexController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Notification\NotificationSeeAllController" to "App\Controller\Front\Account\Notification\NotificationSeeAllController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Notification\NotificationUnreadController" to "App\Controller\Front\Account\Notification\NotificationUnreadController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Notification\RedirectController" to "App\Controller\Front\Account\Notification\RedirectController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Account\Scholar\Training\CollectionActionCard" to "App\Controller\Front\Account\Scholar\Training\CollectionActionCard".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Async\Scholar\TrainingNameCollectionAction" to "App\Controller\Front\Async\Scholar\TrainingNameCollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Channel\Image\ListController" to "App\Controller\Front\Channel\Image\ListController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Channel\ShowController" to "App\Controller\Front\Channel\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Channel\ShowTrainingListController" to "App\Controller\Front\Channel\ShowTrainingListController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Exercise\AnswerController" to "App\Controller\Front\Exercise\AnswerController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Exercise\CancelController" to "App\Controller\Front\Exercise\CancelController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Exercise\FinishController" to "App\Controller\Front\Exercise\FinishController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Exercise\RedirectToShowResultsAction" to "App\Controller\Front\Exercise\RedirectToShowResultsAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Exercise\ShowController" to "App\Controller\Front\Exercise\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Exercise\SolutionController" to "App\Controller\Front\Exercise\SolutionController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Exercise\StartController" to "App\Controller\Front\Exercise\StartController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\HomeConnectedController" to "App\Controller\Front\HomeConnectedController".
Inlined service "App\Service\NellappGlobalStatsService" to "App\Controller\Front\HomeController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\HomeController" to "App\Controller\Front\HomeController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Chapter\ChapterController" to "App\Controller\Front\Scholar\Chapter\ChapterController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController" to "App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController" to "App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Lesson\RedirectOnLessonController" to "App\Controller\Front\Scholar\Lesson\RedirectOnLessonController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Lesson\ShowController" to "App\Controller\Front\Scholar\Lesson\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Lesson\ShowLessonReviewController" to "App\Controller\Front\Scholar\Lesson\ShowLessonReviewController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Module\ShowController" to "App\Controller\Front\Scholar\Module\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\PracticalCase\CorrectorShowController" to "App\Controller\Front\Scholar\PracticalCase\CorrectorShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController" to "App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController" to "App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction" to "App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\PracticalCase\ShowController" to "App\Controller\Front\Scholar\PracticalCase\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController" to "App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController" to "App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\Scholar\Training\ShowController" to "App\Controller\Front\Scholar\Training\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Front\SearchController" to "App\Controller\Front\SearchController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController" to "App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController" to "App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Chapter\ShowController" to "App\Controller\Manager\Channel\Chapter\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\DashboardAction" to "App\Controller\Manager\Channel\DashboardAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\DeleteMultipleController" to "App\Controller\Manager\Channel\DeleteMultipleController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Exercise\CollectionAction" to "App\Controller\Manager\Channel\Exercise\CollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Exercise\DeleteController" to "App\Controller\Manager\Channel\Exercise\DeleteController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Exercise\EditController" to "App\Controller\Manager\Channel\Exercise\EditController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction" to "App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Exercise\NewController" to "App\Controller\Manager\Channel\Exercise\NewController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Exercise\ShowController" to "App\Controller\Manager\Channel\Exercise\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Exercise\StartController" to "App\Controller\Manager\Channel\Exercise\StartController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction" to "App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\CollectionAction" to "App\Controller\Manager\Channel\Lesson\CollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\NewController" to "App\Controller\Manager\Channel\Lesson\NewController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\ReviewCollectionController" to "App\Controller\Manager\Channel\Lesson\ReviewCollectionController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\ShareController" to "App\Controller\Manager\Channel\Lesson\ShareController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\ShowController" to "App\Controller\Manager\Channel\Lesson\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\ToggleAction" to "App\Controller\Manager\Channel\Lesson\ToggleAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction" to "App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Module\CollectionAction" to "App\Controller\Manager\Channel\Module\CollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Module\GetAction" to "App\Controller\Manager\Channel\Module\GetAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Module\NewController" to "App\Controller\Manager\Channel\Module\NewController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Module\ShareController" to "App\Controller\Manager\Channel\Module\ShareController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Module\ShowController" to "App\Controller\Manager\Channel\Module\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Module\ShowWithoutTrainingController" to "App\Controller\Manager\Channel\Module\ShowWithoutTrainingController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Module\ToggleAction" to "App\Controller\Manager\Channel\Module\ToggleAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController" to "App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController" to "App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController" to "App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController" to "App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController" to "App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController" to "App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase" to "App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController" to "App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\PracticalCase\EditController" to "App\Controller\Manager\Channel\PracticalCase\EditController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\PracticalCase\NewController" to "App\Controller\Manager\Channel\PracticalCase\NewController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\PracticalCase\ReattributeController" to "App\Controller\Manager\Channel\PracticalCase\ReattributeController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\PracticalCase\ShowController" to "App\Controller\Manager\Channel\PracticalCase\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Training\CollectionAction" to "App\Controller\Manager\Channel\Training\CollectionAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Training\EditController" to "App\Controller\Manager\Channel\Training\EditController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Training\GetAction" to "App\Controller\Manager\Channel\Training\GetAction".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Training\NewController" to "App\Controller\Manager\Channel\Training\NewController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Training\ShareController" to "App\Controller\Manager\Channel\Training\ShareController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Training\ShowController" to "App\Controller\Manager\Channel\Training\ShowController".
Inlined service ".service_locator.hiR71q0.App\Controller\Manager\Channel\Training\ToggleAction" to "App\Controller\Manager\Channel\Training\ToggleAction".
Inlined service ".service_locator.hiR71q0.App\Controller\TemplateCustomController" to "App\Controller\TemplateCustomController".
Inlined service "App\Service\ShareContent\SharedChannelService" to "App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber".
Inlined service "App\Enum\ScholarTrainingDiplomaEnum" to "App\Service\Scholar\TrainingService".
Inlined service "App\Service\Achievement\AchievementTimeManager" to "App\Twig\Runtime\Achievement\AchievementTimeLogRuntime".
Inlined service "App\Service\Achievement\AchievementStatCalculator" to "App\Twig\Runtime\Achievement\ProgressionRuntime".
Inlined service "App\Enum\PracticalCaseResponseStatusEnum" to "App\Twig\Runtime\AssignableRuntime".
Inlined service "Redis" to "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler".
Inlined service "Nellapp\Bundle\SDKBundle\Menu\MenuBuilder" to "app.menu_builder".
Inlined service "app.menu_builder" to "app.nellapp_side_nav".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_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._version_common" to "assets._package_common".
Inlined service "assets._version_content" to "assets._package_content".
Inlined service "assets._version_vendor" to "assets._package_vendor".
Inlined service "assets._version_backoffice" to "assets._package_backoffice".
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.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
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 "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader" to "routing.resolver".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader" to "routing.resolver".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader" 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.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.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 "Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer" to "serializer".
Inlined service "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer" to "serializer".
Inlined service "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer" 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.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 "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.native".
Inlined service ".service_locator.ZOHvDA0" 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.XyVgZwM" 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.qWEFo0s" 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.EGy7w1b" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
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 "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\Extension\Account\GetAvatarExtension" to "twig".
Inlined service "App\Twig\Extension\Account\GetCountAnswersExtension" to "twig".
Inlined service "App\Twig\Extension\Account\NotificationExtension" to "twig".
Inlined service "App\Twig\Extension\Achievement\AchievementTimeLogExtension" to "twig".
Inlined service "App\Twig\Extension\Achievement\ProgressionExtension" to "twig".
Inlined service "App\Twig\Extension\AdviceExtension" to "twig".
Inlined service "App\Twig\Extension\AssignableExtension" to "twig".
Inlined service "App\Twig\Extension\Channel\ChannelDescriptionExtension" to "twig".
Inlined service "App\Twig\Extension\Channel\ChannelTrainingsExtension" to "twig".
Inlined service "App\Twig\Extension\Channel\ChannelUserCheckExtension" to "twig".
Inlined service "App\Twig\Extension\Channel\SharedChannelExtension" to "twig".
Inlined service "App\Twig\Extension\ChannelExtension" to "twig".
Inlined service "App\Twig\Extension\CountryExtension" to "twig".
Inlined service "App\Twig\Extension\DateDiffExtension" to "twig".
Inlined service "App\Twig\Extension\DateDiffShortExtension" to "twig".
Inlined service "App\Twig\Extension\EntityExtension" to "twig".
Inlined service "App\Twig\Extension\EnumKeyTransExtension" to "twig".
Inlined service "App\Twig\Extension\FileExtension" to "twig".
Inlined service "App\Twig\Extension\FooterExtension" to "twig".
Inlined service "App\Twig\Extension\Forum\MessageExtension" to "twig".
Inlined service "App\Twig\Extension\ImageExtension" to "twig".
Inlined service "App\Twig\Extension\LockContentExtension" to "twig".
Inlined service "App\Twig\Extension\Manager\ScholarCounterExtension" to "twig".
Inlined service "App\Twig\Extension\Manager\ScholarLinkExtension" to "twig".
Inlined service "App\Twig\Extension\Manager\ScholarPermissionCounterExtension" to "twig".
Inlined service "App\Twig\Extension\RatingExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarChapterExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarExerciseExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarLessonExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarModuleExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarNavigationExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarPracticalCaseExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarStatusExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarTrainingExtension" to "twig".
Inlined service "App\Twig\Extension\Scholar\ScholarTrainingTypeExtension" to "twig".
Inlined service "App\Twig\Extension\SearchExtension" to "twig".
Inlined service "App\Twig\Extension\SecondsToFormattedStringExtension" to "twig".
Inlined service "App\Twig\Extension\SnackExtension" to "twig".
Inlined service "App\Twig\Extension\TimerExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "jms_serializer.twig_extension.serializer" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension" to "twig".
Inlined service "Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension" to "twig".
Inlined service "time.twig.extension.time" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service ".service_locator.9LSG395" to "twig.runtime_loader".
Inlined service "twig.form.engine" to "twig.form.renderer".
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.8OwOtDk" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.pG6eAYv" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.firewall.map.config.reverse_sync_doc" to "security.firewall.map.context.reverse_sync_doc".
Inlined service "debug.security.firewall.authenticator.reverse_sync.inner" to "debug.security.firewall.authenticator.reverse_sync".
Inlined service "security.exception_listener.reverse_sync" to "security.firewall.map.context.reverse_sync".
Inlined service "security.firewall.map.config.reverse_sync" to "security.firewall.map.context.reverse_sync".
Inlined service "debug.security.firewall.authenticator.internal_api.inner" to "debug.security.firewall.authenticator.internal_api".
Inlined service "security.exception_listener.internal_api" to "security.firewall.map.context.internal_api".
Inlined service "security.firewall.map.config.internal_api" to "security.firewall.map.context.internal_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 "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\CoreAuthenticator" to "security.authenticator.guard.main.0".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.AAQl8Yu" 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.ordnyLw" 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.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.Aq8sLzG" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "App\Fixtures\Processor\ChannelImageProcessor" to "fidry_alice_data_fixtures.doctrine.persister_loader".
Inlined service "App\Fixtures\Processor\EaseUuidProcessor" to "fidry_alice_data_fixtures.doctrine.persister_loader".
Inlined service "Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor" to "fidry_alice_data_fixtures.doctrine.persister_loader".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.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 "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "oneup_uploader.storage.channel_images" to "oneup_uploader.controller.channel_images".
Inlined service "oneup_uploader.storage.user_avatar" to "oneup_uploader.controller.user_avatar".
Inlined service "oneup_uploader.storage.practical_case_response_file" to "oneup_uploader.orphanage.practical_case_response_file".
Inlined service "oneup_uploader.storage.practical_case_resource_file" to "oneup_uploader.orphanage.practical_case_resource_file".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service ".service_locator._ow1Zel" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~vGDQfbm" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.27l0tcN" to "jms_serializer.event_dispatcher".
Inlined service ".service_locator.U2.mpZc" to "jms_serializer.handler_registry".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" 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 "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 "DrosalysWeb\ObjectExtensions\Bridge\Symfony\LazyChainBlamer" to "DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber".
Inlined service "DrosalysWeb\ObjectExtensions\Slug\Slugger" to "DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber".
Inlined service "DrosalysWeb\ObjectExtensions\Slug\HierarchySlugger" to "DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber".
Inlined service "Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface" to "Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.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 ".service_locator.ndVqCXg.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction" to "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction".
Inlined service "Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient" to "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController".
Inlined service ".service_locator.ndVqCXg.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController" to "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController".
Inlined service ".service_locator.ndVqCXg.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction" to "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction".
Inlined service ".service_locator.ndVqCXg.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction" to "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction".
Inlined service ".service_locator.ndVqCXg.Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction" to "Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EmptyChannelMenuDisplayed" to "Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService".
Inlined service "Nellapp\Bundle\SDKBundle\ApiInternal\Client\ApiInternalClient" to "Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService".
Inlined service ".service_locator.ImqoXUA.Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController" to "Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController".
Inlined service ".service_locator.ImqoXUA.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction" to "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction".
Inlined service ".service_locator.ImqoXUA.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction" to "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction".
Inlined service ".service_locator.ImqoXUA.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction" to "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction".
Inlined service ".service_locator.ImqoXUA.Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction" to "Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelPermissionService" to "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelResourcePermissionService" to "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelResourceToChannelPermissionManager" to "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelPermissionService".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\SharableChannelResourcePermissionManager" to "Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelResourcePermissionService".
Inlined service "Nellapp\Bundle\SDKBundle\Form\Service\FormService" to "Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime".
Inlined service "Nellapp\Bundle\SDKBundle\Pagination\Paginator" to "Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime".
Inlined service "Nellapp\Bundle\SDKBundle\Version\Version" to "Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime".
Inlined service ".service_locator.Sa9Ws36" to "Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService".
Inlined service "Nellapp\Bundle\SDKBundle\Uploader\NellappFileStorageConfig" to "Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService".
Inlined service "nellapp_sdk.menu_builder" to "nellapp_sdk.side_nav".
Inlined service ".service_locator.GNc8e5B.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction" to "Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction".
Inlined service ".service_locator.GNc8e5B.Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction" to "Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction".
Inlined service "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\UserRetriever\DoctrineUserRetriever" to "Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\CoreAuthenticator".
Inlined service "Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorManager" to "Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand".
Inlined service "Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager" to "Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand".
Inlined service "Nellapp\Bundle\SDKBundle\Sync\ApiClient\Routing\RouteClient" to "Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator".
Inlined service "nellapp_sdk.assets._version_core" to "nellapp_sdk.assets._package_core".
Inlined service "time.datetime_formatter" to "time.twig.extension.time".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.nellapp".
Inlined service "knpu.oauth2.provider.nellapp" to "knpu.oauth2.client.nellapp".
Inlined service "Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter.inner" to "Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter".
Inlined service "serializer.name_converter.camel_case_to_snake_case" to "Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer".
Inlined service "drosalys_form.async.entity_manager" to "DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType".
Inlined service "drosalys_form.select_or_create.entity_manager" to "DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.request_method.symfony_http_client" to "karser_recaptcha3.google.recaptcha".
Inlined service ".service_locator.zD_IN2E" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.component_stack" to "ux.twig_component.component_renderer".
Inlined service ".service_locator.URmHf99.ux.twig_component.twig.component_extension" to "ux.twig_component.twig.component_extension".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "spiriit_form_filter.form_data_extractor" to "spiriit_form_filter.query_builder_updater".
Inlined service "spiriit_form_filter.data_extraction_method.default" to "spiriit_form_filter.form_data_extractor".
Inlined service "spiriit_form_filter.data_extraction_method.text" to "spiriit_form_filter.form_data_extractor".
Inlined service "spiriit_form_filter.data_extraction_method.key_values" to "spiriit_form_filter.form_data_extractor".
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 "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.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver.inner" to "debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver".
Inlined service "debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver.inner" to "debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver".
Inlined service "debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver.inner" to "debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver".
Inlined service "debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver.inner" to "debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver".
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 "Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler" to ".messenger.handler_descriptor.rUCyI0M".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\Channel\CanShareContentVoter" to "debug.security.voter.App\Security\Voter\Channel\CanShareContentVoter".
Inlined service "App\Security\Voter\Scholar\Front\LessonVoter" to "debug.security.voter.App\Security\Voter\Scholar\Front\LessonVoter".
Inlined service "App\Security\Voter\Scholar\Front\ModuleVoter" to "debug.security.voter.App\Security\Voter\Scholar\Front\ModuleVoter".
Inlined service "App\Security\Voter\Scholar\Front\TrainingVoter" to "debug.security.voter.App\Security\Voter\Scholar\Front\TrainingVoter".
Inlined service "App\Security\Voter\Scholar\Manager\LockContentVoter" to "debug.security.voter.App\Security\Voter\Scholar\Manager\LockContentVoter".
Inlined service "App\Security\Voter\Scholar\PracticalCaseUserVoter" to "debug.security.voter.App\Security\Voter\Scholar\PracticalCaseUserVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter".
Inlined service "Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter" to "debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.ET8wGqN" to ".service_locator.ET8wGqN.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service ".service_locator.URmHf99" to ".service_locator.URmHf99.ux.twig_component.twig.component_extension".
Inlined service "security.authenticator.manager.reverse_sync" to "debug.security.firewall.authenticator.reverse_sync.inner".
Inlined service "security.authenticator.manager.internal_api" to "debug.security.firewall.authenticator.internal_api.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter.inner".
Inlined service "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface" to "debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.y1KiP5N" to "console.command_loader".
Inlined service ".service_locator.ET8wGqN.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 "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem" to "Faker\Generator".
Inlined service "Nellapp\Bundle\SDKBundle\Fixture\Provider\Image" to "Faker\Generator".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
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 "oneup_flysystem.practical_case_adapter_adapter" to "practicalCase_filesystem".
Inlined service "oneup_flysystem.practical_case_response_adapter_adapter" to "practicalCaseResponse_filesystem".
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 "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 "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.handler_registry" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.handler_registry" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
1
Tag "oneup_uploader.routable" was defined on service(s) "oneup_uploader.controller.channel_images", "oneup_uploader.controller.user_avatar", "oneup_uploader.controller.practical_case_response_file", "oneup_uploader.controller.practical_case_resource_file", but was never used. Did you mean "oneup_uploader.controller"?