Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "LightSaml\SymfonyBridgeBundle\DependencyInjection\LightSamlSymfonyBridgeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "LightSaml\SpBundle\DependencyInjection\LightSamlSpExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Limenius\LiformBundle\DependencyInjection\LimeniusLiformExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Nelmio\SecurityBundle\DependencyInjection\NelmioSecurityExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "LightSaml\SymfonyBridgeBundle\DependencyInjection\Compiler\AddMethodCallCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Limenius\LiformBundle\DependencyInjection\Compiler\TransformerCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Limenius\LiformBundle\DependencyInjection\Compiler\ExtensionCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Nelmio\SecurityBundle\DependencyInjection\Compiler\UAParserCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Nelmio\SecurityBundle\DependencyInjection\Compiler\CspReportFilterCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Valt\CamBundle\Validator\Constraints\Template\CommentTemplateDataValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in child class "Valt\BasicBundle\Form\Type\StaticImageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.4: Not configuring explicitly the provider for the "secured_api_v3" firewall is deprecated because it's ambiguous as there is more than one registered provider. Set the "provider" key to one of the configured providers, even if your custom authenticators don't use it.
Since symfony/security-bundle 5.4: Not configuring explicitly the provider for the "main" firewall is deprecated because it's ambiguous as there is more than one registered provider. Set the "provider" key to one of the configured providers, even if your custom authenticators don't use it.
Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::buildHeaderValue(): Implicitly marking parameter $signatures as nullable is deprecated, the explicit nullable type must be used instead
Limenius\Liform\Transformer\CompoundTransformer::__construct(): Implicitly marking parameter $validatorGuesser as nullable is deprecated, the explicit nullable type must be used instead
Limenius\Liform\Transformer\AbstractTransformer::__construct(): Implicitly marking parameter $validatorGuesser as nullable is deprecated, the explicit nullable type must be used instead
Limenius\Liform\Transformer\ArrayTransformer::__construct(): Implicitly marking parameter $validatorGuesser as nullable is deprecated, the explicit nullable type must be used instead
LightSaml\Store\Credential\Factory\CredentialFactory::buildFromOwnCredentialStore(): Implicitly marking parameter $extraCredentials as nullable is deprecated, the explicit nullable type must be used instead
LightSaml\Store\Credential\Factory\CredentialFactory::build(): Implicitly marking parameter $extraCredentials as nullable is deprecated, the explicit nullable type must be used instead
LightSaml\Binding\BindingFactory::__construct(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used instead
LightSaml\Binding\BindingFactory::setEventDispatcher(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used instead
LightSaml\Provider\NameID\FixedNameIdProvider::__construct(): Implicitly marking parameter $nameId as nullable is deprecated, the explicit nullable type must be used instead
LightSaml\Provider\NameID\FixedNameIdProvider::setNameId(): Implicitly marking parameter $nameId as nullable is deprecated, the explicit nullable type must be used instead
LightSaml\SpBundle\Security\Http\Authenticator\SamlServiceProviderAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/serializer 6.2: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead. It is being referenced by the "Valt\Template\Application\Serializer\TemplateImportNormalizer" service.
Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::buildHeaders(): Implicitly marking parameter $signatures as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\Form\AbstractTypeExtension::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "Limenius\Liform\Form\Extension\AddLiformExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager::__construct(): Implicitly marking parameter $uaParser as nullable is deprecated, the explicit nullable type must be used instead
Nelmio\SecurityBundle\Controller\ContentSecurityPolicyController::__construct(): Implicitly marking parameter $filter as nullable is deprecated, the explicit nullable type must be used instead
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer" is deprecated.
Log messages generated during the compilation of the service container.
Messages
Class
1726
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.max_size_handler_main" (parent: .abstract.instanceof.max_size_handler_main).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_main" (parent: .instanceof.Monolog\ResettableInterface.0.max_size_handler_main).
Resolving inheritance for "max_size_handler_main" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_main).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.max_size_handler_fs" (parent: .abstract.instanceof.max_size_handler_fs).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_fs" (parent: .instanceof.Monolog\ResettableInterface.0.max_size_handler_fs).
Resolving inheritance for "max_size_handler_fs" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_fs).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.max_size_handler_csp_reports" (parent: .abstract.instanceof.max_size_handler_csp_reports).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_csp_reports" (parent: .instanceof.Monolog\ResettableInterface.0.max_size_handler_csp_reports).
Resolving inheritance for "max_size_handler_csp_reports" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_csp_reports).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.max_size_handler_deprecation" (parent: .abstract.instanceof.max_size_handler_deprecation).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_deprecation" (parent: .instanceof.Monolog\ResettableInterface.0.max_size_handler_deprecation).
Resolving inheritance for "max_size_handler_deprecation" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_deprecation).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished.0.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished" (parent: .abstract.instanceof.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished).
Resolving inheritance for "Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished" (parent: .instanceof.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished.0.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents.0.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents" (parent: .abstract.instanceof.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents).
Resolving inheritance for "Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents" (parent: .instanceof.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents.0.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener.0.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener" (parent: .abstract.instanceof.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener).
Resolving inheritance for "Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener" (parent: .instanceof.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener.0.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced.0.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced" (parent: .abstract.instanceof.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced).
Resolving inheritance for "Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced" (parent: .instanceof.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced.0.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities.0.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities" (parent: .abstract.instanceof.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities).
Resolving inheritance for "Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities" (parent: .instanceof.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities.0.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Application\UseCase\RefreshParticipant.0.Valt\Cue\Activity\Application\UseCase\RefreshParticipant" (parent: .abstract.instanceof.Valt\Cue\Activity\Application\UseCase\RefreshParticipant).
Resolving inheritance for "Valt\Cue\Activity\Application\UseCase\RefreshParticipant" (parent: .instanceof.Valt\Cue\Activity\Application\UseCase\RefreshParticipant.0.Valt\Cue\Activity\Application\UseCase\RefreshParticipant).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Activity\Infrastructure\Repository\ActivityRepository" (parent: .abstract.instanceof.Valt\Cue\Activity\Infrastructure\Repository\ActivityRepository).
Resolving inheritance for "Valt\Cue\Activity\Infrastructure\Repository\ActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Activity\Infrastructure\Repository\ActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Activity\Infrastructure\Repository\FlowRepository" (parent: .abstract.instanceof.Valt\Cue\Activity\Infrastructure\Repository\FlowRepository).
Resolving inheritance for "Valt\Cue\Activity\Infrastructure\Repository\FlowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Activity\Infrastructure\Repository\FlowRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter" (parent: .abstract.instanceof.Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter).
Resolving inheritance for "Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter" (parent: .abstract.instanceof.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter).
Resolving inheritance for "Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter" (parent: .abstract.instanceof.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter).
Resolving inheritance for "Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController.0.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\ActivityJoinController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController.0.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPingController.0.Valt\Cue\Activity\Presentation\Controller\ActivityPingController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPingController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\ActivityPingController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPingController.0.Valt\Cue\Activity\Presentation\Controller\ActivityPingController).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController.0.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController.0.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityViewController.0.Valt\Cue\Activity\Presentation\Controller\ActivityViewController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityViewController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\ActivityViewController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityViewController.0.Valt\Cue\Activity\Presentation\Controller\ActivityViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController.0.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController.0.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController.0.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController.0.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController.0.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController.0.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController.0.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController" (parent: .abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController).
Resolving inheritance for "Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController" (parent: .instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController.0.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\Cue\Session\Infrastructure\DataFixtures\SessionFixtures" (parent: .abstract.instanceof.Valt\Cue\Session\Infrastructure\DataFixtures\SessionFixtures).
Resolving inheritance for "Valt\Cue\Session\Infrastructure\DataFixtures\SessionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\Cue\Session\Infrastructure\DataFixtures\SessionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\Cue\Session\Infrastructure\DataFixtures\SessionTrackFixtures" (parent: .abstract.instanceof.Valt\Cue\Session\Infrastructure\DataFixtures\SessionTrackFixtures).
Resolving inheritance for "Valt\Cue\Session\Infrastructure\DataFixtures\SessionTrackFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\Cue\Session\Infrastructure\DataFixtures\SessionTrackFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Session\Infrastructure\Repository\SessionRepository" (parent: .abstract.instanceof.Valt\Cue\Session\Infrastructure\Repository\SessionRepository).
Resolving inheritance for "Valt\Cue\Session\Infrastructure\Repository\SessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Session\Infrastructure\Repository\SessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Session\Infrastructure\Repository\SessionTrackRepository" (parent: .abstract.instanceof.Valt\Cue\Session\Infrastructure\Repository\SessionTrackRepository).
Resolving inheritance for "Valt\Cue\Session\Infrastructure\Repository\SessionTrackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Session\Infrastructure\Repository\SessionTrackRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\Cue\Session\Infrastructure\Validator\Constraints\LessThanOrEqualTemplateDurationValidator" (parent: .abstract.instanceof.Valt\Cue\Session\Infrastructure\Validator\Constraints\LessThanOrEqualTemplateDurationValidator).
Resolving inheritance for "Valt\Cue\Session\Infrastructure\Validator\Constraints\LessThanOrEqualTemplateDurationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\Cue\Session\Infrastructure\Validator\Constraints\LessThanOrEqualTemplateDurationValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\Cue\Session\Infrastructure\Validator\Constraints\UniqueNotificationValidator" (parent: .abstract.instanceof.Valt\Cue\Session\Infrastructure\Validator\Constraints\UniqueNotificationValidator).
Resolving inheritance for "Valt\Cue\Session\Infrastructure\Validator\Constraints\UniqueNotificationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\Cue\Session\Infrastructure\Validator\Constraints\UniqueNotificationValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController).
Resolving inheritance for "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\NotificationType" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\NotificationType).
Resolving inheritance for "Valt\Cue\Session\Presentation\Form\Type\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\NotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionAssignmentType" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\SessionAssignmentType).
Resolving inheritance for "Valt\Cue\Session\Presentation\Form\Type\SessionAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionAssignmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionTrackType" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\SessionTrackType).
Resolving inheritance for "Valt\Cue\Session\Presentation\Form\Type\SessionTrackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionTrackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionType" (parent: .abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\SessionType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\Cue\Session\Presentation\Form\Type\SessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionType).
Resolving inheritance for "Valt\Cue\Session\Presentation\Form\Type\SessionType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\Cue\Session\Presentation\Form\Type\SessionType).
Resolving inheritance for ".instanceof.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger.0.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger" (parent: .abstract.instanceof.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger).
Resolving inheritance for "Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger" (parent: .instanceof.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger.0.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger).
Resolving inheritance for ".instanceof.Valt\Shared\Infrastructure\Listener\WebsocketEventListener.0.Valt\Shared\Infrastructure\Listener\WebsocketEventListener" (parent: .abstract.instanceof.Valt\Shared\Infrastructure\Listener\WebsocketEventListener).
Resolving inheritance for "Valt\Shared\Infrastructure\Listener\WebsocketEventListener" (parent: .instanceof.Valt\Shared\Infrastructure\Listener\WebsocketEventListener.0.Valt\Shared\Infrastructure\Listener\WebsocketEventListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Valt\Shared\Infrastructure\Service\Delayer" (parent: .abstract.instanceof.Valt\Shared\Infrastructure\Service\Delayer).
Resolving inheritance for "Valt\Shared\Infrastructure\Service\Delayer" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Valt\Shared\Infrastructure\Service\Delayer).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Shared\Presentation\Form\Type\SoundEnumType" (parent: .abstract.instanceof.Valt\Shared\Presentation\Form\Type\SoundEnumType).
Resolving inheritance for "Valt\Shared\Presentation\Form\Type\SoundEnumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Shared\Presentation\Form\Type\SoundEnumType).
Resolving inheritance for ".instanceof.Valt\Template\Application\EventListener\TemplateAwareListener.0.Valt\Template\Application\EventListener\TemplateAwareListener" (parent: .abstract.instanceof.Valt\Template\Application\EventListener\TemplateAwareListener).
Resolving inheritance for "Valt\Template\Application\EventListener\TemplateAwareListener" (parent: .instanceof.Valt\Template\Application\EventListener\TemplateAwareListener.0.Valt\Template\Application\EventListener\TemplateAwareListener).
Resolving inheritance for ".instanceof.Valt\Template\Application\EventListener\TemplateFieldImageFileMover.0.Valt\Template\Application\EventListener\TemplateFieldImageFileMover" (parent: .abstract.instanceof.Valt\Template\Application\EventListener\TemplateFieldImageFileMover).
Resolving inheritance for "Valt\Template\Application\EventListener\TemplateFieldImageFileMover" (parent: .instanceof.Valt\Template\Application\EventListener\TemplateFieldImageFileMover.0.Valt\Template\Application\EventListener\TemplateFieldImageFileMover).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\DelegatingFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\DelegatingFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\DelegatingFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\DelegatingFormFieldMapper).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\DescriptionFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\DescriptionFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\DescriptionFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\DescriptionFormFieldMapper).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\ImageFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\ImageFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\ImageFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\ImageFormFieldMapper).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\NoteFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\NoteFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\NoteFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\NoteFormFieldMapper).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\ScoredSelectFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\ScoredSelectFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\ScoredSelectFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\ScoredSelectFormFieldMapper).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\SelectFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\SelectFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\SelectFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\SelectFormFieldMapper).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\StaticTextFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\StaticTextFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\StaticTextFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\StaticTextFormFieldMapper).
Resolving inheritance for ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\TextFormFieldMapper" (parent: .abstract.instanceof.Valt\Template\Application\Mapper\Form\TextFormFieldMapper).
Resolving inheritance for "Valt\Template\Application\Mapper\Form\TextFormFieldMapper" (parent: .instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\TextFormFieldMapper).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Valt\Template\Application\Serializer\TemplateImportNormalizer" (parent: .abstract.instanceof.Valt\Template\Application\Serializer\TemplateImportNormalizer).
Resolving inheritance for ".instanceof.Valt\Template\Application\Serializer\TemplateImportNormalizer.0.Valt\Template\Application\Serializer\TemplateImportNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Valt\Template\Application\Serializer\TemplateImportNormalizer).
Resolving inheritance for "Valt\Template\Application\Serializer\TemplateImportNormalizer" (parent: .instanceof.Valt\Template\Application\Serializer\TemplateImportNormalizer.0.Valt\Template\Application\Serializer\TemplateImportNormalizer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Template\Infrastructure\Repository\TemplateFieldRepository" (parent: .abstract.instanceof.Valt\Template\Infrastructure\Repository\TemplateFieldRepository).
Resolving inheritance for "Valt\Template\Infrastructure\Repository\TemplateFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Template\Infrastructure\Repository\TemplateFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Template\Infrastructure\Repository\TemplateRepository" (parent: .abstract.instanceof.Valt\Template\Infrastructure\Repository\TemplateRepository).
Resolving inheritance for "Valt\Template\Infrastructure\Repository\TemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Template\Infrastructure\Repository\TemplateRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\StaticImageViewController" (parent: .abstract.instanceof.Valt\Template\Presentation\Controller\StaticImageViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\StaticImageViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\StaticImageViewController).
Resolving inheritance for "Valt\Template\Presentation\Controller\StaticImageViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\StaticImageViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\TemplateAdminController" (parent: .abstract.instanceof.Valt\Template\Presentation\Controller\TemplateAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\TemplateAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\TemplateAdminController).
Resolving inheritance for "Valt\Template\Presentation\Controller\TemplateAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\TemplateAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\TemplateController" (parent: .abstract.instanceof.Valt\Template\Presentation\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\TemplateController).
Resolving inheritance for "Valt\Template\Presentation\Controller\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\TemplateController).
Resolving inheritance for ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\DelegatingFieldFormTypeFactory" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Factory\DelegatingFieldFormTypeFactory).
Resolving inheritance for "Valt\Template\Presentation\Form\Factory\DelegatingFieldFormTypeFactory" (parent: .instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\DelegatingFieldFormTypeFactory).
Resolving inheritance for ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\DescriptionFieldFormTypeFactory" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Factory\DescriptionFieldFormTypeFactory).
Resolving inheritance for "Valt\Template\Presentation\Form\Factory\DescriptionFieldFormTypeFactory" (parent: .instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\DescriptionFieldFormTypeFactory).
Resolving inheritance for ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\ImageFieldFormTypeFactory" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Factory\ImageFieldFormTypeFactory).
Resolving inheritance for "Valt\Template\Presentation\Form\Factory\ImageFieldFormTypeFactory" (parent: .instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\ImageFieldFormTypeFactory).
Resolving inheritance for ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\NoteFieldFormTypeFactory" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Factory\NoteFieldFormTypeFactory).
Resolving inheritance for "Valt\Template\Presentation\Form\Factory\NoteFieldFormTypeFactory" (parent: .instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\NoteFieldFormTypeFactory).
Resolving inheritance for ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\SelectFieldFormTypeFactory" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Factory\SelectFieldFormTypeFactory).
Resolving inheritance for "Valt\Template\Presentation\Form\Factory\SelectFieldFormTypeFactory" (parent: .instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\SelectFieldFormTypeFactory).
Resolving inheritance for ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\StaticTextFieldFormTypeFactory" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Factory\StaticTextFieldFormTypeFactory).
Resolving inheritance for "Valt\Template\Presentation\Form\Factory\StaticTextFieldFormTypeFactory" (parent: .instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\StaticTextFieldFormTypeFactory).
Resolving inheritance for ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\TextFieldFormTypeFactory" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Factory\TextFieldFormTypeFactory).
Resolving inheritance for "Valt\Template\Presentation\Form\Factory\TextFieldFormTypeFactory" (parent: .instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\TextFieldFormTypeFactory).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Template\Presentation\Form\Type\TemplateFormType" (parent: .abstract.instanceof.Valt\Template\Presentation\Form\Type\TemplateFormType).
Resolving inheritance for "Valt\Template\Presentation\Form\Type\TemplateFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Template\Presentation\Form\Type\TemplateFormType).
Resolving inheritance for ".instanceof.Valt\User\Presentation\Controller\Security\LogoutController.0.Valt\User\Presentation\Controller\Security\LogoutController" (parent: .abstract.instanceof.Valt\User\Presentation\Controller\Security\LogoutController).
Resolving inheritance for "Valt\User\Presentation\Controller\Security\LogoutController" (parent: .instanceof.Valt\User\Presentation\Controller\Security\LogoutController.0.Valt\User\Presentation\Controller\Security\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\CamerasController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\CamerasController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\CamerasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\CamerasController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\CamerasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\CamerasController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\GeneralController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\GeneralController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\GeneralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\GeneralController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\GeneralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\GeneralController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\LogsController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\LogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\LogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\LogsController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\LogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\LogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\MediaServerController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\MediaServerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\MediaServerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\MediaServerController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\MediaServerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\MediaServerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\RoomsController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\RoomsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\RoomsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\RoomsController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\RoomsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\RoomsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\TemplatesController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\TemplatesController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\UserGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\UsersController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\UsersController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Admin\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\UsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\AnnouncementController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\AnnouncementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\AnnouncementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\AnnouncementController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\AnnouncementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\AnnouncementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Audio\AudioController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Audio\AudioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Audio\AudioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Audio\AudioController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Audio\AudioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Audio\AudioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\AuthController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\AuthController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Comment\CommentController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Comment\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Comment\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Comment\CommentController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Comment\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Comment\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\FilterController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\FilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\FilterController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\FilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\HelpController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\HelpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\HelpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\HelpController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\HelpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\HelpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\AddPresetController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\AddPresetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\AddPresetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\AddPresetController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Preset\AddPresetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\AddPresetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Preset\DeletePresetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Preset\GetPresetsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Record\DownloadVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\UploadRecordController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Record\UploadRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\UploadRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\UploadRecordController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Record\UploadRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\UploadRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\UploadVideoController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Record\UploadVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\UploadVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\UploadVideoController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Record\UploadVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\UploadVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\ReviewController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\ReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\ReviewController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\ReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\RightController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\RightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\RightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\RightController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\RightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\RightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\RoomController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\RoomController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\ScheduleController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\ScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\ScheduleController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\ScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Template\TemplateController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\Template\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Template\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Template\TemplateController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\Template\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Template\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\TemplateController" (parent: .abstract.instanceof.Valt\ApiBundle\Controller\v3\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\TemplateController).
Resolving inheritance for "Valt\ApiBundle\Controller\v3\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\GenerateDeviceLicensesKeyCommand" (parent: .abstract.instanceof.Valt\BasicBundle\Command\GenerateDeviceLicensesKeyCommand).
Resolving inheritance for "Valt\BasicBundle\Command\GenerateDeviceLicensesKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\GenerateDeviceLicensesKeyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\InitializeCommand" (parent: .abstract.instanceof.Valt\BasicBundle\Command\InitializeCommand).
Resolving inheritance for "Valt\BasicBundle\Command\InitializeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\InitializeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\MoveThumbnailsCommand" (parent: .abstract.instanceof.Valt\BasicBundle\Command\MoveThumbnailsCommand).
Resolving inheritance for "Valt\BasicBundle\Command\MoveThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\MoveThumbnailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\KeySetListCommand" (parent: .abstract.instanceof.Valt\BasicBundle\Command\Security\KeySetListCommand).
Resolving inheritance for "Valt\BasicBundle\Command\Security\KeySetListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\KeySetListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\KeySetRotatorCommand" (parent: .abstract.instanceof.Valt\BasicBundle\Command\Security\KeySetRotatorCommand).
Resolving inheritance for "Valt\BasicBundle\Command\Security\KeySetRotatorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\KeySetRotatorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\TokenGeneratorCommand" (parent: .abstract.instanceof.Valt\BasicBundle\Command\Security\TokenGeneratorCommand).
Resolving inheritance for "Valt\BasicBundle\Command\Security\TokenGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\TokenGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\AccessController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\AccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\AccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\AccessController).
Resolving inheritance for "Valt\BasicBundle\Controller\AccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\AccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController).
Resolving inheritance for "Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController).
Resolving inheritance for "Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController).
Resolving inheritance for "Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\DefaultController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\DefaultController).
Resolving inheritance for "Valt\BasicBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\GlobalSettingsController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\GlobalSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\GlobalSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\GlobalSettingsController).
Resolving inheritance for "Valt\BasicBundle\Controller\GlobalSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\GlobalSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\LdapServerAdminController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\LdapServerAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\LdapServerAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\LdapServerAdminController).
Resolving inheritance for "Valt\BasicBundle\Controller\LdapServerAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\LdapServerAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Security\JwkSetEndpointController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\Security\JwkSetEndpointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Security\JwkSetEndpointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Security\JwkSetEndpointController).
Resolving inheritance for "Valt\BasicBundle\Controller\Security\JwkSetEndpointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Security\JwkSetEndpointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\TimeController" (parent: .abstract.instanceof.Valt\BasicBundle\Controller\TimeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\TimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\TimeController).
Resolving inheritance for "Valt\BasicBundle\Controller\TimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\TimeController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\BasicBundle\DataFixtures\AnnouncementFixtures" (parent: .abstract.instanceof.Valt\BasicBundle\DataFixtures\AnnouncementFixtures).
Resolving inheritance for "Valt\BasicBundle\DataFixtures\AnnouncementFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\BasicBundle\DataFixtures\AnnouncementFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\BasicBundle\DataFixtures\GlobalSettingsFixtures" (parent: .abstract.instanceof.Valt\BasicBundle\DataFixtures\GlobalSettingsFixtures).
Resolving inheritance for "Valt\BasicBundle\DataFixtures\GlobalSettingsFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\BasicBundle\DataFixtures\GlobalSettingsFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\BasicBundle\Repository\AnnouncementRepository" (parent: .abstract.instanceof.Valt\BasicBundle\Repository\AnnouncementRepository).
Resolving inheritance for "Valt\BasicBundle\Repository\AnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\BasicBundle\Repository\AnnouncementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\BasicBundle\Repository\GlobalSettingsRepository" (parent: .abstract.instanceof.Valt\BasicBundle\Repository\GlobalSettingsRepository).
Resolving inheritance for "Valt\BasicBundle\Repository\GlobalSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\BasicBundle\Repository\GlobalSettingsRepository).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Security\Key\Generator\KeyGeneratorInterface.0.Valt\BasicBundle\Security\Key\Generator\DelegatingKeyGenerator" (parent: .abstract.instanceof.Valt\BasicBundle\Security\Key\Generator\DelegatingKeyGenerator).
Resolving inheritance for "Valt\BasicBundle\Security\Key\Generator\DelegatingKeyGenerator" (parent: .instanceof.Valt\BasicBundle\Security\Key\Generator\KeyGeneratorInterface.0.Valt\BasicBundle\Security\Key\Generator\DelegatingKeyGenerator).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Security\Key\Generator\KeyGeneratorInterface.0.Valt\BasicBundle\Security\Key\Generator\RsaKeyGenerator" (parent: .abstract.instanceof.Valt\BasicBundle\Security\Key\Generator\RsaKeyGenerator).
Resolving inheritance for "Valt\BasicBundle\Security\Key\Generator\RsaKeyGenerator" (parent: .instanceof.Valt\BasicBundle\Security\Key\Generator\KeyGeneratorInterface.0.Valt\BasicBundle\Security\Key\Generator\RsaKeyGenerator).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader" (parent: .abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader).
Resolving inheritance for "Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader" (parent: .instanceof.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader" (parent: .abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader).
Resolving inheritance for "Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader" (parent: .instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader" (parent: .abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader" (parent: .instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader).
Resolving inheritance for "Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader" (parent: .instanceof.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader" (parent: .abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader).
Resolving inheritance for "Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader" (parent: .instanceof.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\JsonFormHandler" (parent: .abstract.instanceof.Valt\BasicBundle\Serializer\JsonFormHandler).
Resolving inheritance for "Valt\BasicBundle\Serializer\JsonFormHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\JsonFormHandler).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\SourceSerializer" (parent: .abstract.instanceof.Valt\BasicBundle\Serializer\SourceSerializer).
Resolving inheritance for "Valt\BasicBundle\Serializer\SourceSerializer" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\SourceSerializer).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\UuidSerializerHandler" (parent: .abstract.instanceof.Valt\BasicBundle\Serializer\UuidSerializerHandler).
Resolving inheritance for "Valt\BasicBundle\Serializer\UuidSerializerHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\UuidSerializerHandler).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\GrantedRightsExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Twig\GrantedRightsExtension).
Resolving inheritance for "Valt\BasicBundle\Twig\GrantedRightsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\GrantedRightsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\NotificationExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Twig\NotificationExtension).
Resolving inheritance for "Valt\BasicBundle\Twig\NotificationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\NotificationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\PHPDateFormatterExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Twig\PHPDateFormatterExtension).
Resolving inheritance for "Valt\BasicBundle\Twig\PHPDateFormatterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\PHPDateFormatterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\TimeIntervalExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Twig\TimeIntervalExtension).
Resolving inheritance for "Valt\BasicBundle\Twig\TimeIntervalExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\TimeIntervalExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\TruncateStringExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Twig\TruncateStringExtension).
Resolving inheritance for "Valt\BasicBundle\Twig\TruncateStringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\TruncateStringExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\AtLeastOneRequiredValidator" (parent: .abstract.instanceof.Valt\BasicBundle\Validator\Constraints\AtLeastOneRequiredValidator).
Resolving inheritance for "Valt\BasicBundle\Validator\Constraints\AtLeastOneRequiredValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\AtLeastOneRequiredValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\JSONWithoutSpecialCharactersValidator" (parent: .abstract.instanceof.Valt\BasicBundle\Validator\Constraints\JSONWithoutSpecialCharactersValidator).
Resolving inheritance for "Valt\BasicBundle\Validator\Constraints\JSONWithoutSpecialCharactersValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\JSONWithoutSpecialCharactersValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\NotBlankIfValidator" (parent: .abstract.instanceof.Valt\BasicBundle\Validator\Constraints\NotBlankIfValidator).
Resolving inheritance for "Valt\BasicBundle\Validator\Constraints\NotBlankIfValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\NotBlankIfValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\UniqueValidator" (parent: .abstract.instanceof.Valt\BasicBundle\Validator\Constraints\UniqueValidator).
Resolving inheritance for "Valt\BasicBundle\Validator\Constraints\UniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\UniqueValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\ValidFileOrSameValidator" (parent: .abstract.instanceof.Valt\BasicBundle\Validator\Constraints\ValidFileOrSameValidator).
Resolving inheritance for "Valt\BasicBundle\Validator\Constraints\ValidFileOrSameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\ValidFileOrSameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\WithoutLeadingZerosValidator" (parent: .abstract.instanceof.Valt\BasicBundle\Validator\Constraints\WithoutLeadingZerosValidator).
Resolving inheritance for "Valt\BasicBundle\Validator\Constraints\WithoutLeadingZerosValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\WithoutLeadingZerosValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\WithoutSpecialCharactersValidator" (parent: .abstract.instanceof.Valt\BasicBundle\Validator\Constraints\WithoutSpecialCharactersValidator).
Resolving inheritance for "Valt\BasicBundle\Validator\Constraints\WithoutSpecialCharactersValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\WithoutSpecialCharactersValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteNotFoundedAudioNotesCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\DeleteNotFoundedAudioNotesCommand).
Resolving inheritance for "Valt\CamBundle\Command\DeleteNotFoundedAudioNotesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteNotFoundedAudioNotesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteOrphanedAudioNotesCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\DeleteOrphanedAudioNotesCommand).
Resolving inheritance for "Valt\CamBundle\Command\DeleteOrphanedAudioNotesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteOrphanedAudioNotesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteOutdatedCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\DeleteOutdatedCommand).
Resolving inheritance for "Valt\CamBundle\Command\DeleteOutdatedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteOutdatedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\LdapSyncCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\LdapSyncCommand).
Resolving inheritance for "Valt\CamBundle\Command\LdapSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\LdapSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\MigrateAllRecordDirectoriesToUuid" (parent: .abstract.instanceof.Valt\CamBundle\Command\MigrateAllRecordDirectoriesToUuid).
Resolving inheritance for "Valt\CamBundle\Command\MigrateAllRecordDirectoriesToUuid" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\MigrateAllRecordDirectoriesToUuid).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\MosaicCreateCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\MosaicCreateCommand).
Resolving inheritance for "Valt\CamBundle\Command\MosaicCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\MosaicCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\RecordEnsurerCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\RecordEnsurerCommand).
Resolving inheritance for "Valt\CamBundle\Command\RecordEnsurerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\RecordEnsurerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\Recorder\RecorderStatusCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\Recorder\RecorderStatusCommand).
Resolving inheritance for "Valt\CamBundle\Command\Recorder\RecorderStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\Recorder\RecorderStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\SchedulerCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\SchedulerCommand).
Resolving inheritance for "Valt\CamBundle\Command\SchedulerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\SchedulerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\ThumbnailCheckInvalidCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\ThumbnailCheckInvalidCommand).
Resolving inheritance for "Valt\CamBundle\Command\ThumbnailCheckInvalidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\ThumbnailCheckInvalidCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\ThumbnailCreatorCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\ThumbnailCreatorCommand).
Resolving inheritance for "Valt\CamBundle\Command\ThumbnailCreatorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\ThumbnailCreatorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\UpdateTranscribingQueueCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\UpdateTranscribingQueueCommand).
Resolving inheritance for "Valt\CamBundle\Command\UpdateTranscribingQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\UpdateTranscribingQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\WowzaStatusRefresherCommand" (parent: .abstract.instanceof.Valt\CamBundle\Command\WowzaStatusRefresherCommand).
Resolving inheritance for "Valt\CamBundle\Command\WowzaStatusRefresherCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\WowzaStatusRefresherCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController).
Resolving inheritance for "Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\Template\TemplateImportController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Admin\Template\TemplateImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\Template\TemplateImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\Template\TemplateImportController).
Resolving inheritance for "Valt\CamBundle\Controller\Admin\Template\TemplateImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\Template\TemplateImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\WowzaAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Admin\WowzaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\WowzaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\WowzaAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\Admin\WowzaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\WowzaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\AlertController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\AlertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\AlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\AlertController).
Resolving inheritance for "Valt\CamBundle\Controller\AlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\AlertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ApiController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ApiController).
Resolving inheritance for "Valt\CamBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\AudioController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\AudioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\AudioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\AudioController).
Resolving inheritance for "Valt\CamBundle\Controller\AudioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\AudioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\BeamDeviceAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\BeamDeviceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\BeamDeviceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\BeamDeviceAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\BeamDeviceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\BeamDeviceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CameraAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\CameraAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraLicenseController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CameraLicenseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraLicenseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraLicenseController).
Resolving inheritance for "Valt\CamBundle\Controller\CameraLicenseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraLicenseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraMatrixController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\CameraMatrixController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraMatrixController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraMatrixController).
Resolving inheritance for "Valt\CamBundle\Controller\CameraMatrixController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraMatrixController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitCrudController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitCrudController).
Resolving inheritance for "Valt\CamBundle\Controller\Circuit\CircuitCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitListController).
Resolving inheritance for "Valt\CamBundle\Controller\Circuit\CircuitListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController).
Resolving inheritance for "Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitViewController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitViewController).
Resolving inheritance for "Valt\CamBundle\Controller\Circuit\CircuitViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentController).
Resolving inheritance for "Valt\CamBundle\Controller\Comment\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentDownloadFileController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentDownloadFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentDownloadFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentDownloadFileController).
Resolving inheritance for "Valt\CamBundle\Controller\Comment\CommentDownloadFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentDownloadFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInObserveListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentInObserveListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInObserveListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInObserveListController).
Resolving inheritance for "Valt\CamBundle\Controller\Comment\CommentInObserveListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInObserveListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInReviewListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentInReviewListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInReviewListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInReviewListController).
Resolving inheritance for "Valt\CamBundle\Controller\Comment\CommentInReviewListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInReviewListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController).
Resolving inheritance for "Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentSettingsController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentSettingsController).
Resolving inheritance for "Valt\CamBundle\Controller\Comment\CommentSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\DeleteRoomAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\DeleteRoomAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\DeleteRoomAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\DeleteRoomAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\DeleteRoomAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\DeleteRoomAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\EdgeCameraAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\EdgeCameraAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\EdgeCameraAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\EdgeCameraAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\EdgeCameraAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\EdgeCameraAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\FilterController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\FilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\FilterController).
Resolving inheritance for "Valt\CamBundle\Controller\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\FilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\GeneralAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\GeneralAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\GeneralAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\GeneralAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\GeneralAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\GeneralAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\HelpAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\HelpAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\HelpAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\HelpAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\HelpAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\HelpAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\HelpContactAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\HelpContactAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\HelpContactAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\HelpContactAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\HelpContactAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\HelpContactAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController).
Resolving inheritance for "Valt\CamBundle\Controller\Live\LiveActivateShareLinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\LiveController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\LiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\LiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\LiveController).
Resolving inheritance for "Valt\CamBundle\Controller\LiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\LiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Observe\DeviceStreamerController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Observe\DeviceStreamerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Observe\DeviceStreamerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Observe\DeviceStreamerController).
Resolving inheritance for "Valt\CamBundle\Controller\Observe\DeviceStreamerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Observe\DeviceStreamerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Observe\JoystickController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Observe\JoystickController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Observe\JoystickController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Observe\JoystickController).
Resolving inheritance for "Valt\CamBundle\Controller\Observe\JoystickController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Observe\JoystickController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\BatchRecordingController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\BatchRecordingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\BatchRecordingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\BatchRecordingController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\BatchRecordingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\BatchRecordingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\PrepareMultiRecordController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\PrepareMultiRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\PrepareMultiRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\PrepareMultiRecordController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\PrepareMultiRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\PrepareMultiRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\PrepareRecordController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\PrepareRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\PrepareRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\PrepareRecordController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\PrepareRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\PrepareRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordActivateShareLinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordCreateController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordCreateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordCreateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordCreateController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordCreateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordCreateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordCutController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordCutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordCutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordCutController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordCutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordCutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordDeleteController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordDeleteController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordEditController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordEditController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordListController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordListExportController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordListExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordListExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordListExportController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordListExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordListExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordMentionListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordMentionListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordMentionListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordMentionListController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordMentionListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordMentionListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordShowController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordShowController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordSyncController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordSyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordSyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordSyncController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordSyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordSyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordUploadController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Record\RecordUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordUploadController).
Resolving inheritance for "Valt\CamBundle\Controller\Record\RecordUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\RecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordController).
Resolving inheritance for "Valt\CamBundle\Controller\RecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordDownloadController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\RecordDownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordDownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordDownloadController).
Resolving inheritance for "Valt\CamBundle\Controller\RecordDownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordDownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordFileController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\RecordFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordFileController).
Resolving inheritance for "Valt\CamBundle\Controller\RecordFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordInfoController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\RecordInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordInfoController).
Resolving inheritance for "Valt\CamBundle\Controller\RecordInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Report\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportController).
Resolving inheritance for "Valt\CamBundle\Controller\Report\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportExportController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Report\ReportExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportExportController).
Resolving inheritance for "Valt\CamBundle\Controller\Report\ReportExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Report\ReportListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportListController).
Resolving inheritance for "Valt\CamBundle\Controller\Report\ReportListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportViewController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Report\ReportViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportViewController).
Resolving inheritance for "Valt\CamBundle\Controller\Report\ReportViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RoamDeviceAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\RoamDeviceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RoamDeviceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RoamDeviceAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\RoamDeviceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RoamDeviceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\MotionDetectionToggleController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Room\MotionDetectionToggleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\MotionDetectionToggleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\MotionDetectionToggleController).
Resolving inheritance for "Valt\CamBundle\Controller\Room\MotionDetectionToggleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\MotionDetectionToggleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\ObserveRoomShowController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Room\ObserveRoomShowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\ObserveRoomShowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\ObserveRoomShowController).
Resolving inheritance for "Valt\CamBundle\Controller\Room\ObserveRoomShowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\ObserveRoomShowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingPauseController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Room\RoomRecordingPauseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingPauseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingPauseController).
Resolving inheritance for "Valt\CamBundle\Controller\Room\RoomRecordingPauseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingPauseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingResumeController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Room\RoomRecordingResumeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingResumeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingResumeController).
Resolving inheritance for "Valt\CamBundle\Controller\Room\RoomRecordingResumeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingResumeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingStopController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Room\RoomRecordingStopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingStopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingStopController).
Resolving inheritance for "Valt\CamBundle\Controller\Room\RoomRecordingStopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingStopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RoomAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\RoomAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RoomAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RoomAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\RoomAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RoomAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ExceptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ExceptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ExceptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ExceptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ExceptionListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ExceptionListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ExceptionListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ExceptionListController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ExceptionListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ExceptionListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDurationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleDurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDurationController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleDurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleListController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleListController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleListExportController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleListExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleListExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleListExportController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleListExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleListExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleOverlapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleStopController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleStopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleStopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleStopController).
Resolving inheritance for "Valt\CamBundle\Controller\Schedule\ScheduleStopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleStopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ScheduleController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ScheduleController).
Resolving inheritance for "Valt\CamBundle\Controller\ScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\StreamAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\StreamAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\StreamAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\StreamAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\StreamAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\StreamAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\EditTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\EditTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\EditTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\EditTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\EditTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\EditTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\GetTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\GetTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\RetryTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\StartTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\StartTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\StartTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\StartTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\StartTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\StartTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController).
Resolving inheritance for "Valt\CamBundle\Controller\Transcription\UploadTranscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\TranscriptionServiceAdminController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\TranscriptionServiceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\TranscriptionServiceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\TranscriptionServiceAdminController).
Resolving inheritance for "Valt\CamBundle\Controller\TranscriptionServiceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\TranscriptionServiceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ViewController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\ViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ViewController).
Resolving inheritance for "Valt\CamBundle\Controller\ViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\CheckLowSpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CutNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\CutNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CutNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CutNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\CutNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CutNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SendWowzaStateController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\SendWowzaStateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SendWowzaStateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SendWowzaStateController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\SendWowzaStateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SendWowzaStateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\StatusNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\StatusNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\StatusNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\StatusNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\StatusNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\StatusNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SyncNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\SyncNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SyncNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SyncNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\SyncNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SyncNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SyncSettingsController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\SyncSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SyncSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SyncSettingsController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\SyncSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SyncSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\AwsController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\AwsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\AwsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\AwsController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaApi\AwsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\AwsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\CameraController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\CameraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\CameraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\CameraController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaApi\CameraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\CameraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\MediaServerController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\MediaServerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\MediaServerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\MediaServerController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaApi\MediaServerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\MediaServerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaApi\StreamingMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApiController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApiController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController" (parent: .abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController).
Resolving inheritance for "Valt\CamBundle\Controller\WowzaNotification\StopNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\AudioFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\AudioFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\AudioFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\AudioFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CalendarConfigFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\CalendarConfigFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\CalendarConfigFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CalendarConfigFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentFileFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\CommentFileFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\CommentFileFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentFileFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\CommentFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\CommentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentTemplateFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\CommentTemplateFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\CommentTemplateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentTemplateFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\DeviceFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\DeviceFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\DeviceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\DeviceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\EvaluationTemplateFieldFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\EvaluationTemplateFieldFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\EvaluationTemplateFieldFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\EvaluationTemplateFieldFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\EvaluationTemplateFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\EvaluationTemplateFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\EvaluationTemplateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\EvaluationTemplateFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\FilterFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\FilterFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\FilterFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\FilterFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\HelpFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\HelpFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\HelpFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\HelpFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\InformationTemplateFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\InformationTemplateFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\InformationTemplateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\InformationTemplateFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\PlayableVideoFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\PlayableVideoFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\PlayableVideoFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\PlayableVideoFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RecordFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\RecordFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\RecordFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RecordFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RecordingFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\RecordingFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\RecordingFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RecordingFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RoomFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\RoomFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\RoomFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RoomFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\ScheduleFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\ScheduleFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\ScheduleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\ScheduleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TemplateFieldFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\TemplateFieldFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\TemplateFieldFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TemplateFieldFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TranscriptFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\TranscriptFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\TranscriptFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TranscriptFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TranscriptionServiceFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\TranscriptionServiceFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\TranscriptionServiceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TranscriptionServiceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\WowzaFixtures" (parent: .abstract.instanceof.Valt\CamBundle\DataFixtures\WowzaFixtures).
Resolving inheritance for "Valt\CamBundle\DataFixtures\WowzaFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\WowzaFixtures).
Resolving inheritance for ".instanceof.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler.0.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler" (parent: .abstract.instanceof.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler).
Resolving inheritance for "Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler" (parent: .instanceof.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler.0.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler).
Resolving inheritance for ".instanceof.Valt\CamBundle\MessageHandler\RedirectHandler.0.Valt\CamBundle\MessageHandler\RedirectHandler" (parent: .abstract.instanceof.Valt\CamBundle\MessageHandler\RedirectHandler).
Resolving inheritance for "Valt\CamBundle\MessageHandler\RedirectHandler" (parent: .instanceof.Valt\CamBundle\MessageHandler\RedirectHandler.0.Valt\CamBundle\MessageHandler\RedirectHandler).
Resolving inheritance for ".instanceof.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler.0.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler" (parent: .abstract.instanceof.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler).
Resolving inheritance for "Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler" (parent: .instanceof.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler.0.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler).
Resolving inheritance for ".instanceof.Valt\CamBundle\MessageHandler\WowzaHandler.0.Valt\CamBundle\MessageHandler\WowzaHandler" (parent: .abstract.instanceof.Valt\CamBundle\MessageHandler\WowzaHandler).
Resolving inheritance for "Valt\CamBundle\MessageHandler\WowzaHandler" (parent: .instanceof.Valt\CamBundle\MessageHandler\WowzaHandler.0.Valt\CamBundle\MessageHandler\WowzaHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\AlertRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\AlertRepository).
Resolving inheritance for "Valt\CamBundle\Repository\AlertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\AlertRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\AudioRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\AudioRepository).
Resolving inheritance for "Valt\CamBundle\Repository\AudioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\AudioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CalendarConfigRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\CalendarConfigRepository).
Resolving inheritance for "Valt\CamBundle\Repository\CalendarConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CalendarConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CommentFileRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\CommentFileRepository).
Resolving inheritance for "Valt\CamBundle\Repository\CommentFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CommentFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CommentRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\CommentRepository).
Resolving inheritance for "Valt\CamBundle\Repository\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeletedMeetingRecordRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\DeletedMeetingRecordRepository).
Resolving inheritance for "Valt\CamBundle\Repository\DeletedMeetingRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeletedMeetingRecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeviceRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\DeviceRepository).
Resolving inheritance for "Valt\CamBundle\Repository\DeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeviceSourceRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\DeviceSourceRepository).
Resolving inheritance for "Valt\CamBundle\Repository\DeviceSourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeviceSourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\EvaluationRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\EvaluationRepository).
Resolving inheritance for "Valt\CamBundle\Repository\EvaluationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\EvaluationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ExceptionRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\ExceptionRepository).
Resolving inheritance for "Valt\CamBundle\Repository\ExceptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ExceptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ExpirationRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\ExpirationRepository).
Resolving inheritance for "Valt\CamBundle\Repository\ExpirationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ExpirationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\FilterRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\FilterRepository).
Resolving inheritance for "Valt\CamBundle\Repository\FilterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\FilterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\HelpContactRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\HelpContactRepository).
Resolving inheritance for "Valt\CamBundle\Repository\HelpContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\HelpContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\HelpTopicRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\HelpTopicRepository).
Resolving inheritance for "Valt\CamBundle\Repository\HelpTopicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\HelpTopicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\MosaicQueueRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\MosaicQueueRepository).
Resolving inheritance for "Valt\CamBundle\Repository\MosaicQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\MosaicQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\PresetRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\PresetRepository).
Resolving inheritance for "Valt\CamBundle\Repository\PresetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\PresetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordFileRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\RecordFileRepository).
Resolving inheritance for "Valt\CamBundle\Repository\RecordFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\RecordRepository).
Resolving inheritance for "Valt\CamBundle\Repository\RecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordingRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\RecordingRepository).
Resolving inheritance for "Valt\CamBundle\Repository\RecordingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ReportRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\ReportRepository).
Resolving inheritance for "Valt\CamBundle\Repository\ReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RestrictAccessRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\RestrictAccessRepository).
Resolving inheritance for "Valt\CamBundle\Repository\RestrictAccessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RestrictAccessRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RestrictAccessWeekDayRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\RestrictAccessWeekDayRepository).
Resolving inheritance for "Valt\CamBundle\Repository\RestrictAccessWeekDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RestrictAccessWeekDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RoomRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\RoomRepository).
Resolving inheritance for "Valt\CamBundle\Repository\RoomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RoomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ScheduleRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\ScheduleRepository).
Resolving inheritance for "Valt\CamBundle\Repository\ScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ScheduleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\TranscriptRepository).
Resolving inheritance for "Valt\CamBundle\Repository\TranscriptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptionCommentRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\TranscriptionCommentRepository).
Resolving inheritance for "Valt\CamBundle\Repository\TranscriptionCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptionCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptionServiceRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\TranscriptionServiceRepository).
Resolving inheritance for "Valt\CamBundle\Repository\TranscriptionServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptionServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\VideoRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\VideoRepository).
Resolving inheritance for "Valt\CamBundle\Repository\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\VideoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\WowzaRepository" (parent: .abstract.instanceof.Valt\CamBundle\Repository\WowzaRepository).
Resolving inheritance for "Valt\CamBundle\Repository\WowzaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\WowzaRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\CamBundle\Security\Voter\CommentVoter" (parent: .abstract.instanceof.Valt\CamBundle\Security\Voter\CommentVoter).
Resolving inheritance for "Valt\CamBundle\Security\Voter\CommentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\CamBundle\Security\Voter\CommentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\CamBundle\Security\Voter\RoomVoter" (parent: .abstract.instanceof.Valt\CamBundle\Security\Voter\RoomVoter).
Resolving inheritance for "Valt\CamBundle\Security\Voter\RoomVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\CamBundle\Security\Voter\RoomVoter).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\CamBundle\Serializer\GridSerializer" (parent: .abstract.instanceof.Valt\CamBundle\Serializer\GridSerializer).
Resolving inheritance for "Valt\CamBundle\Serializer\GridSerializer" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\CamBundle\Serializer\GridSerializer).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\CamBundle\Serializer\TemplateFieldSerializer" (parent: .abstract.instanceof.Valt\CamBundle\Serializer\TemplateFieldSerializer).
Resolving inheritance for "Valt\CamBundle\Serializer\TemplateFieldSerializer" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\CamBundle\Serializer\TemplateFieldSerializer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\FileExtensionValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\FileExtensionValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\FileExtensionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\FileExtensionValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\LicenseAllowsAddValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\LicenseAllowsAddValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\LicenseAllowsAddValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\LicenseAllowsAddValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\NoCalendarEventValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\NoCalendarEventValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\NoCalendarEventValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\NoCalendarEventValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\OnlyCalendarConfigEnabledValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\OnlyCalendarConfigEnabledValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\OnlyCalendarConfigEnabledValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\OnlyCalendarConfigEnabledValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\ScheduleStartAtValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\ScheduleStartAtValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\ScheduleStartAtValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\ScheduleStartAtValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\SearchForMarkerValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\SearchForMarkerValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\SearchForMarkerValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\SearchForMarkerValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\SearchForTextValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\SearchForTextValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\SearchForTextValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\SearchForTextValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\ShareLinkExpirationValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\ShareLinkExpirationValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\ShareLinkExpirationValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\ShareLinkExpirationValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\Template\CommentTemplateDataValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\Template\CommentTemplateDataValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\Template\CommentTemplateDataValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\Template\CommentTemplateDataValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\TemplatePayloadValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\TemplatePayloadValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\TemplatePayloadValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\TemplatePayloadValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\WebVTTFormatValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\WebVTTFormatValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\WebVTTFormatValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\WebVTTFormatValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\WeeklyRecurrenceValidator" (parent: .abstract.instanceof.Valt\CamBundle\Validator\Constraints\WeeklyRecurrenceValidator).
Resolving inheritance for "Valt\CamBundle\Validator\Constraints\WeeklyRecurrenceValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\WeeklyRecurrenceValidator).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver" (parent: .abstract.instanceof.Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver).
Resolving inheritance for "Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Valt\MobileBundle\ArgumentResolver\MobileUserResolver" (parent: .abstract.instanceof.Valt\MobileBundle\ArgumentResolver\MobileUserResolver).
Resolving inheritance for "Valt\MobileBundle\ArgumentResolver\MobileUserResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Valt\MobileBundle\ArgumentResolver\MobileUserResolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\MobileController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\MobileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\MobileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\MobileController).
Resolving inheritance for "Valt\MobileBundle\Controller\MobileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\MobileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\CreateRecordController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\CreateRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\CreateRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\CreateRecordController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\CreateRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\CreateRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\DeleteRecordController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\DeleteRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\DeleteRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\DeleteRecordController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\DeleteRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\DeleteRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\GetRecordController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\GetRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\GetRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\GetRecordController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\GetRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\GetRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\PatchRecordController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\PatchRecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\PatchRecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\PatchRecordController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\PatchRecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\PatchRecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Video\GetVideoController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\Video\GetVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Video\GetVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Video\GetVideoController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\Video\GetVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Video\GetVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Video\UploadVideoController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Record\Video\UploadVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Video\UploadVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Video\UploadVideoController).
Resolving inheritance for "Valt\MobileBundle\Controller\Record\Video\UploadVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Video\UploadVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\CreateRecordingController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Room\CreateRecordingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\CreateRecordingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\CreateRecordingController).
Resolving inheritance for "Valt\MobileBundle\Controller\Room\CreateRecordingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\CreateRecordingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\GetRecordingController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Room\GetRecordingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\GetRecordingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\GetRecordingController).
Resolving inheritance for "Valt\MobileBundle\Controller\Room\GetRecordingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\GetRecordingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\GetRoomController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Room\GetRoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\GetRoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\GetRoomController).
Resolving inheritance for "Valt\MobileBundle\Controller\Room\GetRoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\GetRoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\StopRecordingController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Room\StopRecordingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\StopRecordingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\StopRecordingController).
Resolving inheritance for "Valt\MobileBundle\Controller\Room\StopRecordingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\StopRecordingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController).
Resolving inheritance for "Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Template\TemplateViewController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\Template\TemplateViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Template\TemplateViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Template\TemplateViewController).
Resolving inheritance for "Valt\MobileBundle\Controller\Template\TemplateViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Template\TemplateViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetOwnRightsController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\User\GetOwnRightsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetOwnRightsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetOwnRightsController).
Resolving inheritance for "Valt\MobileBundle\Controller\User\GetOwnRightsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetOwnRightsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetOwnUserController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\User\GetOwnUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetOwnUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetOwnUserController).
Resolving inheritance for "Valt\MobileBundle\Controller\User\GetOwnUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetOwnUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetRightsController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\User\GetRightsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetRightsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetRightsController).
Resolving inheritance for "Valt\MobileBundle\Controller\User\GetRightsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetRightsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetUserController" (parent: .abstract.instanceof.Valt\MobileBundle\Controller\User\GetUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetUserController).
Resolving inheritance for "Valt\MobileBundle\Controller\User\GetUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetUserController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\MobileBundle\Repository\CircuitRepository" (parent: .abstract.instanceof.Valt\MobileBundle\Repository\CircuitRepository).
Resolving inheritance for "Valt\MobileBundle\Repository\CircuitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\MobileBundle\Repository\CircuitRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\SsoBundle\Command\GenerateSamlCertificate" (parent: .abstract.instanceof.Valt\SsoBundle\Command\GenerateSamlCertificate).
Resolving inheritance for "Valt\SsoBundle\Command\GenerateSamlCertificate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\SsoBundle\Command\GenerateSamlCertificate).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\DefaultController" (parent: .abstract.instanceof.Valt\SsoBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\DefaultController).
Resolving inheritance for "Valt\SsoBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\GroupMappingController" (parent: .abstract.instanceof.Valt\SsoBundle\Controller\GroupMappingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\GroupMappingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\GroupMappingController).
Resolving inheritance for "Valt\SsoBundle\Controller\GroupMappingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\GroupMappingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoConfigAdminController" (parent: .abstract.instanceof.Valt\SsoBundle\Controller\SsoConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoConfigAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoConfigAdminController).
Resolving inheritance for "Valt\SsoBundle\Controller\SsoConfigAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoConfigAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController" (parent: .abstract.instanceof.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController).
Resolving inheritance for "Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoController" (parent: .abstract.instanceof.Valt\SsoBundle\Controller\SsoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoController).
Resolving inheritance for "Valt\SsoBundle\Controller\SsoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\SsoBundle\DataFixtures\GroupMappingFixtures" (parent: .abstract.instanceof.Valt\SsoBundle\DataFixtures\GroupMappingFixtures).
Resolving inheritance for "Valt\SsoBundle\DataFixtures\GroupMappingFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\SsoBundle\DataFixtures\GroupMappingFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\SsoBundle\DataFixtures\SsoConfigFixtures" (parent: .abstract.instanceof.Valt\SsoBundle\DataFixtures\SsoConfigFixtures).
Resolving inheritance for "Valt\SsoBundle\DataFixtures\SsoConfigFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\SsoBundle\DataFixtures\SsoConfigFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\AttributeMappingRepository" (parent: .abstract.instanceof.Valt\SsoBundle\Repository\AttributeMappingRepository).
Resolving inheritance for "Valt\SsoBundle\Repository\AttributeMappingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\AttributeMappingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\GroupMappingRepository" (parent: .abstract.instanceof.Valt\SsoBundle\Repository\GroupMappingRepository).
Resolving inheritance for "Valt\SsoBundle\Repository\GroupMappingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\GroupMappingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\SsoConfigRepository" (parent: .abstract.instanceof.Valt\SsoBundle\Repository\SsoConfigRepository).
Resolving inheritance for "Valt\SsoBundle\Repository\SsoConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\SsoConfigRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\SsoBundle\Validator\Constraints\HasCommentFileExtensionValidator" (parent: .abstract.instanceof.Valt\SsoBundle\Validator\Constraints\HasCommentFileExtensionValidator).
Resolving inheritance for "Valt\SsoBundle\Validator\Constraints\HasCommentFileExtensionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\SsoBundle\Validator\Constraints\HasCommentFileExtensionValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\SsoBundle\Validator\Constraints\HasXmlFileExtensionValidator" (parent: .abstract.instanceof.Valt\SsoBundle\Validator\Constraints\HasXmlFileExtensionValidator).
Resolving inheritance for "Valt\SsoBundle\Validator\Constraints\HasXmlFileExtensionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\SsoBundle\Validator\Constraints\HasXmlFileExtensionValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\UserBundle\Command\ConfigureRightsCommand" (parent: .abstract.instanceof.Valt\UserBundle\Command\ConfigureRightsCommand).
Resolving inheritance for "Valt\UserBundle\Command\ConfigureRightsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\UserBundle\Command\ConfigureRightsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\UserBundle\Command\ZoomMeetingDownloadCommand" (parent: .abstract.instanceof.Valt\UserBundle\Command\ZoomMeetingDownloadCommand).
Resolving inheritance for "Valt\UserBundle\Command\ZoomMeetingDownloadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Valt\UserBundle\Command\ZoomMeetingDownloadCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ChatInfoController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\ChatInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ChatInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ChatInfoController).
Resolving inheritance for "Valt\UserBundle\Controller\ChatInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ChatInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ContainerController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\ContainerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ContainerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ContainerController).
Resolving inheritance for "Valt\UserBundle\Controller\ContainerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ContainerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ImportController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ImportController).
Resolving inheritance for "Valt\UserBundle\Controller\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\LdapController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\LdapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\LdapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\LdapController).
Resolving inheritance for "Valt\UserBundle\Controller\LdapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\LdapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\AbstractLogListController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\Log\AbstractLogListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\AbstractLogListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\AbstractLogListController).
Resolving inheritance for "Valt\UserBundle\Controller\Log\AbstractLogListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\AbstractLogListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\CameraViewController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\Log\CameraViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\CameraViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\CameraViewController).
Resolving inheritance for "Valt\UserBundle\Controller\Log\CameraViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\CameraViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\LogListExportController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\Log\LogListExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\LogListExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\LogListExportController).
Resolving inheritance for "Valt\UserBundle\Controller\Log\LogListExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\LogListExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\RecordViewController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\Log\RecordViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\RecordViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\RecordViewController).
Resolving inheritance for "Valt\UserBundle\Controller\Log\RecordViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\RecordViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\RoomViewController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\Log\RoomViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\RoomViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\RoomViewController).
Resolving inheritance for "Valt\UserBundle\Controller\Log\RoomViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\RoomViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\LogController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\LogController).
Resolving inheritance for "Valt\UserBundle\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\NotificationController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\NotificationController).
Resolving inheritance for "Valt\UserBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\RightController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\RightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\RightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\RightController).
Resolving inheritance for "Valt\UserBundle\Controller\RightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\RightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\SecurityController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\SecurityController).
Resolving inheritance for "Valt\UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserAdminController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserAdminController).
Resolving inheritance for "Valt\UserBundle\Controller\UserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserController).
Resolving inheritance for "Valt\UserBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserGroupAdminController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\UserGroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserGroupAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserGroupAdminController).
Resolving inheritance for "Valt\UserBundle\Controller\UserGroupAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserGroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserLogoutSoonController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\UserLogoutSoonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserLogoutSoonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserLogoutSoonController).
Resolving inheritance for "Valt\UserBundle\Controller\UserLogoutSoonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserLogoutSoonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserSectionController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\UserSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserSectionController).
Resolving inheritance for "Valt\UserBundle\Controller\UserSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ZoomController" (parent: .abstract.instanceof.Valt\UserBundle\Controller\ZoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ZoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ZoomController).
Resolving inheritance for "Valt\UserBundle\Controller\ZoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ZoomController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\ContainerFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\ContainerFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\ContainerFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\ContainerFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapServerAttributeFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\LdapServerAttributeFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\LdapServerAttributeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapServerAttributeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapServerFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\LdapServerFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\LdapServerFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapServerFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapSynchronizeFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\LdapSynchronizeFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\LdapSynchronizeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapSynchronizeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LogFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\LogFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\LogFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LogFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\RightFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\RightFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\RightFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\RightFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\UserFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\UserFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\UserGroupFixtures" (parent: .abstract.instanceof.Valt\UserBundle\DataFixtures\UserGroupFixtures).
Resolving inheritance for "Valt\UserBundle\DataFixtures\UserGroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\UserGroupFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\EventSubscriber\AuthenticationSubscriber" (parent: .abstract.instanceof.Valt\UserBundle\EventSubscriber\AuthenticationSubscriber).
Resolving inheritance for "Valt\UserBundle\EventSubscriber\AuthenticationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\EventSubscriber\AuthenticationSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\ContainerRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\ContainerRepository).
Resolving inheritance for "Valt\UserBundle\Repository\ContainerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\ContainerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LdapServerRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\LdapServerRepository).
Resolving inheritance for "Valt\UserBundle\Repository\LdapServerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LdapServerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LdapSynchronizeRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\LdapSynchronizeRepository).
Resolving inheritance for "Valt\UserBundle\Repository\LdapSynchronizeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LdapSynchronizeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LogRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\LogRepository).
Resolving inheritance for "Valt\UserBundle\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\NotificationRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\NotificationRepository).
Resolving inheritance for "Valt\UserBundle\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\RightRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\RightRepository).
Resolving inheritance for "Valt\UserBundle\Repository\RightRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\RightRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserEmailSettingsRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\UserEmailSettingsRepository).
Resolving inheritance for "Valt\UserBundle\Repository\UserEmailSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserEmailSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserGroupRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\UserGroupRepository).
Resolving inheritance for "Valt\UserBundle\Repository\UserGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserGroupRightRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\UserGroupRightRepository).
Resolving inheritance for "Valt\UserBundle\Repository\UserGroupRightRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserGroupRightRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\UserRepository).
Resolving inheritance for "Valt\UserBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserSectionRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\UserSectionRepository).
Resolving inheritance for "Valt\UserBundle\Repository\UserSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserSectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\Zoom\AccountRepository" (parent: .abstract.instanceof.Valt\UserBundle\Repository\Zoom\AccountRepository).
Resolving inheritance for "Valt\UserBundle\Repository\Zoom\AccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\Zoom\AccountRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\UserBundle\Validator\Constraints\LastPasswordValidator" (parent: .abstract.instanceof.Valt\UserBundle\Validator\Constraints\LastPasswordValidator).
Resolving inheritance for "Valt\UserBundle\Validator\Constraints\LastPasswordValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\UserBundle\Validator\Constraints\LastPasswordValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\UserBundle\Validator\Constraints\PasswordComplexityValidator" (parent: .abstract.instanceof.Valt\UserBundle\Validator\Constraints\PasswordComplexityValidator).
Resolving inheritance for "Valt\UserBundle\Validator\Constraints\PasswordComplexityValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\UserBundle\Validator\Constraints\PasswordComplexityValidator).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\EventListener\CommentCreatedListener.0.Valt\CamBundle\Comment\EventListener\CommentCreatedListener" (parent: .abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentCreatedListener).
Resolving inheritance for "Valt\CamBundle\Comment\EventListener\CommentCreatedListener" (parent: .instanceof.Valt\CamBundle\Comment\EventListener\CommentCreatedListener.0.Valt\CamBundle\Comment\EventListener\CommentCreatedListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\EventListener\CommentDeletedListener.0.Valt\CamBundle\Comment\EventListener\CommentDeletedListener" (parent: .abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentDeletedListener).
Resolving inheritance for "Valt\CamBundle\Comment\EventListener\CommentDeletedListener" (parent: .instanceof.Valt\CamBundle\Comment\EventListener\CommentDeletedListener.0.Valt\CamBundle\Comment\EventListener\CommentDeletedListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\EventListener\CommentRepliedListener.0.Valt\CamBundle\Comment\EventListener\CommentRepliedListener" (parent: .abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentRepliedListener).
Resolving inheritance for "Valt\CamBundle\Comment\EventListener\CommentRepliedListener" (parent: .instanceof.Valt\CamBundle\Comment\EventListener\CommentRepliedListener.0.Valt\CamBundle\Comment\EventListener\CommentRepliedListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener.0.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener" (parent: .abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener).
Resolving inheritance for "Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener" (parent: .instanceof.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener.0.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener.0.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener" (parent: .abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener).
Resolving inheritance for "Valt\CamBundle\Comment\EventListener\CommentUpdatedListener" (parent: .instanceof.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener.0.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\Mapper\DurationCommentMapper.0.Valt\CamBundle\Comment\Mapper\DurationCommentMapper" (parent: .abstract.instanceof.Valt\CamBundle\Comment\Mapper\DurationCommentMapper).
Resolving inheritance for "Valt\CamBundle\Comment\Mapper\DurationCommentMapper" (parent: .instanceof.Valt\CamBundle\Comment\Mapper\DurationCommentMapper.0.Valt\CamBundle\Comment\Mapper\DurationCommentMapper).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper.0.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper" (parent: .abstract.instanceof.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper).
Resolving inheritance for "Valt\CamBundle\Comment\Mapper\SimpleCommentMapper" (parent: .instanceof.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper.0.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper).
Resolving inheritance for ".instanceof.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper.0.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper" (parent: .abstract.instanceof.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper).
Resolving inheritance for "Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper" (parent: .instanceof.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper.0.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\DeviceUpdateListener.0.Valt\CamBundle\DoctrineListener\DeviceUpdateListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\DeviceUpdateListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\DeviceUpdateListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\DeviceUpdateListener.0.Valt\CamBundle\DoctrineListener\DeviceUpdateListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener.0.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener.0.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener).
Resolving inheritance for ".instanceof.Valt\ApiBundle\EventListener\APIExceptionListener.0.Valt\ApiBundle\EventListener\APIExceptionListener" (parent: .abstract.instanceof.Valt\ApiBundle\EventListener\APIExceptionListener).
Resolving inheritance for "Valt\ApiBundle\EventListener\APIExceptionListener" (parent: .instanceof.Valt\ApiBundle\EventListener\APIExceptionListener.0.Valt\ApiBundle\EventListener\APIExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\ConnectSrcToCSPHeaderAdder" (parent: .abstract.instanceof.Valt\BasicBundle\EventListener\ConnectSrcToCSPHeaderAdder).
Resolving inheritance for "Valt\BasicBundle\EventListener\ConnectSrcToCSPHeaderAdder" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\ConnectSrcToCSPHeaderAdder).
Resolving inheritance for ".instanceof.Valt\BasicBundle\EventListener\ContainerListener.0.Valt\BasicBundle\EventListener\ContainerListener" (parent: .abstract.instanceof.Valt\BasicBundle\EventListener\ContainerListener).
Resolving inheritance for "Valt\BasicBundle\EventListener\ContainerListener" (parent: .instanceof.Valt\BasicBundle\EventListener\ContainerListener.0.Valt\BasicBundle\EventListener\ContainerListener).
Resolving inheritance for ".instanceof.Valt\BasicBundle\EventListener\JsonRequestListener.0.Valt\BasicBundle\EventListener\JsonRequestListener" (parent: .abstract.instanceof.Valt\BasicBundle\EventListener\JsonRequestListener).
Resolving inheritance for "Valt\BasicBundle\EventListener\JsonRequestListener" (parent: .instanceof.Valt\BasicBundle\EventListener\JsonRequestListener.0.Valt\BasicBundle\EventListener\JsonRequestListener).
Resolving inheritance for ".instanceof.Valt\BasicBundle\EventListener\SectionFormListener.0.Valt\BasicBundle\EventListener\SectionFormListener" (parent: .abstract.instanceof.Valt\BasicBundle\EventListener\SectionFormListener).
Resolving inheritance for "Valt\BasicBundle\EventListener\SectionFormListener" (parent: .instanceof.Valt\BasicBundle\EventListener\SectionFormListener.0.Valt\BasicBundle\EventListener\SectionFormListener).
Resolving inheritance for ".instanceof.Valt\BasicBundle\EventListener\SqliteRegexpListener.0.Valt\BasicBundle\EventListener\SqliteRegexpListener" (parent: .abstract.instanceof.Valt\BasicBundle\EventListener\SqliteRegexpListener).
Resolving inheritance for "Valt\BasicBundle\EventListener\SqliteRegexpListener" (parent: .instanceof.Valt\BasicBundle\EventListener\SqliteRegexpListener.0.Valt\BasicBundle\EventListener\SqliteRegexpListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\ViteDevServerToCSPAdder" (parent: .abstract.instanceof.Valt\BasicBundle\EventListener\ViteDevServerToCSPAdder).
Resolving inheritance for "Valt\BasicBundle\EventListener\ViteDevServerToCSPAdder" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\ViteDevServerToCSPAdder).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\WebsocketEventListener" (parent: .abstract.instanceof.Valt\BasicBundle\EventListener\WebsocketEventListener).
Resolving inheritance for "Valt\BasicBundle\EventListener\WebsocketEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\WebsocketEventListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\AlertListener.0.Valt\CamBundle\EventListener\AlertListener" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\AlertListener).
Resolving inheritance for "Valt\CamBundle\EventListener\AlertListener" (parent: .instanceof.Valt\CamBundle\EventListener\AlertListener.0.Valt\CamBundle\EventListener\AlertListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\FormValidationListener.0.Valt\CamBundle\EventListener\FormValidationListener" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\FormValidationListener).
Resolving inheritance for "Valt\CamBundle\EventListener\FormValidationListener" (parent: .instanceof.Valt\CamBundle\EventListener\FormValidationListener.0.Valt\CamBundle\EventListener\FormValidationListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\MotionDetectionDisabler.0.Valt\CamBundle\EventListener\MotionDetectionDisabler" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\MotionDetectionDisabler).
Resolving inheritance for "Valt\CamBundle\EventListener\MotionDetectionDisabler" (parent: .instanceof.Valt\CamBundle\EventListener\MotionDetectionDisabler.0.Valt\CamBundle\EventListener\MotionDetectionDisabler).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\MotionRecordingTrigger.0.Valt\CamBundle\EventListener\MotionRecordingTrigger" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\MotionRecordingTrigger).
Resolving inheritance for "Valt\CamBundle\EventListener\MotionRecordingTrigger" (parent: .instanceof.Valt\CamBundle\EventListener\MotionRecordingTrigger.0.Valt\CamBundle\EventListener\MotionRecordingTrigger).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\RecordAutoSyncer.0.Valt\CamBundle\EventListener\RecordAutoSyncer" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\RecordAutoSyncer).
Resolving inheritance for "Valt\CamBundle\EventListener\RecordAutoSyncer" (parent: .instanceof.Valt\CamBundle\EventListener\RecordAutoSyncer.0.Valt\CamBundle\EventListener\RecordAutoSyncer).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\RecordAutoTranscriber.0.Valt\CamBundle\EventListener\RecordAutoTranscriber" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\RecordAutoTranscriber).
Resolving inheritance for "Valt\CamBundle\EventListener\RecordAutoTranscriber" (parent: .instanceof.Valt\CamBundle\EventListener\RecordAutoTranscriber.0.Valt\CamBundle\EventListener\RecordAutoTranscriber).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\RecordSharingNotifier.0.Valt\CamBundle\EventListener\RecordSharingNotifier" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\RecordSharingNotifier).
Resolving inheritance for "Valt\CamBundle\EventListener\RecordSharingNotifier" (parent: .instanceof.Valt\CamBundle\EventListener\RecordSharingNotifier.0.Valt\CamBundle\EventListener\RecordSharingNotifier).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\RecordStatusNotifier.0.Valt\CamBundle\EventListener\RecordStatusNotifier" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\RecordStatusNotifier).
Resolving inheritance for "Valt\CamBundle\EventListener\RecordStatusNotifier" (parent: .instanceof.Valt\CamBundle\EventListener\RecordStatusNotifier.0.Valt\CamBundle\EventListener\RecordStatusNotifier).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\RecordThumbnailer.0.Valt\CamBundle\EventListener\RecordThumbnailer" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\RecordThumbnailer).
Resolving inheritance for "Valt\CamBundle\EventListener\RecordThumbnailer" (parent: .instanceof.Valt\CamBundle\EventListener\RecordThumbnailer.0.Valt\CamBundle\EventListener\RecordThumbnailer).
Resolving inheritance for ".instanceof.Valt\CamBundle\EventListener\WowzaSpaceChecker.0.Valt\CamBundle\EventListener\WowzaSpaceChecker" (parent: .abstract.instanceof.Valt\CamBundle\EventListener\WowzaSpaceChecker).
Resolving inheritance for "Valt\CamBundle\EventListener\WowzaSpaceChecker" (parent: .instanceof.Valt\CamBundle\EventListener\WowzaSpaceChecker.0.Valt\CamBundle\EventListener\WowzaSpaceChecker).
Resolving inheritance for ".instanceof.Valt\MobileBundle\EventListener\HttpExceptionListener.0.Valt\MobileBundle\EventListener\HttpExceptionListener" (parent: .abstract.instanceof.Valt\MobileBundle\EventListener\HttpExceptionListener).
Resolving inheritance for "Valt\MobileBundle\EventListener\HttpExceptionListener" (parent: .instanceof.Valt\MobileBundle\EventListener\HttpExceptionListener.0.Valt\MobileBundle\EventListener\HttpExceptionListener).
Resolving inheritance for ".instanceof.Valt\MobileBundle\EventListener\MobileApiListener.0.Valt\MobileBundle\EventListener\MobileApiListener" (parent: .abstract.instanceof.Valt\MobileBundle\EventListener\MobileApiListener).
Resolving inheritance for "Valt\MobileBundle\EventListener\MobileApiListener" (parent: .instanceof.Valt\MobileBundle\EventListener\MobileApiListener.0.Valt\MobileBundle\EventListener\MobileApiListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\CollectionExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\CollectionExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\CollectionExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\CollectionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\HintExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\HintExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\HintExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\HintExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\IconButtonExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\IconButtonExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\IconButtonExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\IconButtonExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\LabelCaptionExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\LabelCaptionExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\LabelCaptionExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\LabelCaptionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\MaxFileSizeExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\MaxFileSizeExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\MaxFileSizeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\MaxFileSizeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\ModeExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\ModeExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\ModeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\ModeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\RendererExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\RendererExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\RendererExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\RendererExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\SectionExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\SectionExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\SectionExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\SectionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\TooltipExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Extension\TooltipExtension).
Resolving inheritance for "Valt\BasicBundle\Form\Extension\TooltipExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\TooltipExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\AnnouncementType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\AnnouncementType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\AnnouncementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\AnnouncementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\AsyncTypeaheadType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\AsyncTypeaheadType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\AsyncTypeaheadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\AsyncTypeaheadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\CollectionType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\CollectionType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\CollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\CollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\ColorPickerType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\ColorPickerType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\ColorPickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\ColorPickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\CustomizationType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\CustomizationType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\CustomizationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\CustomizationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateRangeType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\DateRangeType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\DateRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateTimeType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\DateTimeType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\DateTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\DateType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\DateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DirectDateRangeType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\DirectDateRangeType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\DirectDateRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DirectDateRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DirectDateTimeRangeType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\DirectDateTimeRangeType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\DirectDateTimeRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DirectDateTimeRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DurationType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\DurationType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\DurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\EmailSettingsType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\EmailSettingsType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\EmailSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\EmailSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\FileOrSameType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\FileOrSameType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\FileOrSameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\FileOrSameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\GlobalSettingsType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\GlobalSettingsType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\GlobalSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\GlobalSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\LoginPageImageType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\LoginPageImageType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\LoginPageImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\LoginPageImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\NotificationSettingsType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\NotificationSettingsType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\NotificationSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\NotificationSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\OrderSensitiveCollectionType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\OrderSensitiveCollectionType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\OrderSensitiveCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\OrderSensitiveCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\Select2ChoiceType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\Select2ChoiceType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\Select2ChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\Select2ChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\Select2EntityType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\Select2EntityType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Valt\BasicBundle\Form\Type\Select2EntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\Select2EntityType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\Select2EntityType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Valt\BasicBundle\Form\Type\Select2EntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\SelectHelpIconType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\SelectHelpIconType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\SelectHelpIconType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\SelectHelpIconType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\StaticImageType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\StaticImageType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\StaticImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\StaticImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\StaticTextType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\StaticTextType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\StaticTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\StaticTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\TumblerType" (parent: .abstract.instanceof.Valt\BasicBundle\Form\Type\TumblerType).
Resolving inheritance for "Valt\BasicBundle\Form\Type\TumblerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\TumblerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AlertFilterType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\AlertFilterType).
Resolving inheritance for "Valt\CamBundle\Form\Type\AlertFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AlertFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AudioType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\AudioType).
Resolving inheritance for "Valt\CamBundle\Form\Type\AudioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AudioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AuthorChoiceType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\AuthorChoiceType).
Resolving inheritance for "Valt\CamBundle\Form\Type\AuthorChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AuthorChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Calendar\CalendarConfigType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Calendar\CalendarConfigType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Calendar\CalendarConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Calendar\CalendarConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\MaskType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Camera\Mask\MaskType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Camera\Mask\MaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\MaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\PointType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Camera\Mask\PointType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Camera\Mask\PointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\PointType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\PolygonType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Camera\Mask\PolygonType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Camera\Mask\PolygonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\PolygonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\MotionDetectionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Camera\MotionDetectionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Camera\MotionDetectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\MotionDetectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\DeviceSourceType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\DeviceSourceType).
Resolving inheritance for "Valt\CamBundle\Form\Type\DeviceSourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\DeviceSourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\EvaluationInfoType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\EvaluationInfoType).
Resolving inheritance for "Valt\CamBundle\Form\Type\EvaluationInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\EvaluationInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExceptionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\ExceptionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\ExceptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExceptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExceptionsReviewType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\ExceptionsReviewType).
Resolving inheritance for "Valt\CamBundle\Form\Type\ExceptionsReviewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExceptionsReviewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExpirationType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\ExpirationType).
Resolving inheritance for "Valt\CamBundle\Form\Type\ExpirationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExpirationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterDateModalType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\FilterDateModalType).
Resolving inheritance for "Valt\CamBundle\Form\Type\FilterDateModalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterDateModalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterTemplateType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\FilterTemplateType).
Resolving inheritance for "Valt\CamBundle\Form\Type\FilterTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\FilterType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterType).
Resolving inheritance for "Valt\CamBundle\Form\Type\FilterType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\FilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\GridSizeType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\GridSizeType).
Resolving inheritance for "Valt\CamBundle\Form\Type\GridSizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\GridSizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpContact\HelpContactType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\HelpContact\HelpContactType).
Resolving inheritance for "Valt\CamBundle\Form\Type\HelpContact\HelpContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpContact\HelpContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPositionsType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPositionsType).
Resolving inheritance for "Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPositionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPositionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPriorityType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPriorityType).
Resolving inheritance for "Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPriorityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPriorityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicType).
Resolving inheritance for "Valt\CamBundle\Form\Type\HelpTopic\HelpTopicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\IOCommandType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\IOCommandType).
Resolving inheritance for "Valt\CamBundle\Form\Type\IOCommandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\IOCommandType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\BeamType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Observable\BeamType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Observable\BeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\BeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\CameraType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Observable\CameraType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Observable\CameraType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\CameraType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\EdgeCameraType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Observable\EdgeCameraType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Observable\EdgeCameraType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\EdgeCameraType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\RoamType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Observable\RoamType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Observable\RoamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\RoamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\StreamType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Observable\StreamType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Observable\StreamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\StreamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\ViewType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Observable\ViewType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Observable\ViewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\ViewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RadioCheckboxTreeType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RadioCheckboxTreeType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RadioCheckboxTreeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RadioCheckboxTreeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ObserveRecordType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Record\ObserveRecordType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\ObserveRecordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ObserveRecordType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Record\ObserveRecordType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\ObserveRecordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ReviewRecordType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Record\ReviewRecordType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\ReviewRecordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ReviewRecordType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Record\ReviewRecordType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\ReviewRecordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ShareLinkType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Record\ShareLinkType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Record\ShareLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ShareLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\UploadRecordType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Record\UploadRecordType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\UploadRecordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\UploadRecordType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Record\UploadRecordType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\UploadRecordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordFileType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RecordFileType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RecordFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordFilterType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RecordFilterType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RecordFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordInfoType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RecordInfoType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RecordInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecurType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RecurType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RecurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportExtendedType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Report\ReportExtendedType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Report\ReportExtendedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportExtendedType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Report\ReportExtendedType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Report\ReportExtendedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportFilterType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Report\ReportFilterType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Report\ReportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Report\ReportType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Report\ReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Report\ReportType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Report\ReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\TemplateFieldChoiceType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Report\TemplateFieldChoiceType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Report\TemplateFieldChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\TemplateFieldChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RestrictAccessType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RestrictAccessType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RestrictAccessType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RestrictAccessType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RestrictedAccessWeekDayType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RestrictedAccessWeekDayType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RestrictedAccessWeekDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RestrictedAccessWeekDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RetentionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RetentionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RetentionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RetentionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Room\MotionDetectionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Room\MotionDetectionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Room\MotionDetectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Room\MotionDetectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Room\ShareLinkType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Room\ShareLinkType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Room\ShareLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Room\ShareLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RoomType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\RoomType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\RoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RoomType).
Resolving inheritance for "Valt\CamBundle\Form\Type\RoomType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\RoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\DurationType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\DurationType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Schedule\DurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\DurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\FrequencyType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\FrequencyType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Schedule\FrequencyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\FrequencyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\ScheduleRulesType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\ScheduleRulesType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Schedule\ScheduleRulesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\ScheduleRulesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\WeekDayType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\WeekDayType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Schedule\WeekDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\WeekDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleFilterType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\ScheduleFilterType).
Resolving inheritance for "Valt\CamBundle\Form\Type\ScheduleFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleSessionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\ScheduleSessionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\ScheduleSessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleSessionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\ScheduleType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\ScheduleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleType).
Resolving inheritance for "Valt\CamBundle\Form\Type\ScheduleType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\ScheduleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateButtonFieldsType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateButtonFieldsType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateButtonFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateButtonFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateDataType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateDataType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateEntityNameType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateEntityNameType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateEntityNameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateEntityNameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldDescriptionOptionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldDescriptionOptionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateFieldDescriptionOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldDescriptionOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldImageOptionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldImageOptionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateFieldImageOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldImageOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldOptionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldOptionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateFieldOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldStaticTextOptionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldStaticTextOptionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateFieldStaticTextOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldStaticTextOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TemplateType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Transcription\TranscriptionType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Transcription\TranscriptionType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Transcription\TranscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Transcription\TranscriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TranscriptionServiceType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TranscriptionServiceType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TranscriptionServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TranscriptionServiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TranscriptionUploadType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\TranscriptionUploadType).
Resolving inheritance for "Valt\CamBundle\Form\Type\TranscriptionUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TranscriptionUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\UsersAndGroupsType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\UsersAndGroupsType).
Resolving inheritance for "Valt\CamBundle\Form\Type\UsersAndGroupsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\UsersAndGroupsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\UsersGroupsChoiceType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\UsersGroupsChoiceType).
Resolving inheritance for "Valt\CamBundle\Form\Type\UsersGroupsChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\UsersGroupsChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\RoutingType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\RoutingType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Wowza\RoutingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\RoutingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\SyncSettingsType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\SyncSettingsType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Wowza\SyncSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\SyncSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\WowzaStateType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\WowzaStateType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Wowza\WowzaStateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\WowzaStateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\WowzaSyncType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\WowzaSyncType).
Resolving inheritance for "Valt\CamBundle\Form\Type\Wowza\WowzaSyncType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\WowzaSyncType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\StatusNotificationForm" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\WowzaNotification\StatusNotificationForm).
Resolving inheritance for "Valt\CamBundle\Form\Type\WowzaNotification\StatusNotificationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\StatusNotificationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\StorageType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\WowzaNotification\StorageType).
Resolving inheritance for "Valt\CamBundle\Form\Type\WowzaNotification\StorageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\StorageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\SyncNotificationForm" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\WowzaNotification\SyncNotificationForm).
Resolving inheritance for "Valt\CamBundle\Form\Type\WowzaNotification\SyncNotificationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\SyncNotificationForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaType" (parent: .abstract.instanceof.Valt\CamBundle\Form\Type\WowzaType).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\WowzaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaType).
Resolving inheritance for "Valt\CamBundle\Form\Type\WowzaType" (parent: .instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\WowzaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\MobileBundle\Form\Type\CircuitRoomType" (parent: .abstract.instanceof.Valt\MobileBundle\Form\Type\CircuitRoomType).
Resolving inheritance for "Valt\MobileBundle\Form\Type\CircuitRoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\MobileBundle\Form\Type\CircuitRoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\MobileBundle\Form\Type\CircuitType" (parent: .abstract.instanceof.Valt\MobileBundle\Form\Type\CircuitType).
Resolving inheritance for "Valt\MobileBundle\Form\Type\CircuitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\MobileBundle\Form\Type\CircuitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\ModalBundle\Form\Extension\ModalSectionExtension" (parent: .abstract.instanceof.Valt\ModalBundle\Form\Extension\ModalSectionExtension).
Resolving inheritance for "Valt\ModalBundle\Form\Extension\ModalSectionExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\ModalBundle\Form\Extension\ModalSectionExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\AttributeMappingType" (parent: .abstract.instanceof.Valt\SsoBundle\Form\Type\AttributeMappingType).
Resolving inheritance for "Valt\SsoBundle\Form\Type\AttributeMappingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\AttributeMappingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\GroupMappingType" (parent: .abstract.instanceof.Valt\SsoBundle\Form\Type\GroupMappingType).
Resolving inheritance for "Valt\SsoBundle\Form\Type\GroupMappingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\GroupMappingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoConfigSelectionType" (parent: .abstract.instanceof.Valt\SsoBundle\Form\Type\SsoConfigSelectionType).
Resolving inheritance for "Valt\SsoBundle\Form\Type\SsoConfigSelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoConfigSelectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoConfigType" (parent: .abstract.instanceof.Valt\SsoBundle\Form\Type\SsoConfigType).
Resolving inheritance for "Valt\SsoBundle\Form\Type\SsoConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoType" (parent: .abstract.instanceof.Valt\SsoBundle\Form\Type\SsoType).
Resolving inheritance for "Valt\SsoBundle\Form\Type\SsoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\UserBundle\Form\Extension\AdminGroupFieldsExtension" (parent: .abstract.instanceof.Valt\UserBundle\Form\Extension\AdminGroupFieldsExtension).
Resolving inheritance for "Valt\UserBundle\Form\Extension\AdminGroupFieldsExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\UserBundle\Form\Extension\AdminGroupFieldsExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\ChangePasswordFormType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\ChangePasswordFormType).
Resolving inheritance for "Valt\UserBundle\Form\Type\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Container\ContainerItemsType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\Container\ContainerItemsType).
Resolving inheritance for "Valt\UserBundle\Form\Type\Container\ContainerItemsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Container\ContainerItemsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Container\ContainerType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\Container\ContainerType).
Resolving inheritance for "Valt\UserBundle\Form\Type\Container\ContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Container\ContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\IORecordType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\IORecordType).
Resolving inheritance for "Valt\UserBundle\Form\Type\IORecordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\IORecordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\ImportUsersType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\ImportUsersType).
Resolving inheritance for "Valt\UserBundle\Form\Type\ImportUsersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\ImportUsersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapServerAttributeType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\LdapServerAttributeType).
Resolving inheritance for "Valt\UserBundle\Form\Type\LdapServerAttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapServerAttributeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapServerType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\LdapServerType).
Resolving inheritance for "Valt\UserBundle\Form\Type\LdapServerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapServerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapSynchronizeType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\LdapSynchronizeType).
Resolving inheritance for "Valt\UserBundle\Form\Type\LdapSynchronizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapSynchronizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapUserType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\LdapUserType).
Resolving inheritance for "Valt\UserBundle\Form\Type\LdapUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LogFilterType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\LogFilterType).
Resolving inheritance for "Valt\UserBundle\Form\Type\LogFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LogFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\NotificationFilterType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\NotificationFilterType).
Resolving inheritance for "Valt\UserBundle\Form\Type\NotificationFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\NotificationFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserCustomFileUploaderType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\UserCustomFileUploaderType).
Resolving inheritance for "Valt\UserBundle\Form\Type\UserCustomFileUploaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserCustomFileUploaderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserEmailSettingsType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\UserEmailSettingsType).
Resolving inheritance for "Valt\UserBundle\Form\Type\UserEmailSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserEmailSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserGroupRightType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\UserGroupRightType).
Resolving inheritance for "Valt\UserBundle\Form\Type\UserGroupRightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserGroupRightType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserGroupType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\UserGroupType).
Resolving inheritance for "Valt\UserBundle\Form\Type\UserGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserHomePageSectionsType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\UserHomePageSectionsType).
Resolving inheritance for "Valt\UserBundle\Form\Type\UserHomePageSectionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserHomePageSectionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserOwnType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\UserOwnType).
Resolving inheritance for "Valt\UserBundle\Form\Type\UserOwnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserOwnType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\UserType).
Resolving inheritance for "Valt\UserBundle\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Zoom\AccountType" (parent: .abstract.instanceof.Valt\UserBundle\Form\Type\Zoom\AccountType).
Resolving inheritance for "Valt\UserBundle\Form\Type\Zoom\AccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Zoom\AccountType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\Form\EventListener\RecordDurationSubscriber" (parent: .abstract.instanceof.Valt\UserBundle\Form\EventListener\RecordDurationSubscriber).
Resolving inheritance for "Valt\UserBundle\Form\EventListener\RecordDurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\Form\EventListener\RecordDurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\Form\EventListener\UserRoomsSubscriber" (parent: .abstract.instanceof.Valt\UserBundle\Form\EventListener\UserRoomsSubscriber).
Resolving inheritance for "Valt\UserBundle\Form\EventListener\UserRoomsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\Form\EventListener\UserRoomsSubscriber).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\AdministratorGroupInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\AdministratorGroupInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\AdministratorGroupInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\AdministratorGroupInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\AdministratorInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\AdministratorInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\AdministratorInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\AdministratorInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\ApplicationInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\ApplicationInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\ApplicationInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\ApplicationInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\CreateDatabaseInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\CreateDatabaseInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\CreateDatabaseInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\CreateDatabaseInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\GlobalContainerInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\GlobalContainerInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\GlobalContainerInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\GlobalContainerInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\GlobalSettingsInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\GlobalSettingsInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\GlobalSettingsInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\GlobalSettingsInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\InformationTemplateInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\InformationTemplateInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\InformationTemplateInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\InformationTemplateInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\MediaServerInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\MediaServerInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\MediaServerInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\MediaServerInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\MigrationInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\MigrationInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\MigrationInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\MigrationInitializer).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\RightsInitializer" (parent: .abstract.instanceof.Valt\BasicBundle\Initializer\RightsInitializer).
Resolving inheritance for "Valt\BasicBundle\Initializer\RightsInitializer" (parent: .instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\RightsInitializer).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\ApiBundle\Util\PaginationSerializationHandler" (parent: .abstract.instanceof.Valt\ApiBundle\Util\PaginationSerializationHandler).
Resolving inheritance for "Valt\ApiBundle\Util\PaginationSerializationHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\ApiBundle\Util\PaginationSerializationHandler).
Resolving inheritance for ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\FormDataExtension" (parent: .abstract.instanceof.Valt\ApiBundle\Util\Extensions\FormDataExtension).
Resolving inheritance for "Valt\ApiBundle\Util\Extensions\FormDataExtension" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\FormDataExtension).
Resolving inheritance for ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\RendererExtension" (parent: .abstract.instanceof.Valt\ApiBundle\Util\Extensions\RendererExtension).
Resolving inheritance for "Valt\ApiBundle\Util\Extensions\RendererExtension" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\RendererExtension).
Resolving inheritance for ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\TooltipExtension" (parent: .abstract.instanceof.Valt\ApiBundle\Util\Extensions\TooltipExtension).
Resolving inheritance for "Valt\ApiBundle\Util\Extensions\TooltipExtension" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\TooltipExtension).
Resolving inheritance for ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\HintExtension" (parent: .abstract.instanceof.Valt\ApiBundle\Util\Extensions\HintExtension).
Resolving inheritance for "Valt\ApiBundle\Util\Extensions\HintExtension" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\HintExtension).
Resolving inheritance for ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\LabelCaptionExtension" (parent: .abstract.instanceof.Valt\ApiBundle\Util\Extensions\LabelCaptionExtension).
Resolving inheritance for "Valt\ApiBundle\Util\Extensions\LabelCaptionExtension" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\LabelCaptionExtension).
Resolving inheritance for ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\BasicBundle\Liform\DisabledExtension" (parent: .abstract.instanceof.Valt\BasicBundle\Liform\DisabledExtension).
Resolving inheritance for "Valt\BasicBundle\Liform\DisabledExtension" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\BasicBundle\Liform\DisabledExtension).
Resolving inheritance for ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\CollectionExtension" (parent: .abstract.instanceof.Valt\ApiBundle\Util\Extensions\CollectionExtension).
Resolving inheritance for "Valt\ApiBundle\Util\Extensions\CollectionExtension" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\CollectionExtension).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\CompoundTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\ArrayTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\ChoiceTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\SubmitTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\FileTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\LoginPageImageTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\HiddenTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\TemplateButtonFieldsTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\TemplateMultiFilesUploadTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\UsersAndGroupsTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\SingleChoiceTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\StaticTextTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\StaticImageTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\CommentReviewTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\RadioCheckboxTreeTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\UserCustomFileUploadTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\TranscriptsCardsTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\ZoomAccountTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\GridSizeTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\ColorPickerTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\AsyncTypeaheadTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\CollectionTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\BasicBundle\Form\LiformTransformer\DurationTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\BasicBundle\Form\LiformTransformer\TemplateTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Valt\ApiBundle\Util\Transformers\MotionDetectionMaskTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\VideoStatusListener.0.Valt\CamBundle\DoctrineListener\VideoStatusListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\VideoStatusListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\VideoStatusListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\VideoStatusListener.0.Valt\CamBundle\DoctrineListener\VideoStatusListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\CommentCollector" (parent: .abstract.instanceof.Valt\CamBundle\Report\Collector\CommentCollector).
Resolving inheritance for "Valt\CamBundle\Report\Collector\CommentCollector" (parent: .instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\CommentCollector).
Resolving inheritance for ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\DelegatingCollector" (parent: .abstract.instanceof.Valt\CamBundle\Report\Collector\DelegatingCollector).
Resolving inheritance for "Valt\CamBundle\Report\Collector\DelegatingCollector" (parent: .instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\DelegatingCollector).
Resolving inheritance for ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\EvaluationCollector" (parent: .abstract.instanceof.Valt\CamBundle\Report\Collector\EvaluationCollector).
Resolving inheritance for "Valt\CamBundle\Report\Collector\EvaluationCollector" (parent: .instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\EvaluationCollector).
Resolving inheritance for ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\InformationCollector" (parent: .abstract.instanceof.Valt\CamBundle\Report\Collector\InformationCollector).
Resolving inheritance for "Valt\CamBundle\Report\Collector\InformationCollector" (parent: .instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\InformationCollector).
Resolving inheritance for ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\ObservationCollector" (parent: .abstract.instanceof.Valt\CamBundle\Report\Collector\ObservationCollector).
Resolving inheritance for "Valt\CamBundle\Report\Collector\ObservationCollector" (parent: .instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\ObservationCollector).
Resolving inheritance for ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\ReviewCollector" (parent: .abstract.instanceof.Valt\CamBundle\Report\Collector\ReviewCollector).
Resolving inheritance for "Valt\CamBundle\Report\Collector\ReviewCollector" (parent: .instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\ReviewCollector).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\MotionDetectionListener.0.Valt\CamBundle\DoctrineListener\MotionDetectionListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\MotionDetectionListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\MotionDetectionListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\MotionDetectionListener.0.Valt\CamBundle\DoctrineListener\MotionDetectionListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener.0.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener.0.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\ScheduleStatusListener.0.Valt\CamBundle\DoctrineListener\ScheduleStatusListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\ScheduleStatusListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\ScheduleStatusListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\ScheduleStatusListener.0.Valt\CamBundle\DoctrineListener\ScheduleStatusListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\ExceptionStatusListener.0.Valt\CamBundle\DoctrineListener\ExceptionStatusListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\ExceptionStatusListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\ExceptionStatusListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\ExceptionStatusListener.0.Valt\CamBundle\DoctrineListener\ExceptionStatusListener).
Resolving inheritance for ".instanceof.Valt\BasicBundle\Scheduler\DefaultTaskProvider.0.Valt\BasicBundle\Scheduler\DefaultTaskProvider" (parent: .abstract.instanceof.Valt\BasicBundle\Scheduler\DefaultTaskProvider).
Resolving inheritance for "Valt\BasicBundle\Scheduler\DefaultTaskProvider" (parent: .instanceof.Valt\BasicBundle\Scheduler\DefaultTaskProvider.0.Valt\BasicBundle\Scheduler\DefaultTaskProvider).
Resolving inheritance for ".instanceof.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler.0.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler" (parent: .abstract.instanceof.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler).
Resolving inheritance for "Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler" (parent: .instanceof.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler.0.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler).
Resolving inheritance for ".instanceof.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler.0.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler" (parent: .abstract.instanceof.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler).
Resolving inheritance for "Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler" (parent: .instanceof.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler.0.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler).
Resolving inheritance for ".instanceof.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler.0.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler" (parent: .abstract.instanceof.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler).
Resolving inheritance for "Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler" (parent: .instanceof.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler.0.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler).
Resolving inheritance for ".instanceof.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler.0.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler" (parent: .abstract.instanceof.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler).
Resolving inheritance for "Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler" (parent: .instanceof.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler.0.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler).
Resolving inheritance for ".instanceof.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler.0.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler" (parent: .abstract.instanceof.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler).
Resolving inheritance for "Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler" (parent: .instanceof.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler.0.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler).
Resolving inheritance for ".instanceof.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder.0.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder" (parent: .abstract.instanceof.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder).
Resolving inheritance for "Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder" (parent: .instanceof.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder.0.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder).
Resolving inheritance for ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\RS256" (parent: .abstract.instanceof.Jose\Component\Signature\Algorithm\RS256).
Resolving inheritance for "Jose\Component\Signature\Algorithm\RS256" (parent: .instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\RS256).
Resolving inheritance for ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\RS512" (parent: .abstract.instanceof.Jose\Component\Signature\Algorithm\RS512).
Resolving inheritance for "Jose\Component\Signature\Algorithm\RS512" (parent: .instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\RS512).
Resolving inheritance for ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\PS256" (parent: .abstract.instanceof.Jose\Component\Signature\Algorithm\PS256).
Resolving inheritance for "Jose\Component\Signature\Algorithm\PS256" (parent: .instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\PS256).
Resolving inheritance for ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\PS512" (parent: .abstract.instanceof.Jose\Component\Signature\Algorithm\PS512).
Resolving inheritance for "Jose\Component\Signature\Algorithm\PS512" (parent: .instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\PS512).
Resolving inheritance for ".instanceof.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber.0.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber" (parent: .abstract.instanceof.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber).
Resolving inheritance for "Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber" (parent: .instanceof.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber.0.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\MediaServerListener.0.Valt\CamBundle\DoctrineListener\MediaServerListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\MediaServerListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\MediaServerListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\MediaServerListener.0.Valt\CamBundle\DoctrineListener\MediaServerListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\RoutingListener.0.Valt\CamBundle\DoctrineListener\RoutingListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\RoutingListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\RoutingListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\RoutingListener.0.Valt\CamBundle\DoctrineListener\RoutingListener).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier.0.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier" (parent: .instanceof.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier.0.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier).
Resolving inheritance for ".instanceof.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener.0.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener" (parent: .abstract.instanceof.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener).
Resolving inheritance for "Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener" (parent: .instanceof.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener.0.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener).
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.scheduler" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "key_set_cache" (parent: cache.adapter.redis).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.event_for_websocket" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.wowza" (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.secured_api_v3" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.secured_api_v3" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.secured_api_v3" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.secured_api_v3" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.secured_api_v3" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.secured_api_v3" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.saml" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.saml" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.saml" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.saml" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.saml" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.success_handler.saml.saml" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.saml.saml" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.lightsaml.saml" (parent: LightSaml\SpBundle\Security\Http\Authenticator\SamlServiceProviderAuthenticator).
Resolving inheritance for "security.authenticator.manager.saml" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.saml" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.saml" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.saml" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.saml" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.wowza_api" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.failure_handler.wowza_api.access_token" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.wowza_api.access_token" (parent: Valt\BasicBundle\Security\WowzaFailureHandler).
Resolving inheritance for "security.access_token_handler.wowza_api" (parent: Valt\BasicBundle\Security\Token\WowzaAccessTokenHandler).
Resolving inheritance for "security.authenticator.access_token.wowza_api" (parent: security.authenticator.access_token).
Resolving inheritance for "security.authenticator.manager.wowza_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.wowza_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.wowza_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.wowza_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.wowza_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
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.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: Valt\UserBundle\Security\JsonAuthenticationFailureHandler).
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.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "lightsaml.party.idp_entity_descriptor_store.file.0" (parent: lightsaml.party.idp_entity_descriptor_store.file).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LightSaml\SpBundle\Controller\DefaultController" (parent: .abstract.instanceof.LightSaml\SpBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LightSaml\SpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LightSaml\SpBundle\Controller\DefaultController).
Resolving inheritance for "LightSaml\SpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LightSaml\SpBundle\Controller\DefaultController).
Resolving inheritance for "liform.transformer.integer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "liform.transformer.array" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "liform.transformer.compound" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "liform.transformer.choice" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "liform.transformer.string" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "liform.transformer.number" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "liform.transformer.boolean" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for "Limenius\Liform\Liform" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\FormDataExtension).
Resolving inheritance for "Limenius\Liform\Liform" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\RendererExtension).
Resolving inheritance for "Limenius\Liform\Liform" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\TooltipExtension).
Resolving inheritance for "Limenius\Liform\Liform" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\HintExtension).
Resolving inheritance for "Limenius\Liform\Liform" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\LabelCaptionExtension).
Resolving inheritance for "Limenius\Liform\Liform" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\BasicBundle\Liform\DisabledExtension).
Resolving inheritance for "Limenius\Liform\Liform" (parent: .instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\CollectionExtension).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Domain\Entity\Activity.0.Valt\Cue\Activity\Domain\Entity\Activity" (parent: .abstract.instanceof.Valt\Cue\Activity\Domain\Entity\Activity).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Domain\Entity\Flow.0.Valt\Cue\Activity\Domain\Entity\Flow" (parent: .abstract.instanceof.Valt\Cue\Activity\Domain\Entity\Flow).
Resolving inheritance for ".instanceof.Valt\Cue\Activity\Domain\Entity\Participant.0.Valt\Cue\Activity\Domain\Entity\Participant" (parent: .abstract.instanceof.Valt\Cue\Activity\Domain\Entity\Participant).
Resolving inheritance for ".instanceof.Valt\Cue\Session\Domain\Entity\Notification.0.Valt\Cue\Session\Domain\Entity\Notification" (parent: .abstract.instanceof.Valt\Cue\Session\Domain\Entity\Notification).
Resolving inheritance for ".instanceof.Valt\Cue\Session\Domain\Entity\Session.0.Valt\Cue\Session\Domain\Entity\Session" (parent: .abstract.instanceof.Valt\Cue\Session\Domain\Entity\Session).
Resolving inheritance for ".instanceof.Valt\Cue\Session\Domain\Entity\SessionAssignment.0.Valt\Cue\Session\Domain\Entity\SessionAssignment" (parent: .abstract.instanceof.Valt\Cue\Session\Domain\Entity\SessionAssignment).
Resolving inheritance for ".instanceof.Valt\Cue\Session\Domain\Entity\SessionTrack.0.Valt\Cue\Session\Domain\Entity\SessionTrack" (parent: .abstract.instanceof.Valt\Cue\Session\Domain\Entity\SessionTrack).
Resolving inheritance for ".instanceof.Valt\Template\Domain\Entity\Template.0.Valt\Template\Domain\Entity\Template" (parent: .abstract.instanceof.Valt\Template\Domain\Entity\Template).
Resolving inheritance for ".instanceof.Valt\Template\Domain\Entity\TemplateField.0.Valt\Template\Domain\Entity\TemplateField" (parent: .abstract.instanceof.Valt\Template\Domain\Entity\TemplateField).
Resolving inheritance for ".instanceof.Valt\Template\Domain\Entity\TemplateFieldOption.0.Valt\Template\Domain\Entity\TemplateFieldOption" (parent: .abstract.instanceof.Valt\Template\Domain\Entity\TemplateFieldOption).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CompoundTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ArrayTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ChoiceTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\SubmitTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\FileTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\LoginPageImageTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\HiddenTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TemplateButtonFieldsTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TemplateMultiFilesUploadTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\UsersAndGroupsTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\SingleChoiceTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\StaticTextTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\StaticImageTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CommentReviewTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\RadioCheckboxTreeTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\UserCustomFileUploadTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TranscriptsCardsTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ZoomAccountTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\GridSizeTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ColorPickerTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\AsyncTypeaheadTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CollectionTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\BasicBundle\Form\LiformTransformer\DurationTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\BasicBundle\Form\LiformTransformer\TemplateTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\MotionDetectionMaskTransformer" (parent: Limenius\Liform\Transformer\AbstractTransformer).
Resolving inheritance for ".instanceof.Valt\SsoBundle\Entity\AttributeMapping.0.Valt\SsoBundle\Entity\AttributeMapping" (parent: .abstract.instanceof.Valt\SsoBundle\Entity\AttributeMapping).
Resolving inheritance for ".instanceof.Valt\SsoBundle\Entity\GroupMapping.0.Valt\SsoBundle\Entity\GroupMapping" (parent: .abstract.instanceof.Valt\SsoBundle\Entity\GroupMapping).
Resolving inheritance for ".instanceof.Valt\SsoBundle\Entity\SsoConfig.0.Valt\SsoBundle\Entity\SsoConfig" (parent: .abstract.instanceof.Valt\SsoBundle\Entity\SsoConfig).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "websocket.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "websocket.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "websocket.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "websocket.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "command.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "command.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "command.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "command.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "async.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "async.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "async.bus.middleware.doctrine_ping_connection" (parent: messenger.middleware.doctrine_ping_connection).
Resolving inheritance for "async.bus.middleware.doctrine_open_transaction_logger" (parent: messenger.middleware.doctrine_open_transaction_logger).
Resolving inheritance for "async.bus.middleware.doctrine_close_connection" (parent: messenger.middleware.doctrine_close_connection).
Resolving inheritance for "async.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "async.bus.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.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.fs" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.main" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.csp_reports" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
1
Skipping service "Valt\CamBundle\Template\TemplateTypes": Class or interface "Valt\CamBundle\Template\TemplateTypes" cannot be loaded.
14
Removing service-argument resolver for controller "Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\ApiBundle\Controller\v3\Preset\DeletePresetController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\ApiBundle\Controller\v3\Preset\GetPresetsController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\ApiBundle\Controller\v3\Record\UploadVideoController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\CamBundle\Controller\Schedule\ScheduleCalendarController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\MobileBundle\Controller\Record\Video\GetVideoController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\MobileBundle\Controller\Record\Video\UploadVideoController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\MobileBundle\Controller\User\GetUserController::__invoke": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Valt\UserBundle\Controller\ContainerController::getItemsAction": no corresponding services exist for the referenced types.
651
Removed service "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener"; reason: private alias.
Removed service "Predis\Client"; reason: private alias.
Removed service "Predis\ClientInterface"; reason: private alias.
Removed service "Valt\Cue\Session\Application\Mapper\NotificationMapperInterface"; reason: private alias.
Removed service "Valt\Cue\Session\Application\Mapper\SessionAssignmentFileMapperInterface"; reason: private alias.
Removed service "Valt\Cue\Session\Application\Mapper\SessionFileMapperInterface"; reason: private alias.
Removed service "Valt\Cue\Session\Application\Mapper\SessionTrackFileMapperInterface"; reason: private alias.
Removed service "Valt\Template\Application\Mapper\Form\FormFieldMapperInterface"; reason: private alias.
Removed service "Valt\Template\Application\Mapper\Form\FormTemplateMapperInterface"; reason: private alias.
Removed service "Valt\Template\Domain\Factory\FieldFactoryInterface"; reason: private alias.
Removed service "Valt\Template\Domain\Validation\Service\TemplateDataValidatorInterface"; reason: private alias.
Removed service "Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface"; reason: private alias.
Removed service "Valt\Template\Presentation\Validation\IssueFormErrorMapperInterface"; reason: private alias.
Removed service "Valt\Template\Presentation\Validation\IssueMessageTranslatorInterface"; reason: private alias.
Removed service "Valt\Template\Presentation\Validation\TemplateDataErrorNormalizerInterface"; reason: private alias.
Removed service "Valt\Shared\Application\Message\AsyncMessageInterface"; reason: private alias.
Removed service "Valt\Shared\Infrastructure\Contract\DelayMessageBusInterface"; reason: private alias.
Removed service "Valt\Shared\Infrastructure\Contract\DelayerInterface"; reason: private alias.
Removed service "Valt\Template\Domain\Contracts\EvaluationTemplateConfiguringInterface"; reason: private alias.
Removed service "Valt\Template\Domain\Contracts\InformationTemplateConfiguringInterface"; reason: private alias.
Removed service "Valt\Template\Domain\Entity\Field\ExtraFieldInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Key\Generator\KeyGeneratorInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Signature\SignerInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Token\Generator\TokenGeneratorInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Token\Verifier\TokenVerifierInterface"; reason: private alias.
Removed service "Valt\CamBundle\Transcription\TranscriberInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Key\KeyMatcherInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Key\Resource\ResolvingResourceInterface"; reason: private alias.
Removed service "Valt\CamBundle\Comment\Mapper\CommentMapperInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Comparer\ComparerInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Context\ContextDetectorInterface"; reason: private alias.
Removed service "Valt\CamBundle\Device\Preset\PresetManagerInterface"; reason: private alias.
Removed service "Valt\BasicBundle\Form\Section\SectionInterface"; reason: private alias.
Removed service "Valt\BasicBundle\GraphApi\GraphApiInterface"; reason: private alias.
Removed service "Valt\BasicBundle\GraphApi\AuthorizationFactoryInterface"; reason: private alias.
Removed service "Valt\BasicBundle\GraphApi\SenderInterface"; reason: private alias.
Removed service "Limenius\Liform\LiformInterface"; reason: private alias.
Removed service "Limenius\Liform\ResolverInterface"; reason: private alias.
Removed service "Valt\MobileBundle\Responder\MobileApiResponderInterface"; reason: private alias.
Removed service "Valt\CamBundle\Record\Distributor\DistributorInterface"; reason: private alias.
Removed service "Valt\CamBundle\Record\Downloader\DownloaderInterface"; reason: private alias.
Removed service "Valt\CamBundle\Record\Source\SourceGeneratorInterface"; reason: private alias.
Removed service "Valt\CamBundle\Record\Streaming\StreamerInterface"; reason: private alias.
Removed service "Valt\CamBundle\Report\Collector\CollectorInterface"; reason: private alias.
Removed service "Valt\CamBundle\Room\RoomRecorderInterface"; reason: private alias.
Removed service "Jose\Component\Signature\Algorithm\SignatureAlgorithm"; reason: private alias.
Removed service "Jose\Component\Signature\Serializer\JWSSerializer"; reason: private alias.
Removed service "valt.sso.entity_descriptor_builder"; reason: private alias.
Removed service "valt.sso.request_state_redis_store"; reason: private alias.
Removed service "lightsaml.party.trust_options_store"; reason: private alias.
Removed service "Valt\BasicBundle\Stream\Live\LiveStreamResolverInterface"; reason: private alias.
Removed service "fs_user.id_store"; reason: private alias.
Removed service "Valt\UserBundle\Zoom\Sender\SenderInterface $refreshableSender"; reason: private alias.
Removed service "Valt\UserBundle\Zoom\Downloader\MeetingDownloaderInterface"; reason: private alias.
Removed service "Valt\UserBundle\Zoom\Security\CredentialsInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "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 "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $key_set_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $keySetCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $key_set_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $keySetCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $key_set_cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $keySetCache"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $websocket.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $websocketBus"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $command.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $commandBus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; 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\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.fs_userbundle"; reason: private alias.
Removed service "security.authentication.session_strategy.secured_api_v3"; reason: private alias.
Removed service "security.user_checker.secured_api_v3"; reason: private alias.
Removed service "security.authentication.session_strategy.saml"; reason: private alias.
Removed service "security.user_checker.saml"; reason: private alias.
Removed service "security.authentication.session_strategy.wowza_api"; reason: private alias.
Removed service "security.user_checker.wowza_api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "monolog.handler.main"; reason: private alias.
Removed service "monolog.handler.fs"; reason: private alias.
Removed service "monolog.handler.csp_reports"; reason: private alias.
Removed service "monolog.handler.deprecation"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "fos_js_routing.router"; 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 "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; 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 "lightsaml.system.event_dispatcher"; reason: private alias.
Removed service "lightsaml.system.logger"; reason: private alias.
Removed service "lightsaml.service.endpoint_resolver.service_type"; reason: private alias.
Removed service "lightsaml.service.endpoint_resolver.index"; reason: private alias.
Removed service "lightsaml.service.endpoint_resolver.location"; reason: private alias.
Removed service "lightsaml.service.endpoint_resolver"; reason: private alias.
Removed service "lightsaml.service.credential_resolver_factory"; reason: private alias.
Removed service "lightsaml.service.signature_resolver"; reason: private alias.
Removed service "lightsaml.profile.metadata"; reason: private alias.
Removed service "lightsaml.profile.login_factory"; reason: private alias.
Removed service "lightsaml.profile.acs"; reason: private alias.
Removed service "lightsaml.own.entity_descriptor_provider"; reason: private alias.
Removed service "LightSaml\Store\Request\RequestStateStoreInterface"; reason: private alias.
Removed service "LightSaml\Store\Id\IdStoreInterface"; reason: private alias.
Removed service "lightsaml_sp.username_mapper.simple"; reason: private alias.
Removed service "lightsaml_sp.attribute_mapper.simple"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "liform.serializer.initial_values_normalizer"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "doctrine.fixtures.provider"; 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 ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $snc_redis.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $fs.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $fsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $main.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mainLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $csp_reports.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cspReportsLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "Valt\CamBundle\Record\Recorder\Recorder"; reason: private alias.
Removed service "Valt\CamBundle\Record\Uploader\Uploader"; reason: private alias.
Removed service "Valt\CamBundle\Record\Cutter\Cutter"; reason: private alias.
Removed service "Valt\CamBundle\Record\Remover\Remover"; reason: private alias.
Removed service "Valt\CamBundle\Record\RetentionRemover\RetentionRemover"; reason: private alias.
Removed service "Valt\CamBundle\Sync\Syncer"; reason: private alias.
Removed service "Valt\CamBundle\Record\Ensurer\Ensurer"; reason: private alias.
Removed service "Valt\CamBundle\Schedule\Scheduler\Scheduler"; reason: private alias.
Removed service "Valt\BasicBundle\Stream\Live\LiveStreamResolver"; reason: private alias.
Removed service "Valt\CamBundle\Wowza\WebServer\WebServer"; reason: private alias.
Removed service "Valt\CamBundle\Wowza\Status\StatusRefresher"; reason: private alias.
Removed service "Valt\UserBundle\Zoom\Sender\Sender"; reason: private alias.
Removed service ".service_locator.UMNdltf"; reason: private alias.
Removed service ".service_locator.8xiqa.T"; reason: private alias.
Removed service ".service_locator.Sdy0HRj"; reason: private alias.
Removed service ".service_locator.10OwCI1"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.pQmWdyb"; reason: private alias.
Removed service ".service_locator.xZSCcWM"; reason: private alias.
Removed service ".service_locator.jBx4ZuG"; reason: private alias.
Removed service ".service_locator.QzYHoq8"; reason: private alias.
Removed service ".service_locator.PqcfpTA"; reason: private alias.
Removed service ".service_locator.Vvbdhti"; reason: private alias.
Removed service ".service_locator.Qxr3Hll"; reason: private alias.
Removed service ".service_locator.fzKom_s"; reason: private alias.
Removed service ".service_locator.pHfcC4X"; reason: private alias.
Removed service ".service_locator.WcbDktE"; reason: private alias.
Removed service ".service_locator.sScFgLj"; reason: private alias.
Removed service ".service_locator.JT0E0u1"; reason: private alias.
Removed service ".service_locator.cKATO28"; reason: private alias.
Removed service ".service_locator.0oq9yBV"; reason: private alias.
Removed service ".service_locator.gEn.cdb"; reason: private alias.
Removed service ".service_locator.0Sg8C03"; reason: private alias.
Removed service ".service_locator.UCnLRPv"; reason: private alias.
Removed service ".service_locator.BRQYNCt"; reason: private alias.
Removed service ".service_locator.iQze8UB"; reason: private alias.
Removed service ".service_locator.3AxWgBj"; reason: private alias.
Removed service ".service_locator.G_uLSc9"; reason: private alias.
Removed service ".service_locator.e9WlPMB"; reason: private alias.
Removed service ".service_locator.mvvK.EZ"; reason: private alias.
Removed service ".service_locator.KdBM92z"; reason: private alias.
Removed service ".service_locator.tBTwEha"; reason: private alias.
Removed service ".service_locator.91tv.Ci"; reason: private alias.
Removed service ".service_locator.nYipBVK"; reason: private alias.
Removed service ".service_locator.oPwdY47"; reason: private alias.
Removed service ".service_locator.fsw6aHF"; reason: private alias.
Removed service ".service_locator.EqpGLWe"; reason: private alias.
Removed service ".service_locator.HlxCfZk"; reason: private alias.
Removed service ".service_locator.Ki1XdOG"; reason: private alias.
Removed service ".service_locator.hI2Kvr8"; reason: private alias.
Removed service ".service_locator.IEM7GkP"; reason: private alias.
Removed service ".service_locator.tFWFQDm"; reason: private alias.
Removed service ".service_locator..GlwoC4"; reason: private alias.
Removed service ".service_locator.5GuFFBf"; reason: private alias.
Removed service ".service_locator.Qw72gBg"; reason: private alias.
Removed service ".service_locator.5aYqpU2"; reason: private alias.
Removed service ".service_locator.c.GnYmv"; reason: private alias.
Removed service ".service_locator.yIK8YNV"; reason: private alias.
Removed service ".service_locator.edBwvt4"; reason: private alias.
Removed service ".service_locator.xAAJCb0"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.EQoGBYb"; reason: private alias.
Removed service ".service_locator.nUYoEho"; reason: private alias.
Removed service ".service_locator.BoD_Byu"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "Valt\CamBundle\Record\Source\MigratingSourceGenerator.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "Valt\CamBundle\Record\Source\RoutingSourceGenerator.inner"; reason: private alias.
Removed service "Valt\CamBundle\Record\Source\ProtectingSourceGenerator.inner"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "Valt\CamBundle\Wowza\WowzaClient"; reason: private alias.
Removed service "security.authenticator.lightsaml.saml"; reason: private alias.
Removed service "Valt\CamBundle\Device\Preset\AuditingPresetManager.inner"; reason: private alias.
Removed service "Valt\BasicBundle\GraphApi\LoggingGraphApi.inner"; reason: private alias.
Removed service "Valt\CamBundle\Record\Distributor\MigratingDistributor.inner"; reason: private alias.
Removed service "Valt\CamBundle\Record\Downloader\MigratingDownloader.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Recorder\Recorder.7"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Recorder\Recorder.5.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Recorder\Recorder.4.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Recorder\Recorder.3.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Recorder\Recorder.2.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Recorder\Recorder.1.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Recorder\Recorder.0.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Uploader\Uploader.4"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Uploader\Uploader.2.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Uploader\Uploader.1.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Uploader\Uploader.0.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Cutter\Cutter.1"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Remover\Remover.4"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Remover\Remover.2.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Remover\Remover.1.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Remover\Remover.0.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Record\RetentionRemover\RetentionRemover.1"; reason: private alias.
Removed service ".Valt\CamBundle\Sync\Syncer.1"; reason: private alias.
Removed service ".Valt\CamBundle\Record\Ensurer\Ensurer.1"; reason: private alias.
Removed service ".Valt\CamBundle\Schedule\Scheduler\Scheduler.3"; reason: private alias.
Removed service ".Valt\CamBundle\Schedule\Scheduler\Scheduler.1.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Schedule\Scheduler\Scheduler.0.inner"; reason: private alias.
Removed service ".Valt\BasicBundle\Stream\Live\LiveStreamResolver.2"; reason: private alias.
Removed service ".Valt\BasicBundle\Stream\Live\LiveStreamResolver.0.inner"; reason: private alias.
Removed service ".Valt\CamBundle\Wowza\WebServer\WebServer.1"; reason: private alias.
Removed service ".Valt\CamBundle\Wowza\Status\StatusRefresher.2"; reason: private alias.
Removed service ".Valt\CamBundle\Wowza\Status\StatusRefresher.0.inner"; reason: private alias.
Removed service ".Valt\UserBundle\Zoom\Sender\Sender.2"; reason: private alias.
Removed service ".Valt\UserBundle\Zoom\Sender\Sender.0.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.secured_api_v3"; reason: private alias.
Removed service "security.firewall.authenticator.saml"; reason: private alias.
Removed service "security.firewall.authenticator.wowza_api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; 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.object_constructor"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "websocket.bus"; reason: private alias.
Removed service "command.bus"; reason: private alias.
Removed service "async.bus"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader"; reason: private alias.
Removed service "Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader"; reason: private alias.
Removed service "security.event_dispatcher.secured_api_v3"; reason: private alias.
Removed service "security.event_dispatcher.saml"; reason: private alias.
Removed service "security.event_dispatcher.wowza_api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.DkcNf2A"; reason: private alias.
Removed service ".service_locator.tPSvh5m"; reason: private alias.
Removed service ".service_locator.mO50Dps"; reason: private alias.
Removed service ".service_locator.oyBC9BR"; reason: private alias.
Removed service ".service_locator.Gb.8fVb"; reason: private alias.
Removed service ".service_locator.E9qsq0R"; reason: private alias.
Removed service ".service_locator.mBGL4Xz"; reason: private alias.
Removed service ".service_locator.dvAANyI"; reason: private alias.
Removed service ".service_locator.kPfO5Nv"; reason: private alias.
Removed service ".service_locator._.HxyFA"; reason: private alias.
Removed service ".service_locator.sFxKMHs"; reason: private alias.
Removed service ".service_locator.KgD9SPz"; reason: private alias.
Removed service ".service_locator..4p613r"; reason: private alias.
Removed service ".service_locator.KMnY6xr"; reason: private alias.
Removed service ".service_locator.8g7Etb0"; reason: private alias.
Removed service ".service_locator.yx5pDs3"; reason: private alias.
Removed service ".service_locator.qkgWsaZ"; reason: private alias.
Removed service ".service_locator.JGcWCOq"; reason: private alias.
Removed service ".service_locator.Aj.rlis"; reason: private alias.
Removed service ".service_locator.H_UF3NU"; reason: private alias.
Removed service ".service_locator.W7sPz7B"; reason: private alias.
Removed service ".service_locator.nMzxdDf"; reason: private alias.
Removed service ".service_locator.mLdLBe6"; reason: private alias.
Removed service ".service_locator.DXWWcB4"; reason: private alias.
Removed service ".service_locator.vFIU6lr"; reason: private alias.
Removed service ".service_locator.0XayR1G"; reason: private alias.
Removed service ".service_locator.Ypm1bCw"; reason: private alias.
Removed service ".service_locator.OU5NEjD"; reason: private alias.
Removed service ".service_locator.v5aUMaM"; reason: private alias.
Removed service ".service_locator.LGVkfq_"; reason: private alias.
Removed service ".service_locator.9flHhgh"; reason: private alias.
Removed service ".service_locator.E7AFVXQ"; reason: private alias.
Removed service ".service_locator.ktNhwDn"; reason: private alias.
Removed service ".service_locator.TCmMNzK"; reason: private alias.
Removed service ".service_locator.JRy6k06"; reason: private alias.
Removed service ".service_locator.gnKWxMo"; reason: private alias.
Removed service ".service_locator.ARm6vGo"; reason: private alias.
Removed service ".service_locator.3avRHzh"; reason: private alias.
Removed service ".service_locator.9VAwuCl"; reason: private alias.
Removed service ".service_locator.nUWNO1f"; reason: private alias.
Removed service ".service_locator.U44iZOy"; reason: private alias.
Removed service ".service_locator.gNay.SU"; reason: private alias.
Removed service ".service_locator.D95cmRC"; reason: private alias.
Removed service ".service_locator.blwOy2B"; reason: private alias.
Removed service ".service_locator.XGWLB9R"; reason: private alias.
Removed service ".service_locator.18J8vRO"; reason: private alias.
Removed service ".service_locator.hAh46Ay"; reason: private alias.
Removed service ".service_locator.XDPgl_P"; reason: private alias.
Removed service ".service_locator.QUyzHZL"; reason: private alias.
Removed service ".service_locator.HFGqS4l"; reason: private alias.
Removed service ".service_locator.VrBScld"; reason: private alias.
Removed service ".service_locator.F.8gUkh"; reason: private alias.
Removed service ".service_locator.PPiah3F"; reason: private alias.
Removed service ".service_locator.unapX6U"; reason: private alias.
Removed service ".service_locator.Y_xFYwA"; reason: private alias.
Removed service ".service_locator.YphFtLV"; reason: private alias.
Removed service ".service_locator.gJiPyaw"; reason: private alias.
Removed service ".service_locator.MCtI1Fb"; reason: private alias.
Removed service ".service_locator.v1GWdE7"; reason: private alias.
Removed service ".service_locator.11fflUy"; reason: private alias.
Removed service ".service_locator.Rtlr.7."; reason: private alias.
Removed service ".service_locator.nZWHEwF"; reason: private alias.
Removed service ".service_locator.ky8P9vq"; reason: private alias.
Removed service ".service_locator.5ss5OWi"; reason: private alias.
Removed service ".service_locator.b57cRO6"; reason: private alias.
Removed service ".service_locator.eUUQJG0"; reason: private alias.
Removed service ".service_locator.hrccP.D"; reason: private alias.
Removed service ".service_locator.2krkXR_"; reason: private alias.
Removed service ".service_locator.q5ruYRS"; reason: private alias.
Removed service ".service_locator.GRg0uAl"; reason: private alias.
Removed service ".service_locator.SH8N4DJ"; reason: private alias.
Removed service ".service_locator.qCpFnh5"; reason: private alias.
Removed service ".service_locator.4ix1aCk"; reason: private alias.
Removed service ".service_locator.dScxvwI"; reason: private alias.
Removed service ".service_locator.GmJ82pr"; reason: private alias.
Removed service ".service_locator.hUUI__n"; reason: private alias.
Removed service ".service_locator.83AgwaI"; reason: private alias.
Removed service ".service_locator.NsDXK_Z"; reason: private alias.
Removed service ".service_locator.rGdmp79"; reason: private alias.
Removed service ".service_locator.x333UDu"; reason: private alias.
Removed service ".service_locator.xwUvVYX"; reason: private alias.
Removed service ".service_locator.JDvG3nE"; reason: private alias.
Removed service ".service_locator.xYhLCPZ"; reason: private alias.
Removed service ".service_locator.IW2WP2B"; reason: private alias.
Removed service ".service_locator.2zKT8xn"; reason: private alias.
Removed service ".service_locator.dCwl.28"; reason: private alias.
Removed service ".service_locator.l3dB8Of"; reason: private alias.
Removed service ".service_locator.oW8PuW_"; reason: private alias.
Removed service ".service_locator.Td0O00O"; reason: private alias.
Removed service ".service_locator.YQPQkZS"; reason: private alias.
Removed service ".service_locator.FVEcoWi"; reason: private alias.
Removed service ".service_locator.aN6TAd6"; reason: private alias.
Removed service ".service_locator._KEgrTS"; reason: private alias.
Removed service ".service_locator.gIGFcXZ"; reason: private alias.
Removed service ".service_locator.CTHChre"; reason: private alias.
Removed service ".service_locator._OQY9Vv"; reason: private alias.
Removed service ".service_locator.yFyivJq"; reason: private alias.
Removed service ".service_locator.D_bL90H"; reason: private alias.
Removed service ".service_locator.rOdknr7"; reason: private alias.
Removed service ".service_locator.1wB9JYb"; reason: private alias.
Removed service ".service_locator.5IXNQn4"; reason: private alias.
Removed service ".service_locator.40_SQTw"; reason: private alias.
Removed service ".service_locator.glcQFm."; reason: private alias.
Removed service ".service_locator.jDlGfgo"; reason: private alias.
Removed service ".service_locator.YdVKWNE"; reason: private alias.
Removed service ".service_locator._tV6O_f"; reason: private alias.
Removed service ".service_locator.JkMQGO7"; reason: private alias.
Removed service ".service_locator.mNPupVI"; reason: private alias.
Removed service ".service_locator.E6fh0pT"; reason: private alias.
Removed service ".service_locator.AiNeAx_"; reason: private alias.
Removed service ".service_locator.d8k4WlX"; reason: private alias.
Removed service ".service_locator.AEV.qEd"; reason: private alias.
Removed service ".service_locator.9OD.3Zq"; reason: private alias.
Removed service ".service_locator.siqULqI"; reason: private alias.
Removed service ".service_locator.EtbnJCU"; reason: private alias.
Removed service ".service_locator.m4CxNYU"; reason: private alias.
Removed service ".service_locator.djDZbgP"; reason: private alias.
Removed service ".service_locator.e2ATI5n"; reason: private alias.
Removed service ".service_locator.Rjitpp5"; reason: private alias.
Removed service ".service_locator.7N_Y8Bt"; reason: private alias.
Removed service ".service_locator.koNNETj"; reason: private alias.
Removed service ".service_locator.uO48If7"; reason: private alias.
Removed service ".service_locator.MPnyIki"; reason: private alias.
Removed service ".service_locator.lecykLS"; reason: private alias.
Removed service ".service_locator.NKRa9rz"; reason: private alias.
Removed service ".service_locator.BV9lpfu"; reason: private alias.
Removed service ".service_locator.eCQ7_kV"; reason: private alias.
Removed service ".service_locator.ClZ2TPP"; reason: private alias.
Removed service ".service_locator.kEMOghw"; reason: private alias.
Removed service ".service_locator.EQ5GkIP"; reason: private alias.
Removed service ".service_locator.3fdh9Mo"; reason: private alias.
Removed service ".service_locator._mOybuT"; reason: private alias.
Removed service ".service_locator.664kVzu"; reason: private alias.
Removed service ".service_locator.bWvzrF6"; reason: private alias.
Removed service ".service_locator.FeOBG1y"; reason: private alias.
Removed service ".service_locator.gJoroa3"; reason: private alias.
Removed service ".service_locator.w3Eajuy"; reason: private alias.
Removed service ".service_locator.lFg14_l"; reason: private alias.
Removed service ".service_locator.RMBvQ.X"; reason: private alias.
Removed service ".service_locator.97OLFJj"; reason: private alias.
Removed service ".service_locator.zkTQ9F."; reason: private alias.
Removed service ".service_locator.13Moc9m"; reason: private alias.
Removed service ".service_locator.GakUzcC"; reason: private alias.
Removed service ".service_locator.Q.bamhn"; reason: private alias.
Removed service ".service_locator.3v8ZLoo"; reason: private alias.
Removed service ".service_locator.5SAwyOn"; reason: private alias.
Removed service ".service_locator.tXnMZ0X"; reason: private alias.
Removed service ".service_locator.0WvFYAv"; reason: private alias.
Removed service ".service_locator.LK4TYXQ"; reason: private alias.
Removed service ".service_locator.MUaEOKg"; reason: private alias.
Removed service ".service_locator.Cn.FC2F"; reason: private alias.
Removed service ".service_locator.HwaL27s"; reason: private alias.
Removed service ".service_locator.9Ehshf6"; reason: private alias.
Removed service ".service_locator.7r2YtfI"; reason: private alias.
Removed service ".service_locator.lpSNdCH"; reason: private alias.
Removed service ".service_locator.IkPNZrz"; reason: private alias.
Removed service ".service_locator.WhH8p6_"; reason: private alias.
Removed service ".service_locator.RrQpMic"; reason: private alias.
Removed service ".service_locator.HHnNB31"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.gHDw6LK"; reason: private alias.
Removed service ".service_locator.hjAJQbj"; reason: private alias.
Removed service ".service_locator.ybqiz_N"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
Removed service ".service_locator.jMO7bxw"; reason: private alias.
418
Changed reference of service "Valt\Cue\Activity\Application\UseCase\AdvanceFlow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\FinishActivityIfCompleted" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\JoinActivity" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\MoveActivityToEvaluatingAfterRecording" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\PauseActivity" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\PingParticipant" previously pointing to "debug.traced.async.bus" to "messenger.default_bus".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\PingParticipant" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\RefreshParticipant" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\ResumeActivity" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\StartActivity" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\StopActivityRecording" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\SubmitEvaluationTemplateForm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Application\UseCase\SubmitInformationTemplateForm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\Cue\Activity\Presentation\Controller\ActivityViewController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\Cue\Session\Application\UseCase\GetSessionTrackLink" previously pointing to "router.default" to "router".
Changed reference of service "Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\Template\Application\EventListener\TemplateAwareListener" previously pointing to "debug.traced.async.bus" to "messenger.default_bus".
Changed reference of service "Valt\Template\Application\Service\StaticImageViewer" previously pointing to "router.default" to "router".
Changed reference of service "Valt\Template\Presentation\Controller\TemplateAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\Template\Presentation\Controller\TemplateController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\Template\Presentation\Validation\SymfonyIssueMessageTranslator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Controller\v3\Admin\TemplatesController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\ApiBundle\Controller\v3\Audio\AudioController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\ApiBundle\Controller\v3\Audio\AudioController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\ApiBundle\Controller\v3\AuthController" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\ApiBundle\Controller\v3\Comment\CommentController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\ApiBundle\Controller\v3\Comment\CommentController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\ApiBundle\Controller\v3\Record\UploadRecordController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\ApiBundle\Controller\v3\Record\UploadVideoController" previously pointing to "Valt\BasicBundle\File\Chunk\FilesystemChunkStorage" to "Valt\BasicBundle\File\Chunk\ChunkStorageInterface".
Changed reference of service "Valt\ApiBundle\Controller\v3\Record\UploadVideoController" previously pointing to ".Valt\CamBundle\Record\Uploader\Uploader.0" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Changed reference of service "Valt\ApiBundle\Controller\v3\Record\UploadVideoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Controller\v3\ReviewController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\ApiBundle\Controller\v3\RoomController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\ApiBundle\Security\Core\User\ApiKeyUserProvider" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\BasicBundle\Command\Security\KeySetRotatorCommand" previously pointing to "Valt\BasicBundle\Security\Key\Loader\DelegatingKeySetLoader" to "Valt\BasicBundle\Security\Key\Loader\KeySetLoaderInterface".
Changed reference of service "Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\BasicBundle\Controller\DefaultController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\BasicBundle\Ldap\LdapImporter" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\BasicBundle\Security\Key\KeySelector" previously pointing to "Valt\BasicBundle\Security\Key\Loader\DelegatingKeySetLoader" to "Valt\BasicBundle\Security\Key\Loader\KeySetLoaderInterface".
Changed reference of service "Valt\BasicBundle\Security\Token\Generator\TokenGenerator" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\BasicBundle\Security\Token\Verifier\TokenVerifier" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Command\Recorder\RecorderStatusCommand" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\CamBundle\Controller\Admin\WowzaAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\ApiController" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\CamBundle\Controller\ApiController" previously pointing to "router.default" to "router".
Changed reference of service "Valt\CamBundle\Controller\AudioController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\AudioController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\CameraAdminController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Controller\CameraAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Circuit\CircuitCrudController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Circuit\CircuitListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Circuit\CircuitViewController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Comment\CommentController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Comment\CommentController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Comment\CommentInObserveListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Comment\CommentInReviewListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\DeleteRoomAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\HelpAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\HelpContactAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Record\BatchRecordingController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Valt\CamBundle\Controller\Record\PrepareMultiRecordController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Controller\Record\PrepareRecordController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Controller\Record\RecordCreateController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\CamBundle\Controller\Record\RecordCutController" previously pointing to ".Valt\CamBundle\Record\Cutter\Cutter.0" to "Valt\CamBundle\Record\Cutter\CutterInterface".
Changed reference of service "Valt\CamBundle\Controller\Record\RecordDeleteController" previously pointing to ".Valt\CamBundle\Record\Remover\Remover.0" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Changed reference of service "Valt\CamBundle\Controller\Record\RecordListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Record\RecordSyncController" previously pointing to ".Valt\CamBundle\Sync\Syncer.0" to "Valt\CamBundle\Sync\SyncerInterface".
Changed reference of service "Valt\CamBundle\Controller\Record\RecordUploadController" previously pointing to ".Valt\CamBundle\Record\Uploader\Uploader.0" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Changed reference of service "Valt\CamBundle\Controller\Record\RecordUploadController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\CamBundle\Controller\RecordController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Controller\RecordInfoController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Report\ReportListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Report\ReportViewController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\RoomAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Schedule\ExceptionListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Schedule\ScheduleCalendarController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Schedule\ScheduleListController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Schedule\ScheduleOverlapController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Schedule\ScheduleStopController" previously pointing to ".Valt\CamBundle\Schedule\Scheduler\Scheduler.0" to "Valt\CamBundle\Schedule\Scheduler\SchedulerInterface".
Changed reference of service "Valt\CamBundle\Controller\Transcription\UploadTranscriptionController" previously pointing to "router.default" to "router".
Changed reference of service "Valt\CamBundle\Controller\TranscriptionServiceAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\CamBundle\Controller\Wowza\CheckLowSpaceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\CamBundle\Controller\Wowza\CutNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\Wowza\SendWowzaStateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\Wowza\StatusNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\Wowza\SyncSettingsController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\WowzaApi\MediaServerController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Controller\WowzaApiController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Controller\WowzaNotification\StopNotificationController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\MessageHandler\WowzaHandler" previously pointing to "Valt\CamBundle\Wowza\LoggableWowzaClient" to "Valt\CamBundle\Wowza\WowzaClientInterface".
Changed reference of service "Valt\CamBundle\Transcription\Transcriber" previously pointing to "router.default" to "router".
Changed reference of service "Valt\CamBundle\Transcription\Transcriber" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\CamBundle\Wowza\Status\EventfulRefresher" previously pointing to ".Valt\CamBundle\Wowza\Status\StatusRefresher.0" to "Valt\CamBundle\Wowza\Status\StatusRefresherInterface".
Changed reference of service "Valt\CamBundle\Wowza\Status\EventfulRefresher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Wowza\Status\SyncRefresher" previously pointing to ".Valt\CamBundle\Wowza\Status\StatusRefresher.0" to "Valt\CamBundle\Wowza\Status\StatusRefresherInterface".
Changed reference of service "Valt\CamBundle\Wowza\WebServer\LoggableWebServer" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\MobileBundle\Controller\MobileController" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\MobileBundle\Controller\Record\CreateRecordController" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\MobileBundle\Controller\Record\CreateRecordController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Record\DeleteRecordController" previously pointing to ".Valt\CamBundle\Record\Remover\Remover.0" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Changed reference of service "Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Record\GetRecordController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Record\Video\GetVideoController" previously pointing to "Valt\BasicBundle\File\Chunk\FilesystemChunkStorage" to "Valt\BasicBundle\File\Chunk\ChunkStorageInterface".
Changed reference of service "Valt\MobileBundle\Controller\Record\Video\GetVideoController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Record\Video\UploadVideoController" previously pointing to "Valt\BasicBundle\File\Chunk\FilesystemChunkStorage" to "Valt\BasicBundle\File\Chunk\ChunkStorageInterface".
Changed reference of service "Valt\MobileBundle\Controller\Record\Video\UploadVideoController" previously pointing to ".Valt\CamBundle\Record\Uploader\Uploader.0" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Changed reference of service "Valt\MobileBundle\Controller\Record\Video\UploadVideoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\MobileBundle\Controller\Room\CreateRecordingController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\MobileBundle\Controller\Room\CreateRecordingController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Room\GetRecordingController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Room\GetRoomController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\Room\StopRecordingController" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\MobileBundle\Controller\Room\StopRecordingController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\User\GetOwnRightsController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\User\GetOwnUserController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\User\GetRightsController" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\MobileBundle\Controller\User\GetRightsController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\MobileBundle\Controller\User\GetUserController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\SsoBundle\Controller\SsoConfigAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\UserBundle\Controller\ContainerController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\UserBundle\Controller\SecurityController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\UserBundle\Controller\UserController" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\UserBundle\Controller\UserGroupAdminController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\UserBundle\Controller\UserLogoutSoonController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\UserBundle\DataFixtures\UserFixtures" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\UserBundle\EventSubscriber\AuthenticationSubscriber" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\UserBundle\Security\AccessDeniedHandler" previously pointing to "router.default" to "router".
Changed reference of service "Valt\UserBundle\Security\Core\User\UserCreator" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\UserBundle\Security\Core\User\UserProvider" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\UserBundle\EventListener\UserPasswordExpiredListener" previously pointing to "router.default" to "router".
Changed reference of service "Valt\CamBundle\Utils\WowzaManager" previously pointing to "Valt\CamBundle\Wowza\LoggableWowzaClient" to "Valt\CamBundle\Wowza\WowzaClientInterface".
Changed reference of service "Valt\MobileBundle\Utils\AccessManager" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Valt\BasicBundle\DoctrineListener\EntityUpdateListener" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Audio\AudioService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\UserBundle\Util\Logger" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Valt\CamBundle\Comment\CommentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Comment\CommentTagService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Comment\EventListener\CommentCreatedListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\UserBundle\Container\ContainerManager" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\CamBundle\Device\DeviceRemover" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\DoctrineListener\DeviceUpdateListener" previously pointing to "Valt\CamBundle\Wowza\LoggableWowzaClient" to "Valt\CamBundle\Wowza\WowzaClientInterface".
Changed reference of service "Valt\CamBundle\EventListener\AlertListener" previously pointing to "debug.traced.async.bus" to "messenger.default_bus".
Changed reference of service "Valt\CamBundle\EventListener\MotionRecordingTrigger" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\EventListener\RecordAutoSyncer" previously pointing to ".Valt\CamBundle\Sync\Syncer.0" to "Valt\CamBundle\Sync\SyncerInterface".
Changed reference of service "Valt\CamBundle\EventListener\WowzaSpaceChecker" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\MobileBundle\EventListener\MobileApiListener" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\BasicBundle\Form\Type\FileOrSameType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\BasicBundle\Form\Type\Select2ChoiceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\CamBundle\Form\Type\TemplateFieldType" previously pointing to "router.default" to "router".
Changed reference of service "Valt\SsoBundle\Form\Type\SsoConfigType" previously pointing to "router.default" to "router".
Changed reference of service "Valt\UserBundle\Form\Type\LdapUserType" previously pointing to "router.default" to "router".
Changed reference of service "Valt\BasicBundle\Utils\GlobalSettingsManager" previously pointing to ".Valt\CamBundle\Sync\Syncer.0" to "Valt\CamBundle\Sync\SyncerInterface".
Changed reference of service "Valt\BasicBundle\Initializer\AdministratorInitializer" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\ApiBundle\Util\Extensions\FormDataExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\CompoundTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\ArrayTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\ChoiceTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\SubmitTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\FileTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\LoginPageImageTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\HiddenTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\TemplateButtonFieldsTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\TemplateMultiFilesUploadTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\UsersAndGroupsTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\SingleChoiceTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\StaticTextTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\StaticImageTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\CommentReviewTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\RadioCheckboxTreeTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\UserCustomFileUploadTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\TranscriptsCardsTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\ZoomAccountTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\GridSizeTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\ColorPickerTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\AsyncTypeaheadTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\CollectionTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\BasicBundle\Form\LiformTransformer\DurationTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\BasicBundle\Form\LiformTransformer\TemplateTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\ApiBundle\Util\Transformers\MotionDetectionMaskTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Valt\MobileBundle\Responder\MobileApiResponder" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\DoctrineListener\MosaicQueueUpdateListener" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Record\Cutter\LoggableCutter" previously pointing to ".Valt\CamBundle\Record\Cutter\Cutter.0" to "Valt\CamBundle\Record\Cutter\CutterInterface".
Changed reference of service "Valt\CamBundle\Record\Downloader\Downloader" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\CamBundle\Record\Downloader\Downloader" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Record\Ensurer\LoggableEnsurer" previously pointing to ".Valt\CamBundle\Record\Ensurer\Ensurer.0" to "Valt\CamBundle\Record\Ensurer\EnsurerInterface".
Changed reference of service "Valt\CamBundle\Record\Recorder\ActionLoggingRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Record\Recorder\CommandRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Record\Recorder\EventfulRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Record\Recorder\EventfulRecorder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Record\Recorder\LoggingRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Record\Recorder\NotifiableRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Record\Recorder\ScheduledRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Record\Recorder\SpaceCheckableRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Record\Remover\FileRemover" previously pointing to ".Valt\CamBundle\Record\Remover\Remover.0" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Changed reference of service "Valt\CamBundle\Record\Remover\LoggableRemover" previously pointing to ".Valt\CamBundle\Record\Remover\Remover.0" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Changed reference of service "Valt\CamBundle\Record\Remover\MigratingRemover" previously pointing to ".Valt\CamBundle\Record\Remover\Remover.0" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Changed reference of service "Valt\CamBundle\Record\Remover\NotifyingRemover" previously pointing to ".Valt\CamBundle\Record\Remover\Remover.0" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Changed reference of service "Valt\CamBundle\Record\RetentionRemover\LoggableRetentionRemover" previously pointing to ".Valt\CamBundle\Record\RetentionRemover\RetentionRemover.0" to "Valt\CamBundle\Record\RetentionRemover\RetentionRemoverInterface".
Changed reference of service "Valt\CamBundle\Record\Uploader\EventfulUploader" previously pointing to ".Valt\CamBundle\Record\Uploader\Uploader.0" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Changed reference of service "Valt\CamBundle\Record\Uploader\EventfulUploader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Record\Uploader\RecordFilesUploader" previously pointing to ".Valt\CamBundle\Record\Uploader\Uploader.0" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Changed reference of service "Valt\CamBundle\Record\Uploader\ReservingUploader" previously pointing to ".Valt\CamBundle\Record\Uploader\Uploader.0" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Changed reference of service "Valt\CamBundle\Record\Uploader\StorageCheckingUploader" previously pointing to ".Valt\CamBundle\Record\Uploader\Uploader.0" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Changed reference of service "Valt\CamBundle\Sync\LoggableSyncer" previously pointing to ".Valt\CamBundle\Sync\Syncer.0" to "Valt\CamBundle\Sync\SyncerInterface".
Changed reference of service "Valt\CamBundle\Sync\Routing\StreamRouter" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\CamBundle\Sync\Routing\StreamRouter" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\CamBundle\Sync\Routing\VideoRouter" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\CamBundle\Sync\Routing\VideoRouter" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".Valt\CamBundle\Record\Recorder\Recorder.4" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".Valt\CamBundle\Record\Uploader\Uploader.3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\Room\RoomRecorder" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Room\RoomRemover" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\MotionDetection\MotionDetector" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\CamBundle\Utils\RoomLocker" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Schedule\Scheduler\LoggableScheduler" previously pointing to ".Valt\CamBundle\Schedule\Scheduler\Scheduler.0" to "Valt\CamBundle\Schedule\Scheduler\SchedulerInterface".
Changed reference of service "Valt\CamBundle\Schedule\Scheduler\LoggingScheduler" previously pointing to ".Valt\CamBundle\Schedule\Scheduler\Scheduler.0" to "Valt\CamBundle\Schedule\Scheduler\SchedulerInterface".
Changed reference of service "Valt\CamBundle\Schedule\Scheduler\NotifiableScheduler" previously pointing to ".Valt\CamBundle\Schedule\Scheduler\Scheduler.0" to "Valt\CamBundle\Schedule\Scheduler\SchedulerInterface".
Changed reference of service "Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler" previously pointing to ".Valt\CamBundle\Wowza\Status\StatusRefresher.0" to "Valt\CamBundle\Wowza\Status\StatusRefresherInterface".
Changed reference of service "Valt\SsoBundle\Builder\EntityDescriptor\EntityDescriptorBuilder" previously pointing to "router.default" to "router".
Changed reference of service "Valt\UserBundle\Util\UserAndGroupManager" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "Valt\UserBundle\Util\RouteHelper" previously pointing to "router.default" to "router".
Changed reference of service ".Valt\CamBundle\Wowza\Status\StatusRefresher.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Valt\CamBundle\DoctrineListener\MediaServerListener" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "Valt\CamBundle\DoctrineListener\MediaServerListener" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\UserBundle\Zoom\Provider\AuthorizationProvider" previously pointing to ".Valt\UserBundle\Zoom\Sender\Sender.0" to "Valt\UserBundle\Zoom\Sender\SenderInterface".
Changed reference of service "Valt\UserBundle\Zoom\Provider\AuthorizationProvider" previously pointing to "router.default" to "router".
Changed reference of service "Valt\UserBundle\Zoom\Sender\CacheableSender" previously pointing to ".Valt\UserBundle\Zoom\Sender\Sender.0" to "Valt\UserBundle\Zoom\Sender\SenderInterface".
Changed reference of service "Valt\UserBundle\Zoom\Sender\LoggableSender" previously pointing to ".Valt\UserBundle\Zoom\Sender\Sender.0" to "Valt\UserBundle\Zoom\Sender\SenderInterface".
Changed reference of service "Valt\UserBundle\Zoom\Sender\RefreshableSender" previously pointing to ".Valt\UserBundle\Zoom\Sender\Sender.0" to "Valt\UserBundle\Zoom\Sender\SenderInterface".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.async.bus" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "scheduler.event_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.async.bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.async.bus" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.async.bus" 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.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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 "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "stof_doctrine_extensions.tool.actor_provider" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "stof_doctrine_extensions.event_listener.blame" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "spiriit_form_filter.query_builder_updater" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "LightSaml\Build\Container\SystemContainerInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "LightSaml\Binding\BindingFactoryInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Limenius\Liform\Transformer\AbstractTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.integer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.array" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.compound" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.string" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.number" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "liform.transformer.boolean" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Limenius\Liform\Liform" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CompoundTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ArrayTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ChoiceTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\SubmitTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\FileTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\LoginPageImageTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\HiddenTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TemplateButtonFieldsTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TemplateMultiFilesUploadTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\UsersAndGroupsTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\SingleChoiceTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\StaticTextTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\StaticImageTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CommentReviewTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\RadioCheckboxTreeTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\UserCustomFileUploadTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TranscriptsCardsTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ZoomAccountTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\GridSizeTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ColorPickerTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\AsyncTypeaheadTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CollectionTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\BasicBundle\Form\LiformTransformer\DurationTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\BasicBundle\Form\LiformTransformer\TemplateTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\MotionDetectionMaskTransformer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KyFv8fI" previously pointing to ".Valt\CamBundle\Record\Cutter\Cutter.0" to "Valt\CamBundle\Record\Cutter\CutterInterface".
Changed reference of service ".service_locator.gcN.v5B" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service ".service_locator.7lseJss" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.yXvqvvL" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.FSnBOW4" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service ".service_locator.GU2cKnz" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service ".service_locator.oMSFhew" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service ".service_locator.BveUdXs" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".service_locator.t4uSPXV" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service ".service_locator.hmFBYc6" previously pointing to "Valt\UserBundle\User\UserManager" to "Valt\UserBundle\User\UserManagerInterface".
Changed reference of service "websocket.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "command.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "async.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.x5C5BEE" previously pointing to "debug.traced.async.bus" 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.Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Valt\CamBundle\Security\Voter\CommentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Valt\CamBundle\Security\Voter\RoomVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.rKVHnSV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.rKVHnSV" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.3D_vRhH" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3D_vRhH" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.KVGxHV4" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.KVGxHV4" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.ZhJDKnn" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.e_.xxAP" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".Valt\CamBundle\Record\Recorder\Recorder.6.inner" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service ".Valt\CamBundle\Record\Uploader\Uploader.3.inner" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service ".Valt\CamBundle\Record\Uploader\Uploader.3.inner" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".Valt\CamBundle\Record\RetentionRemover\RetentionRemover.0.inner" previously pointing to ".Valt\CamBundle\Record\Remover\Remover.0" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Changed reference of service ".Valt\CamBundle\Sync\Syncer.0.inner" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service ".Valt\CamBundle\Schedule\Scheduler\Scheduler.2.inner" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service ".Valt\CamBundle\Wowza\WebServer\WebServer.0.inner" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service ".Valt\CamBundle\Wowza\Status\StatusRefresher.1.inner" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service ".Valt\UserBundle\Zoom\Sender\Sender.1.inner" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Valt\BasicBundle\Security\Key\Loader\KeySetLoaderInterface" previously pointing to "Valt\BasicBundle\Security\Key\Loader\KeySetLoaderResolver" to "Valt\BasicBundle\Security\Key\Loader\KeySetLoaderResolverInterface".
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".
Changed reference of service "console.command.public_alias.Valt\BasicBundle\Command\InitializeCommand" previously pointing to "Valt\BasicBundle\Initializer\ApplicationInitializer" to "Valt\BasicBundle\Initializer\InitializerInterface".
Changed reference of service "console.command.public_alias.Valt\CamBundle\Command\DeleteOutdatedCommand" previously pointing to ".Valt\CamBundle\Record\RetentionRemover\RetentionRemover.0" to "Valt\CamBundle\Record\RetentionRemover\RetentionRemoverInterface".
Changed reference of service "console.command.public_alias.Valt\CamBundle\Command\RecordEnsurerCommand" previously pointing to ".Valt\CamBundle\Record\Ensurer\Ensurer.0" to "Valt\CamBundle\Record\Ensurer\EnsurerInterface".
Changed reference of service "console.command.public_alias.Valt\CamBundle\Command\RecordEnsurerCommand" previously pointing to ".Valt\CamBundle\Record\Recorder\Recorder.0" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Changed reference of service "console.command.public_alias.Valt\CamBundle\Command\SchedulerCommand" previously pointing to ".Valt\CamBundle\Schedule\Scheduler\Scheduler.0" to "Valt\CamBundle\Schedule\Scheduler\SchedulerInterface".
Changed reference of service "console.command.public_alias.Valt\CamBundle\Command\UpdateTranscribingQueueCommand" previously pointing to ".Valt\CamBundle\Wowza\WebServer\WebServer.0" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Changed reference of service "console.command.public_alias.Valt\CamBundle\Command\WowzaStatusRefresherCommand" previously pointing to ".Valt\CamBundle\Wowza\Status\StatusRefresher.0" to "Valt\CamBundle\Wowza\Status\StatusRefresherInterface".
1700
Removed service "Valt\BasicBundle\Initializer\UpdateSchemaInitializer"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "lightsaml.party.idp_entity_descriptor_store.file"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "Limenius\Liform\Transformer\AbstractTransformer"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.max_size_handler_main"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_main"; reason: abstract.
Removed service ".abstract.instanceof.max_size_handler_main"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.max_size_handler_fs"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_fs"; reason: abstract.
Removed service ".abstract.instanceof.max_size_handler_fs"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.max_size_handler_csp_reports"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_csp_reports"; reason: abstract.
Removed service ".abstract.instanceof.max_size_handler_csp_reports"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.max_size_handler_deprecation"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.max_size_handler_deprecation"; reason: abstract.
Removed service ".abstract.instanceof.max_size_handler_deprecation"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished.0.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents.0.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener.0.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced.0.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities.0.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Application\UseCase\CancelStaleWaitingActivities"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Application\UseCase\RefreshParticipant.0.Valt\Cue\Activity\Application\UseCase\RefreshParticipant"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Application\UseCase\RefreshParticipant"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Domain\Entity\Activity.0.Valt\Cue\Activity\Domain\Entity\Activity"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Domain\Entity\Activity"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Domain\Entity\Flow.0.Valt\Cue\Activity\Domain\Entity\Flow"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Domain\Entity\Flow"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Domain\Entity\Participant.0.Valt\Cue\Activity\Domain\Entity\Participant"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Domain\Entity\Participant"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Activity\Infrastructure\Repository\ActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Infrastructure\Repository\ActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Activity\Infrastructure\Repository\FlowRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Infrastructure\Repository\FlowRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController.0.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityJoinController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPingController.0.Valt\Cue\Activity\Presentation\Controller\ActivityPingController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPingController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController.0.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityViewController.0.Valt\Cue\Activity\Presentation\Controller\ActivityViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\ActivityViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController.0.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormGetController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController.0.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController.0.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormGetController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController.0.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Session\Domain\Entity\Notification.0.Valt\Cue\Session\Domain\Entity\Notification"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Domain\Entity\Notification"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Session\Domain\Entity\Session.0.Valt\Cue\Session\Domain\Entity\Session"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Domain\Entity\Session"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Session\Domain\Entity\SessionAssignment.0.Valt\Cue\Session\Domain\Entity\SessionAssignment"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Domain\Entity\SessionAssignment"; reason: abstract.
Removed service ".instanceof.Valt\Cue\Session\Domain\Entity\SessionTrack.0.Valt\Cue\Session\Domain\Entity\SessionTrack"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Domain\Entity\SessionTrack"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\Cue\Session\Infrastructure\DataFixtures\SessionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Infrastructure\DataFixtures\SessionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\Cue\Session\Infrastructure\DataFixtures\SessionTrackFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Infrastructure\DataFixtures\SessionTrackFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Session\Infrastructure\Repository\SessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Infrastructure\Repository\SessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Cue\Session\Infrastructure\Repository\SessionTrackRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Infrastructure\Repository\SessionTrackRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\Cue\Session\Infrastructure\Validator\Constraints\LessThanOrEqualTemplateDurationValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Infrastructure\Validator\Constraints\LessThanOrEqualTemplateDurationValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\Cue\Session\Infrastructure\Validator\Constraints\UniqueNotificationValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Infrastructure\Validator\Constraints\UniqueNotificationValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\NotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionAssignmentType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\SessionAssignmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionTrackType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\SessionTrackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Cue\Session\Presentation\Form\Type\SessionType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\Cue\Session\Presentation\Form\Type\SessionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Cue\Session\Presentation\Form\Type\SessionType"; reason: abstract.
Removed service ".instanceof.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger.0.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Shared\Infrastructure\Listener\DelayDispatchTrigger"; reason: abstract.
Removed service ".instanceof.Valt\Shared\Infrastructure\Listener\WebsocketEventListener.0.Valt\Shared\Infrastructure\Listener\WebsocketEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Shared\Infrastructure\Listener\WebsocketEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Valt\Shared\Infrastructure\Service\Delayer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Shared\Infrastructure\Service\Delayer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Shared\Presentation\Form\Type\SoundEnumType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Shared\Presentation\Form\Type\SoundEnumType"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\EventListener\TemplateAwareListener.0.Valt\Template\Application\EventListener\TemplateAwareListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\EventListener\TemplateAwareListener"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\EventListener\TemplateFieldImageFileMover.0.Valt\Template\Application\EventListener\TemplateFieldImageFileMover"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\EventListener\TemplateFieldImageFileMover"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\DelegatingFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\DelegatingFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\DescriptionFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\DescriptionFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\ImageFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\ImageFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\NoteFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\NoteFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\ScoredSelectFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\ScoredSelectFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\SelectFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\SelectFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\StaticTextFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\StaticTextFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Mapper\Form\FormFieldMapperInterface.0.Valt\Template\Application\Mapper\Form\TextFormFieldMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Mapper\Form\TextFormFieldMapper"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Valt\Template\Application\Serializer\TemplateImportNormalizer"; reason: abstract.
Removed service ".instanceof.Valt\Template\Application\Serializer\TemplateImportNormalizer.0.Valt\Template\Application\Serializer\TemplateImportNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Application\Serializer\TemplateImportNormalizer"; reason: abstract.
Removed service ".instanceof.Valt\Template\Domain\Entity\Template.0.Valt\Template\Domain\Entity\Template"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Domain\Entity\Template"; reason: abstract.
Removed service ".instanceof.Valt\Template\Domain\Entity\TemplateField.0.Valt\Template\Domain\Entity\TemplateField"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Domain\Entity\TemplateField"; reason: abstract.
Removed service ".instanceof.Valt\Template\Domain\Entity\TemplateFieldOption.0.Valt\Template\Domain\Entity\TemplateFieldOption"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Domain\Entity\TemplateFieldOption"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Template\Infrastructure\Repository\TemplateFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Infrastructure\Repository\TemplateFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\Template\Infrastructure\Repository\TemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Infrastructure\Repository\TemplateRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\StaticImageViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\StaticImageViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Controller\StaticImageViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\TemplateAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\TemplateAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Controller\TemplateAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\Template\Presentation\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\Template\Presentation\Controller\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\DelegatingFieldFormTypeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Factory\DelegatingFieldFormTypeFactory"; reason: abstract.
Removed service ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\DescriptionFieldFormTypeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Factory\DescriptionFieldFormTypeFactory"; reason: abstract.
Removed service ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\ImageFieldFormTypeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Factory\ImageFieldFormTypeFactory"; reason: abstract.
Removed service ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\NoteFieldFormTypeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Factory\NoteFieldFormTypeFactory"; reason: abstract.
Removed service ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\SelectFieldFormTypeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Factory\SelectFieldFormTypeFactory"; reason: abstract.
Removed service ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\StaticTextFieldFormTypeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Factory\StaticTextFieldFormTypeFactory"; reason: abstract.
Removed service ".instanceof.Valt\Template\Presentation\Form\Factory\FieldFormTypeFactoryInterface.0.Valt\Template\Presentation\Form\Factory\TextFieldFormTypeFactory"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Factory\TextFieldFormTypeFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\Template\Presentation\Form\Type\TemplateFormType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\Template\Presentation\Form\Type\TemplateFormType"; reason: abstract.
Removed service ".instanceof.Valt\User\Presentation\Controller\Security\LogoutController.0.Valt\User\Presentation\Controller\Security\LogoutController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\User\Presentation\Controller\Security\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\CamerasController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\CamerasController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\CamerasController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\GeneralController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\GeneralController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\GeneralController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\LogsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\MediaServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\MediaServerController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\MediaServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\RoomsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\RoomsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\RoomsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\TemplatesController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Admin\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Admin\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Admin\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\AnnouncementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\AnnouncementController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\AnnouncementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Audio\AudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Audio\AudioController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Audio\AudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Comment\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Comment\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Comment\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\FilterController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\HelpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\HelpController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\HelpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\AddPresetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\AddPresetController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\AddPresetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\UploadRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\UploadRecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Record\UploadRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Record\UploadVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Record\UploadVideoController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Record\UploadVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\ReviewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\RightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\RightController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\RightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\ScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\Template\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\Template\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\Template\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\ApiBundle\Controller\v3\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\ApiBundle\Controller\v3\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Controller\v3\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\GenerateDeviceLicensesKeyCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Command\GenerateDeviceLicensesKeyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\InitializeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Command\InitializeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\MoveThumbnailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Command\MoveThumbnailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\KeySetListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Command\Security\KeySetListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\KeySetRotatorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Command\Security\KeySetRotatorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\BasicBundle\Command\Security\TokenGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Command\Security\TokenGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\AccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\AccessController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\AccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\GlobalSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\GlobalSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\GlobalSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\LdapServerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\LdapServerAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\LdapServerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\Security\JwkSetEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\Security\JwkSetEndpointController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\Security\JwkSetEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\BasicBundle\Controller\TimeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\BasicBundle\Controller\TimeController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Controller\TimeController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\BasicBundle\DataFixtures\AnnouncementFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\DataFixtures\AnnouncementFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\BasicBundle\DataFixtures\GlobalSettingsFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\DataFixtures\GlobalSettingsFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\BasicBundle\Repository\AnnouncementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Repository\AnnouncementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\BasicBundle\Repository\GlobalSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Repository\GlobalSettingsRepository"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Security\Key\Generator\KeyGeneratorInterface.0.Valt\BasicBundle\Security\Key\Generator\DelegatingKeyGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Security\Key\Generator\DelegatingKeyGenerator"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Security\Key\Generator\KeyGeneratorInterface.0.Valt\BasicBundle\Security\Key\Generator\RsaKeyGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Security\Key\Generator\RsaKeyGenerator"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader.0.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\JsonFormHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Serializer\JsonFormHandler"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\SourceSerializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Serializer\SourceSerializer"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\BasicBundle\Serializer\UuidSerializerHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Serializer\UuidSerializerHandler"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\GrantedRightsExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Twig\GrantedRightsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\NotificationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Twig\NotificationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\PHPDateFormatterExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Twig\PHPDateFormatterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\TimeIntervalExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Twig\TimeIntervalExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Valt\BasicBundle\Twig\TruncateStringExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Twig\TruncateStringExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\AtLeastOneRequiredValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Validator\Constraints\AtLeastOneRequiredValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\JSONWithoutSpecialCharactersValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Validator\Constraints\JSONWithoutSpecialCharactersValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\NotBlankIfValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Validator\Constraints\NotBlankIfValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\ValidFileOrSameValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Validator\Constraints\ValidFileOrSameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\WithoutLeadingZerosValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Validator\Constraints\WithoutLeadingZerosValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\BasicBundle\Validator\Constraints\WithoutSpecialCharactersValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Validator\Constraints\WithoutSpecialCharactersValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteNotFoundedAudioNotesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\DeleteNotFoundedAudioNotesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteOrphanedAudioNotesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\DeleteOrphanedAudioNotesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\DeleteOutdatedCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\DeleteOutdatedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\LdapSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\LdapSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\MigrateAllRecordDirectoriesToUuid"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\MigrateAllRecordDirectoriesToUuid"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\MosaicCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\MosaicCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\RecordEnsurerCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\RecordEnsurerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\Recorder\RecorderStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\Recorder\RecorderStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\SchedulerCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\SchedulerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\ThumbnailCheckInvalidCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\ThumbnailCheckInvalidCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\ThumbnailCreatorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\ThumbnailCreatorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\UpdateTranscribingQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\UpdateTranscribingQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\CamBundle\Command\WowzaStatusRefresherCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Command\WowzaStatusRefresherCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\Template\TemplateImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\Template\TemplateImportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Admin\Template\TemplateImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Admin\WowzaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Admin\WowzaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Admin\WowzaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\AlertController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\AlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\AudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\AudioController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\AudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\BeamDeviceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\BeamDeviceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\BeamDeviceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CameraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraLicenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraLicenseController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CameraLicenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\CameraMatrixController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\CameraMatrixController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\CameraMatrixController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitCrudController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Circuit\CircuitViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Circuit\CircuitViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Circuit\CircuitViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentDownloadFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentDownloadFileController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentDownloadFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInObserveListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInObserveListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentInObserveListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInReviewListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInReviewListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentInReviewListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Comment\CommentSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Comment\CommentSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Comment\CommentSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\DeleteRoomAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\DeleteRoomAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\DeleteRoomAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\EdgeCameraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\EdgeCameraAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\EdgeCameraAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\FilterController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\GeneralAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\GeneralAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\GeneralAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\HelpAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\HelpAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\HelpAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\HelpContactAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\HelpContactAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\HelpContactAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\LiveController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\LiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Observe\DeviceStreamerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Observe\DeviceStreamerController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Observe\DeviceStreamerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Observe\JoystickController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Observe\JoystickController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Observe\JoystickController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\BatchRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\BatchRecordingController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\BatchRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\PrepareMultiRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\PrepareMultiRecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\PrepareMultiRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\PrepareRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\PrepareRecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\PrepareRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordCreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordCreateController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordCreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordCutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordCutController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordCutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordEditController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordListExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordListExportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordListExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordMentionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordMentionListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordMentionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordShowController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordSyncController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Record\RecordUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Record\RecordUploadController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Record\RecordUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\RecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\RecordDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordFileController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\RecordFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RecordInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RecordInfoController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\RecordInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Report\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportExportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Report\ReportExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Report\ReportListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Report\ReportViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Report\ReportViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Report\ReportViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RoamDeviceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RoamDeviceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\RoamDeviceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\MotionDetectionToggleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\MotionDetectionToggleController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Room\MotionDetectionToggleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\ObserveRoomShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\ObserveRoomShowController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Room\ObserveRoomShowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingPauseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingPauseController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Room\RoomRecordingPauseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingResumeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingResumeController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Room\RoomRecordingResumeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Room\RoomRecordingStopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Room\RoomRecordingStopController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Room\RoomRecordingStopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\RoomAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\RoomAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\RoomAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ExceptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ExceptionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ExceptionListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ExceptionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleDurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleDurationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleDurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleListExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleListExportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleListExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Schedule\ScheduleStopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Schedule\ScheduleStopController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Schedule\ScheduleStopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\StreamAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\StreamAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\StreamAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\EditTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\EditTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\EditTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\GetTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\StartTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\StartTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\StartTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\TranscriptionServiceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\TranscriptionServiceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\TranscriptionServiceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\ViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\ViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\ViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\CutNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\CutNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\CutNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SendWowzaStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SendWowzaStateController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\SendWowzaStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\StatusNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\StatusNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\StatusNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SyncNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SyncNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\SyncNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\SyncSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\SyncSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\SyncSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\AwsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\AwsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\AwsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\CameraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\CameraController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\CameraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\MediaServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\MediaServerController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\MediaServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaApiController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\AudioFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\AudioFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CalendarConfigFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\CalendarConfigFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentFileFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\CommentFileFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\CommentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\CommentTemplateFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\CommentTemplateFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\DeviceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\DeviceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\EvaluationTemplateFieldFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\EvaluationTemplateFieldFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\EvaluationTemplateFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\EvaluationTemplateFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\FilterFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\FilterFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\HelpFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\HelpFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\InformationTemplateFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\InformationTemplateFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\PlayableVideoFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\PlayableVideoFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RecordFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\RecordFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RecordingFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\RecordingFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\RoomFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\RoomFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\ScheduleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\ScheduleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TemplateFieldFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\TemplateFieldFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TranscriptFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\TranscriptFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\TranscriptionServiceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\TranscriptionServiceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\CamBundle\DataFixtures\WowzaFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DataFixtures\WowzaFixtures"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler.0.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\MessageHandler\HardDeleteTemplateHandler"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\MessageHandler\RedirectHandler.0.Valt\CamBundle\MessageHandler\RedirectHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\MessageHandler\RedirectHandler"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler.0.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\MessageHandler\WowzaHandler.0.Valt\CamBundle\MessageHandler\WowzaHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\MessageHandler\WowzaHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\AlertRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\AlertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\AudioRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\AudioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CalendarConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\CalendarConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CommentFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\CommentFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeletedMeetingRecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\DeletedMeetingRecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\DeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\DeviceSourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\DeviceSourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\EvaluationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\EvaluationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ExceptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\ExceptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ExpirationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\ExpirationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\FilterRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\FilterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\HelpContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\HelpContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\HelpTopicRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\HelpTopicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\MosaicQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\MosaicQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\PresetRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\PresetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\RecordFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\RecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RecordingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\RecordingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\ReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RestrictAccessRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\RestrictAccessRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RestrictAccessWeekDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\RestrictAccessWeekDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\RoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\RoomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\ScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\ScheduleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\TranscriptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptionCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\TranscriptionCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\TranscriptionServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\TranscriptionServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\VideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\VideoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\CamBundle\Repository\WowzaRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Repository\WowzaRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\CamBundle\Security\Voter\CommentVoter"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Security\Voter\CommentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Valt\CamBundle\Security\Voter\RoomVoter"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Security\Voter\RoomVoter"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\CamBundle\Serializer\GridSerializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Serializer\GridSerializer"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\CamBundle\Serializer\TemplateFieldSerializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Serializer\TemplateFieldSerializer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\FileExtensionValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\FileExtensionValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\LicenseAllowsAddValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\LicenseAllowsAddValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\NoCalendarEventValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\NoCalendarEventValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\OnlyCalendarConfigEnabledValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\OnlyCalendarConfigEnabledValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\ScheduleStartAtValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\ScheduleStartAtValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\SearchForMarkerValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\SearchForMarkerValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\SearchForTextValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\SearchForTextValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\ShareLinkExpirationValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\ShareLinkExpirationValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\Template\CommentTemplateDataValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\Template\CommentTemplateDataValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\TemplatePayloadValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\TemplatePayloadValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\WebVTTFormatValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\WebVTTFormatValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\CamBundle\Validator\Constraints\WeeklyRecurrenceValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Validator\Constraints\WeeklyRecurrenceValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Valt\MobileBundle\ArgumentResolver\MobileUserResolver"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\ArgumentResolver\MobileUserResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\MobileController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\CreateRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\CreateRecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\CreateRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\DeleteRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\DeleteRecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\DeleteRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\GetRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\GetRecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\GetRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\PatchRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\PatchRecordController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\PatchRecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Video\GetVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Video\GetVideoController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\Video\GetVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Record\Video\UploadVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Record\Video\UploadVideoController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Record\Video\UploadVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\CreateRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\CreateRecordingController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Room\CreateRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\GetRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\GetRecordingController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Room\GetRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\GetRoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\GetRoomController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Room\GetRoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Room\StopRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Room\StopRecordingController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Room\StopRecordingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\Template\TemplateViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\Template\TemplateViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\Template\TemplateViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetOwnRightsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetOwnRightsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\User\GetOwnRightsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetOwnUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetOwnUserController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\User\GetOwnUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetRightsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetRightsController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\User\GetRightsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\MobileBundle\Controller\User\GetUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\MobileBundle\Controller\User\GetUserController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Controller\User\GetUserController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\MobileBundle\Repository\CircuitRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Repository\CircuitRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\SsoBundle\Command\GenerateSamlCertificate"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Command\GenerateSamlCertificate"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\GroupMappingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\GroupMappingController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Controller\GroupMappingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoConfigAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Controller\SsoConfigAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\SsoBundle\Controller\SsoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\SsoBundle\Controller\SsoController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Controller\SsoController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\SsoBundle\DataFixtures\GroupMappingFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\DataFixtures\GroupMappingFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\SsoBundle\DataFixtures\SsoConfigFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\DataFixtures\SsoConfigFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\AttributeMappingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Repository\AttributeMappingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\GroupMappingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Repository\GroupMappingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\SsoBundle\Repository\SsoConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Repository\SsoConfigRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\SsoBundle\Validator\Constraints\HasCommentFileExtensionValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Validator\Constraints\HasCommentFileExtensionValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\SsoBundle\Validator\Constraints\HasXmlFileExtensionValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Validator\Constraints\HasXmlFileExtensionValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\UserBundle\Command\ConfigureRightsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Command\ConfigureRightsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Valt\UserBundle\Command\ZoomMeetingDownloadCommand"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Command\ZoomMeetingDownloadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ChatInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ChatInfoController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\ChatInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ContainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ContainerController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\ContainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\LdapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\LdapController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\LdapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\AbstractLogListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\AbstractLogListController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\Log\AbstractLogListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\CameraViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\CameraViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\Log\CameraViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\LogListExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\LogListExportController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\Log\LogListExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\RecordViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\RecordViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\Log\RecordViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\Log\RoomViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\Log\RoomViewController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\Log\RoomViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\LogController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\RightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\RightController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\RightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserGroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserGroupAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\UserGroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserLogoutSoonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserLogoutSoonController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\UserLogoutSoonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\UserSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\UserSectionController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\UserSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Valt\UserBundle\Controller\ZoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Valt\UserBundle\Controller\ZoomController"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Controller\ZoomController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\ContainerFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\ContainerFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapServerAttributeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\LdapServerAttributeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapServerFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\LdapServerFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LdapSynchronizeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\LdapSynchronizeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\LogFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\LogFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\RightFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\RightFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Valt\UserBundle\DataFixtures\UserGroupFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DataFixtures\UserGroupFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\EventSubscriber\AuthenticationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\EventSubscriber\AuthenticationSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\ContainerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\ContainerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LdapServerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\LdapServerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LdapSynchronizeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\LdapSynchronizeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\RightRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\RightRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserEmailSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\UserEmailSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\UserGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserGroupRightRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\UserGroupRightRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\UserSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\UserSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Valt\UserBundle\Repository\Zoom\AccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Repository\Zoom\AccountRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\UserBundle\Validator\Constraints\LastPasswordValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Validator\Constraints\LastPasswordValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Valt\UserBundle\Validator\Constraints\PasswordComplexityValidator"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Validator\Constraints\PasswordComplexityValidator"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\EventListener\CommentCreatedListener.0.Valt\CamBundle\Comment\EventListener\CommentCreatedListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentCreatedListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\EventListener\CommentDeletedListener.0.Valt\CamBundle\Comment\EventListener\CommentDeletedListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentDeletedListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\EventListener\CommentRepliedListener.0.Valt\CamBundle\Comment\EventListener\CommentRepliedListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentRepliedListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener.0.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener.0.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\EventListener\CommentUpdatedListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\Mapper\DurationCommentMapper.0.Valt\CamBundle\Comment\Mapper\DurationCommentMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\Mapper\DurationCommentMapper"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper.0.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\Mapper\SimpleCommentMapper"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper.0.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Comment\Mapper\TranscriptionCommentMapper"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\DeviceUpdateListener.0.Valt\CamBundle\DoctrineListener\DeviceUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\DeviceUpdateListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener.0.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\DeviceVideoDeletionListener"; reason: abstract.
Removed service ".instanceof.Valt\ApiBundle\EventListener\APIExceptionListener.0.Valt\ApiBundle\EventListener\APIExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\EventListener\APIExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\ConnectSrcToCSPHeaderAdder"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\EventListener\ConnectSrcToCSPHeaderAdder"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\EventListener\ContainerListener.0.Valt\BasicBundle\EventListener\ContainerListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\EventListener\ContainerListener"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\EventListener\JsonRequestListener.0.Valt\BasicBundle\EventListener\JsonRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\EventListener\JsonRequestListener"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\EventListener\SectionFormListener.0.Valt\BasicBundle\EventListener\SectionFormListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\EventListener\SectionFormListener"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\EventListener\SqliteRegexpListener.0.Valt\BasicBundle\EventListener\SqliteRegexpListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\EventListener\SqliteRegexpListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\ViteDevServerToCSPAdder"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\EventListener\ViteDevServerToCSPAdder"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\BasicBundle\EventListener\WebsocketEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\EventListener\WebsocketEventListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\AlertListener.0.Valt\CamBundle\EventListener\AlertListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\AlertListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\FormValidationListener.0.Valt\CamBundle\EventListener\FormValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\FormValidationListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\MotionDetectionDisabler.0.Valt\CamBundle\EventListener\MotionDetectionDisabler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\MotionDetectionDisabler"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\MotionRecordingTrigger.0.Valt\CamBundle\EventListener\MotionRecordingTrigger"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\MotionRecordingTrigger"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\RecordAutoSyncer.0.Valt\CamBundle\EventListener\RecordAutoSyncer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\RecordAutoSyncer"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\RecordAutoTranscriber.0.Valt\CamBundle\EventListener\RecordAutoTranscriber"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\RecordAutoTranscriber"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\RecordSharingNotifier.0.Valt\CamBundle\EventListener\RecordSharingNotifier"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\RecordSharingNotifier"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\RecordStatusNotifier.0.Valt\CamBundle\EventListener\RecordStatusNotifier"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\RecordStatusNotifier"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\RecordThumbnailer.0.Valt\CamBundle\EventListener\RecordThumbnailer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\RecordThumbnailer"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\EventListener\WowzaSpaceChecker.0.Valt\CamBundle\EventListener\WowzaSpaceChecker"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\EventListener\WowzaSpaceChecker"; reason: abstract.
Removed service ".instanceof.Valt\MobileBundle\EventListener\HttpExceptionListener.0.Valt\MobileBundle\EventListener\HttpExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\EventListener\HttpExceptionListener"; reason: abstract.
Removed service ".instanceof.Valt\MobileBundle\EventListener\MobileApiListener.0.Valt\MobileBundle\EventListener\MobileApiListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\EventListener\MobileApiListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\CollectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\CollectionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\HintExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\HintExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\IconButtonExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\IconButtonExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\LabelCaptionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\LabelCaptionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\MaxFileSizeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\MaxFileSizeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\ModeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\ModeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\RendererExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\RendererExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\SectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\SectionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\BasicBundle\Form\Extension\TooltipExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Extension\TooltipExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\AnnouncementType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\AnnouncementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\AsyncTypeaheadType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\AsyncTypeaheadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\CollectionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\CollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\ColorPickerType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\ColorPickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\CustomizationType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\CustomizationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateRangeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\DateRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateTimeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\DateTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DateType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\DateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DirectDateRangeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\DirectDateRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DirectDateTimeRangeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\DirectDateTimeRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\DurationType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\DurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\EmailSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\EmailSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\FileOrSameType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\FileOrSameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\GlobalSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\GlobalSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\LoginPageImageType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\LoginPageImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\NotificationSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\NotificationSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\OrderSensitiveCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\OrderSensitiveCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\Select2ChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\Select2ChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\Select2EntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Valt\BasicBundle\Form\Type\Select2EntityType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\Select2EntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\SelectHelpIconType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\SelectHelpIconType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\StaticImageType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\StaticImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\StaticTextType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\StaticTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\BasicBundle\Form\Type\TumblerType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\Type\TumblerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AlertFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\AlertFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AudioType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\AudioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\AuthorChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\AuthorChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Calendar\CalendarConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Calendar\CalendarConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\MaskType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Camera\Mask\MaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\PointType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Camera\Mask\PointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\Mask\PolygonType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Camera\Mask\PolygonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Camera\MotionDetectionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Camera\MotionDetectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\DeviceSourceType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\DeviceSourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\EvaluationInfoType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\EvaluationInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExceptionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\ExceptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExceptionsReviewType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\ExceptionsReviewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ExpirationType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\ExpirationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterDateModalType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\FilterDateModalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\FilterTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\FilterType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\FilterType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\FilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\GridSizeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\GridSizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpContact\HelpContactType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\HelpContact\HelpContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPositionsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPositionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPriorityType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicPriorityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\HelpTopic\HelpTopicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\IOCommandType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\IOCommandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\BeamType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Observable\BeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\CameraType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Observable\CameraType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\EdgeCameraType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Observable\EdgeCameraType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\RoamType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Observable\RoamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\StreamType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Observable\StreamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Observable\ViewType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Observable\ViewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RadioCheckboxTreeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RadioCheckboxTreeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ObserveRecordType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\ObserveRecordType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Record\ObserveRecordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ReviewRecordType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\ReviewRecordType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Record\ReviewRecordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\ShareLinkType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Record\ShareLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Record\UploadRecordType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Record\UploadRecordType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Record\UploadRecordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordFileType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RecordFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RecordFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecordInfoType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RecordInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RecurType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RecurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportExtendedType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Report\ReportExtendedType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Report\ReportExtendedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Report\ReportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\ReportType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\Report\ReportType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Report\ReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Report\TemplateFieldChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Report\TemplateFieldChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RestrictAccessType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RestrictAccessType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RestrictedAccessWeekDayType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RestrictedAccessWeekDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RetentionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RetentionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Room\MotionDetectionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Room\MotionDetectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Room\ShareLinkType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Room\ShareLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\RoomType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\RoomType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\RoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\DurationType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\DurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\FrequencyType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\FrequencyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\ScheduleRulesType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\ScheduleRulesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Schedule\WeekDayType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Schedule\WeekDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\ScheduleFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleSessionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\ScheduleSessionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\ScheduleType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\ScheduleType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\ScheduleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateButtonFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateButtonFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateDataType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateEntityNameType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateEntityNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldDescriptionOptionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldDescriptionOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldImageOptionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldImageOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldOptionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldStaticTextOptionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldStaticTextOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateFieldType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TemplateType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Transcription\TranscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Transcription\TranscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TranscriptionServiceType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TranscriptionServiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\TranscriptionUploadType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\TranscriptionUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\UsersAndGroupsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\UsersAndGroupsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\UsersGroupsChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\UsersGroupsChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\RoutingType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\RoutingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\SyncSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\SyncSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\WowzaStateType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\WowzaStateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\Wowza\WowzaSyncType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\Wowza\WowzaSyncType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\StatusNotificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\WowzaNotification\StatusNotificationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\StorageType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\WowzaNotification\StorageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaNotification\SyncNotificationForm"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\WowzaNotification\SyncNotificationForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\CamBundle\Form\Type\WowzaType"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Form\AbstractSectionType.0.Valt\CamBundle\Form\Type\WowzaType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Form\Type\WowzaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\MobileBundle\Form\Type\CircuitRoomType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Form\Type\CircuitRoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\MobileBundle\Form\Type\CircuitType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\MobileBundle\Form\Type\CircuitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\ModalBundle\Form\Extension\ModalSectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ModalBundle\Form\Extension\ModalSectionExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\AttributeMappingType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Form\Type\AttributeMappingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\GroupMappingType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Form\Type\GroupMappingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoConfigSelectionType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Form\Type\SsoConfigSelectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Form\Type\SsoConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\SsoBundle\Form\Type\SsoType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Form\Type\SsoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Valt\UserBundle\Form\Extension\AdminGroupFieldsExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Extension\AdminGroupFieldsExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Container\ContainerItemsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\Container\ContainerItemsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Container\ContainerType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\Container\ContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\IORecordType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\IORecordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\ImportUsersType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\ImportUsersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapServerAttributeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\LdapServerAttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapServerType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\LdapServerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapSynchronizeType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\LdapSynchronizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LdapUserType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\LdapUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\LogFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\LogFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\NotificationFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\NotificationFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserCustomFileUploaderType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\UserCustomFileUploaderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserEmailSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\UserEmailSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserGroupRightType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\UserGroupRightType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\UserGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserHomePageSectionsType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\UserHomePageSectionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserOwnType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\UserOwnType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Valt\UserBundle\Form\Type\Zoom\AccountType"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\Type\Zoom\AccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\Form\EventListener\RecordDurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\EventListener\RecordDurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Valt\UserBundle\Form\EventListener\UserRoomsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Form\EventListener\UserRoomsSubscriber"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\AdministratorGroupInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\AdministratorGroupInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\AdministratorInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\AdministratorInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\ApplicationInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\ApplicationInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\CreateDatabaseInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\CreateDatabaseInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\GlobalContainerInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\GlobalContainerInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\GlobalSettingsInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\GlobalSettingsInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\InformationTemplateInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\InformationTemplateInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\MediaServerInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\MediaServerInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\MigrationInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\MigrationInitializer"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Initializer\InitializerInterface.0.Valt\BasicBundle\Initializer\RightsInitializer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Initializer\RightsInitializer"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.Valt\ApiBundle\Util\PaginationSerializationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\PaginationSerializationHandler"; reason: abstract.
Removed service ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\FormDataExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Extensions\FormDataExtension"; reason: abstract.
Removed service ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\RendererExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Extensions\RendererExtension"; reason: abstract.
Removed service ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\TooltipExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Extensions\TooltipExtension"; reason: abstract.
Removed service ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\HintExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Extensions\HintExtension"; reason: abstract.
Removed service ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\LabelCaptionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Extensions\LabelCaptionExtension"; reason: abstract.
Removed service ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\BasicBundle\Liform\DisabledExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Liform\DisabledExtension"; reason: abstract.
Removed service ".instanceof.Limenius\Liform\Transformer\ExtensionInterface.0.Valt\ApiBundle\Util\Extensions\CollectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Extensions\CollectionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CompoundTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ArrayTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ChoiceTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\SubmitTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\FileTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\LoginPageImageTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\HiddenTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TemplateButtonFieldsTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TemplateMultiFilesUploadTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\UsersAndGroupsTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\SingleChoiceTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\StaticTextTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\StaticImageTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CommentReviewTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\RadioCheckboxTreeTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\UserCustomFileUploadTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\TranscriptsCardsTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ZoomAccountTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\GridSizeTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\ColorPickerTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\AsyncTypeaheadTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\CollectionTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\LiformTransformer\DurationTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Form\LiformTransformer\TemplateTransformer"; reason: abstract.
Removed service ".abstract.instanceof.Valt\ApiBundle\Util\Transformers\MotionDetectionMaskTransformer"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\VideoStatusListener.0.Valt\CamBundle\DoctrineListener\VideoStatusListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\VideoStatusListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\CommentCollector"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Report\Collector\CommentCollector"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\DelegatingCollector"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Report\Collector\DelegatingCollector"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\EvaluationCollector"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Report\Collector\EvaluationCollector"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\InformationCollector"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Report\Collector\InformationCollector"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\ObservationCollector"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Report\Collector\ObservationCollector"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Report\Collector\CollectorInterface.0.Valt\CamBundle\Report\Collector\ReviewCollector"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Report\Collector\ReviewCollector"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\MotionDetectionListener.0.Valt\CamBundle\DoctrineListener\MotionDetectionListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\MotionDetectionListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener.0.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\RoomGridAdjustmentListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\ScheduleStatusListener.0.Valt\CamBundle\DoctrineListener\ScheduleStatusListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\ScheduleStatusListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\ExceptionStatusListener.0.Valt\CamBundle\DoctrineListener\ExceptionStatusListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\ExceptionStatusListener"; reason: abstract.
Removed service ".instanceof.Valt\BasicBundle\Scheduler\DefaultTaskProvider.0.Valt\BasicBundle\Scheduler\DefaultTaskProvider"; reason: abstract.
Removed service ".abstract.instanceof.Valt\BasicBundle\Scheduler\DefaultTaskProvider"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler.0.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Scheduler\Handler\CheckMobileDeviceRtspStreamHandler"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler.0.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Scheduler\Handler\MotionRecordingTimeoutHandler"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler.0.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Scheduler\Handler\RecordingDurationHandler"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler.0.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\Scheduler\Handler\WowzaRefreshHandler"; reason: abstract.
Removed service ".instanceof.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler.0.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler"; reason: abstract.
Removed service ".instanceof.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder.0.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\Scheduler\Handler\LogoutSoonCheckHanlder"; reason: abstract.
Removed service ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\RS256"; reason: abstract.
Removed service ".abstract.instanceof.Jose\Component\Signature\Algorithm\RS256"; reason: abstract.
Removed service ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\RS512"; reason: abstract.
Removed service ".abstract.instanceof.Jose\Component\Signature\Algorithm\RS512"; reason: abstract.
Removed service ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\PS256"; reason: abstract.
Removed service ".abstract.instanceof.Jose\Component\Signature\Algorithm\PS256"; reason: abstract.
Removed service ".instanceof.Jose\Component\Core\Algorithm.0.Jose\Component\Signature\Algorithm\PS512"; reason: abstract.
Removed service ".abstract.instanceof.Jose\Component\Signature\Algorithm\PS512"; reason: abstract.
Removed service ".instanceof.Valt\SsoBundle\Entity\AttributeMapping.0.Valt\SsoBundle\Entity\AttributeMapping"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Entity\AttributeMapping"; reason: abstract.
Removed service ".instanceof.Valt\SsoBundle\Entity\GroupMapping.0.Valt\SsoBundle\Entity\GroupMapping"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Entity\GroupMapping"; reason: abstract.
Removed service ".instanceof.Valt\SsoBundle\Entity\SsoConfig.0.Valt\SsoBundle\Entity\SsoConfig"; reason: abstract.
Removed service ".abstract.instanceof.Valt\SsoBundle\Entity\SsoConfig"; reason: abstract.
Removed service ".instanceof.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber.0.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Valt\UserBundle\DoctrineListener\PredefinedRightsHydrationSubscriber"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\MediaServerListener.0.Valt\CamBundle\DoctrineListener\MediaServerListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\MediaServerListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\RoutingListener.0.Valt\CamBundle\DoctrineListener\RoutingListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\RoutingListener"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier.0.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\WowzaSyncSwitchNotifier"; reason: abstract.
Removed service ".instanceof.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener.0.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener"; reason: abstract.
Removed service ".abstract.instanceof.Valt\CamBundle\DoctrineListener\MeetingRecordDeletionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LightSaml\SpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LightSaml\SpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.LightSaml\SpBundle\Controller\DefaultController"; reason: abstract.
348
Removed service "Valt\Cue\Activity\Application\Dto\ActivityPreviewDto"; reason: unused.
Removed service "Valt\Cue\Activity\Application\Dto\ActivityViewDto"; reason: unused.
Removed service "Valt\Cue\Activity\Application\Dto\NotificationViewDto"; reason: unused.
Removed service "Valt\Cue\Activity\Application\Exception\TemplateValidationFailedException"; reason: unused.
Removed service "Valt\Cue\Activity\Application\Message\RefreshParticipantMessage"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Entity\Activity"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Entity\Flow"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Entity\Participant"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ActivityCanceled"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ActivityEvaluatingStarted"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ActivityFinished"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ActivityPaused"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ActivityRecordingStarted"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ActivityResumed"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\EvaluationFormSubmitted"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\FlowAdvanced"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\FlowCompleted"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\InformationFormSubmitted"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ParticipantBecameActive"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ParticipantBecameInactive"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Event\ParticipantJoined"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\ActivityInProgressException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\AlreadyPausedActivityException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\BusyRoomException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\CueDomainException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\DeactivatedLinkException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\EmptyActivityException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\EmptySessionTrackException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\EvaluationFormAlreadyCompletedException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\EvaluationFormNotAvailableException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\InactiveSessionTrackException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\InformationFormAlreadyCompletedException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\MismatchFingerprintException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\NoActivityRecordingException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\NoAssignmentException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\NonUniqueAssignmentException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\NotPausedActivityException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\PausedActivityFormSubmissionException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\UnableToPauseActivityException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\UnableToResumeActivityException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\UnableToStartActivityException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\UnableToStopActivityException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\UserAlreadyParticipatingException"; reason: unused.
Removed service "Valt\Cue\Activity\Domain\Exception\UserNotParticipantException"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ActivityCanceledWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ActivityEvaluatingStartedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ActivityFinishedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ActivityPausedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ActivityRecordingStartedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ActivityResumedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\FlowAdvancedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\FlowCompletedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ParticipantBecameActiveWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ParticipantBecameInactiveWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Activity\Infrastructure\Message\Websocket\ParticipantJoinedWebsocketEvent"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\File\SessionAssignmentFileDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\File\SessionFileDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\File\SessionTrackFileDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\NotificationDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\SessionAssignmentDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\SessionDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\SessionRoomViewDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\SessionTrackDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\SessionTrackViewDto"; reason: unused.
Removed service "Valt\Cue\Session\Application\Dto\SessionViewDto"; reason: unused.
Removed service "Valt\Cue\Session\Domain\Entity\Notification"; reason: unused.
Removed service "Valt\Cue\Session\Domain\Entity\SessionAssignment"; reason: unused.
Removed service "Valt\Cue\Session\Infrastructure\Validator\Constraints\LessThanOrEqualTemplateDuration"; reason: unused.
Removed service "Valt\Cue\Session\Infrastructure\Validator\Constraints\UniqueNotification"; reason: unused.
Removed service "Valt\Shared\Infrastructure\Messenger\Stamp\DelayBeforeStamp"; reason: unused.
Removed service "Valt\Shared\Support\Closure\DynamicClosureExecutor"; reason: unused.
Removed service "Valt\Shared\Support\Closure\FormClosureExecutor"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\DescriptionFormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\FormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\FormTemplateDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\ImageFormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\NoteFormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\OptionDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\ScoredOptionDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\ScoredSelectFormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\SelectFormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\StaticTextFormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\Form\TextFormFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\TemplateDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\TemplateFieldDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\TemplateFieldOptionDto"; reason: unused.
Removed service "Valt\Template\Application\Dto\TemplateImportDto"; reason: unused.
Removed service "Valt\Template\Application\Mapper\Form\FormFieldScope"; reason: unused.
Removed service "Valt\Template\Application\Mapper\Form\FormTemplateProjection"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\AudioField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\DescriptionField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\DropdownField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\FilesField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\ImageField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\MarkerField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\MultiCheckboxField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\MultipleSelectField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\NoteField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\SingleSelectField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\StaticTextField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\Field\TextField"; reason: unused.
Removed service "Valt\Template\Domain\Entity\TemplateFieldOption"; reason: unused.
Removed service "Valt\Template\Domain\Validation\Dto\FieldValueIssue"; reason: unused.
Removed service "Valt\Template\Domain\Validation\Dto\Issue"; reason: unused.
Removed service "Valt\Template\Domain\Validation\Dto\ResolvedFieldValue"; reason: unused.
Removed service "Valt\Template\Domain\Validation\Dto\ResolvedTemplateData"; reason: unused.
Removed service "Valt\Template\Domain\Validation\Dto\UnresolvedFieldValue"; reason: unused.
Removed service "Valt\Template\Domain\Validation\Dto\UnresolvedTemplateData"; reason: unused.
Removed service "Valt\Template\Domain\Validation\Service\TemplateValidationScope"; reason: unused.
Removed service "Valt\Template\Presentation\Form\Factory\FieldFormTypeDefinition"; reason: unused.
Removed service "Valt\Template\Presentation\Form\Transformer\MultipleOptionDtoToIdTransformer"; reason: unused.
Removed service "Valt\Template\Presentation\Form\Transformer\SingleOptionDtoToIdTransformer"; reason: unused.
Removed service "Valt\Template\Presentation\Validation\SymfonyIssueMessageTranslator"; reason: unused.
Removed service "Valt\Template\Presentation\Validation\SymfonyTemplateDataErrorNormalizer"; reason: unused.
Removed service "Valt\BasicBundle\License\LicenseInformer"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\KeyMatcher"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\KeyMatcherFactory"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Loader\CachingKeySetLoader"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Resource\CompoundResource"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Resource\FileResource"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Resource\RotatingFileResource"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Resource\UrlResource"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Resource\WowzaResource"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Rotation\RotationRule"; reason: unused.
Removed service "Valt\BasicBundle\Security\Key\Rotation\RotationRuleSet"; reason: unused.
Removed service "Valt\BasicBundle\Security\Token\Verifier\Exception\InvalidSignatureException"; reason: unused.
Removed service "Valt\BasicBundle\Security\Token\Verifier\Exception\InvalidTokenException"; reason: unused.
Removed service "Valt\BasicBundle\Security\Token\Verifier\Exception\MissingClaimException"; reason: unused.
Removed service "Valt\BasicBundle\Security\Token\WowzaAccessTokenHandler"; reason: unused.
Removed service "Valt\BasicBundle\Security\WowzaFailureHandler"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\AtLeastOneRequired"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\JSONWithoutSpecialCharacters"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\LdapDomainName"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\NotBlankIf"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\Unique"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\ValidFileOrSame"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\WithoutLeadingZeros"; reason: unused.
Removed service "Valt\BasicBundle\Validator\Constraints\WithoutSpecialCharacters"; reason: unused.
Removed service "Valt\CamBundle\Controller\ColorController"; reason: unused.
Removed service "Valt\CamBundle\Transcription\TranscriptionEditTagRemover"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\FileExtension"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\LicenseAllowsAdd"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\NoCalendarEvent"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\OnlyCalendarConfigEnabled"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\ScheduleStartAt"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\SearchForMarker"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\SearchForText"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\ShareLinkExpiration"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\Template\CommentTemplateData"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\TemplatePayload"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\WebVTTFormat"; reason: unused.
Removed service "Valt\CamBundle\Validator\Constraints\WeeklyRecurrence"; reason: unused.
Removed service "Valt\CamBundle\Wowza\Preset\PresetClientException"; reason: unused.
Removed service "Valt\CamBundle\Wowza\Status\EventfulRefresher"; reason: unused.
Removed service "Valt\CamBundle\Wowza\Status\SyncRefresher"; reason: unused.
Removed service "Valt\CamBundle\Wowza\WebServer\LoggableWebServer"; reason: unused.
Removed service "Valt\SsoBundle\Security\User\SamlToUserMapper"; reason: unused.
Removed service "Valt\SsoBundle\Validator\Constraints\HasCommentFileExtension"; reason: unused.
Removed service "Valt\SsoBundle\Validator\Constraints\HasXmlFileExtension"; reason: unused.
Removed service "Valt\UserBundle\Email\EmailSenderExcepion"; reason: unused.
Removed service "Valt\UserBundle\Security\Attribute\IsPermittedByAny"; reason: unused.
Removed service "Valt\UserBundle\Security\Attribute\IsPermittedByEvery"; reason: unused.
Removed service "Valt\UserBundle\Security\JsonAuthenticationFailureHandler"; reason: unused.
Removed service "Valt\UserBundle\Validator\Constraints\LastPassword"; reason: unused.
Removed service "Valt\UserBundle\Validator\Constraints\PasswordComplexity"; reason: unused.
Removed service "Valt\UserBundle\Validator\Constraints\PinLength"; reason: unused.
Removed service "Valt\UserBundle\Validator\Constraints\PinOnlyNumbers"; reason: unused.
Removed service "Valt\CamBundle\Template\TemplateTypes"; reason: unused.
Removed service "Valt\CamBundle\Utils\RetentionUpdater"; reason: unused.
Removed service "Valt\BasicBundle\Comparer\RelevanceComparer"; reason: unused.
Removed service "Valt\CamBundle\Device\Preset\PresetException"; reason: unused.
Removed service "Valt\CamBundle\Utils\DeviceManager"; reason: unused.
Removed service "Valt\BasicBundle\Form\Section\InlineSection"; reason: unused.
Removed service "Valt\BasicBundle\GraphApi\Authorization"; reason: unused.
Removed service "Valt\BasicBundle\GraphApi\LoggingGraphApi"; reason: unused.
Removed service "Valt\BasicBundle\GraphApi\Model\EventData"; reason: unused.
Removed service "Valt\BasicBundle\Initializer\Exception\AlreadyExecutedException"; reason: unused.
Removed service "Valt\BasicBundle\Initializer\Exception\InitializerException"; reason: unused.
Removed service "Valt\ApiBundle\Util\Extensions\FormDataExtension"; reason: unused.
Removed service "Valt\ApiBundle\Util\Extensions\RendererExtension"; reason: unused.
Removed service "Valt\ApiBundle\Util\Extensions\TooltipExtension"; reason: unused.
Removed service "Valt\ApiBundle\Util\Extensions\HintExtension"; reason: unused.
Removed service "Valt\ApiBundle\Util\Extensions\LabelCaptionExtension"; reason: unused.
Removed service "Valt\BasicBundle\Liform\DisabledExtension"; reason: unused.
Removed service "Valt\ApiBundle\Util\Extensions\CollectionExtension"; reason: unused.
Removed service "Valt\CamBundle\Record\Cutter\LoggableCutter"; reason: unused.
Removed service "Valt\CamBundle\Record\Distributor\DistributionUrl"; reason: unused.
Removed service "Valt\CamBundle\Record\Ensurer\LoggableEnsurer"; reason: unused.
Removed service "Valt\CamBundle\Record\Recorder\ActionLoggingRecorder"; reason: unused.
Removed service "Valt\CamBundle\Record\Recorder\CommandRecorder"; reason: unused.
Removed service "Valt\CamBundle\Record\Recorder\EventfulRecorder"; reason: unused.
Removed service "Valt\CamBundle\Record\Recorder\LoggingRecorder"; reason: unused.
Removed service "Valt\CamBundle\Record\Recorder\NotifiableRecorder"; reason: unused.
Removed service "Valt\CamBundle\Record\Recorder\ScheduledRecorder"; reason: unused.
Removed service "Valt\CamBundle\Record\Recorder\SpaceCheckableRecorder"; reason: unused.
Removed service "Valt\CamBundle\Record\Remover\FileRemover"; reason: unused.
Removed service "Valt\CamBundle\Record\Remover\LoggableRemover"; reason: unused.
Removed service "Valt\CamBundle\Record\Remover\MigratingRemover"; reason: unused.
Removed service "Valt\CamBundle\Record\Remover\NotifyingRemover"; reason: unused.
Removed service "Valt\CamBundle\Record\RetentionRemover\LoggableRetentionRemover"; reason: unused.
Removed service "Valt\CamBundle\Record\Uploader\EventfulUploader"; reason: unused.
Removed service "Valt\CamBundle\Record\Uploader\RecordFilesUploader"; reason: unused.
Removed service "Valt\CamBundle\Record\Uploader\ReservingUploader"; reason: unused.
Removed service "Valt\CamBundle\Record\Uploader\Response\CompletedResponse"; reason: unused.
Removed service "Valt\CamBundle\Record\Uploader\Response\ConvertingResponse"; reason: unused.
Removed service "Valt\CamBundle\Record\Uploader\Response\ErrorResponse"; reason: unused.
Removed service "Valt\CamBundle\Record\Uploader\StorageCheckingUploader"; reason: unused.
Removed service "Valt\CamBundle\Sync\LoggableSyncer"; reason: unused.
Removed service "Valt\CamBundle\Report\Entry\InformationEntry"; reason: unused.
Removed service "Valt\CamBundle\Report\Entry\PeriodWithValueEntry"; reason: unused.
Removed service "Valt\CamBundle\Schedule\Scheduler\LoggableScheduler"; reason: unused.
Removed service "Valt\CamBundle\Schedule\Scheduler\LoggingScheduler"; reason: unused.
Removed service "Valt\CamBundle\Schedule\Scheduler\NotifiableScheduler"; reason: unused.
Removed service "Valt\CamBundle\Scheduler\Message\CheckMobileDeviceRtspStream"; reason: unused.
Removed service "Valt\CamBundle\Scheduler\Message\MotionRecordingTimeout"; reason: unused.
Removed service "Valt\CamBundle\Scheduler\Message\RecordingDuration"; reason: unused.
Removed service "Valt\CamBundle\Scheduler\Message\WowzaRefresh"; reason: unused.
Removed service "Valt\UserBundle\Scheduler\Message\EmailNotification"; reason: unused.
Removed service "Valt\UserBundle\Scheduler\Message\LogoutSoonCheck"; reason: unused.
Removed service "Valt\SsoBundle\Entity\AttributeMapping"; reason: unused.
Removed service "Valt\SsoBundle\Exception\IOException"; reason: unused.
Removed service "Valt\SsoBundle\Exception\UnableToClearCacheException"; reason: unused.
Removed service "Valt\SsoBundle\Util\CompositeTrustOptionsStore"; reason: unused.
Removed service "Valt\UserBundle\Zoom\Model\Application"; reason: unused.
Removed service "Valt\UserBundle\Zoom\Security\AccountAuthorization"; reason: unused.
Removed service "Valt\UserBundle\Zoom\Security\AppAuthorization"; reason: unused.
Removed service "Valt\UserBundle\Zoom\Security\TokenAuthorization"; reason: unused.
Removed service "Valt\UserBundle\Zoom\Sender\CacheableSender"; reason: unused.
Removed service "Valt\UserBundle\Zoom\Sender\LoggableSender"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.secured_api_v3"; reason: unused.
Removed service "security.user_checker.chain.saml"; reason: unused.
Removed service "security.user_checker.chain.wowza_api"; reason: unused.
Removed service "security.user_checker.chain.main"; 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.syslog"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "stof_doctrine_extensions.event_listener.blame"; reason: unused.
Removed service "Snc\RedisBundle\Logger\RedisCallInterceptor"; reason: unused.
Removed service "snc_redis.phpredis_factory"; reason: unused.
Removed service "LightSaml\SpBundle\Security\User\SimpleUsernameMapper"; reason: unused.
Removed service "LightSaml\SpBundle\Security\Http\Authenticator\SamlServiceProviderAuthenticator"; reason: unused.
Removed service "jms_serializer.metadata.cache.file_cache"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "liform.transformer.array"; reason: unused.
Removed service "liform.transformer.choice"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "nelmio_security.ua_parser"; reason: unused.
Removed service "nelmio_security.policy_manager"; reason: unused.
Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
Removed service ".service_locator.Jwu08kB"; reason: unused.
Removed service ".service_locator.wuJVW70"; reason: unused.
Removed service ".service_locator.8vOV.5C"; reason: unused.
Removed service ".service_locator.hb1aPlF"; reason: unused.
Removed service ".service_locator.J34.gs6"; reason: unused.
Removed service ".service_locator.xou4sOW"; reason: unused.
Removed service ".service_locator.AZlRo5s"; reason: unused.
Removed service ".service_locator.v5n_4R7"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.Valt\Template\Application\Serializer\TemplateImportNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
961
Inlined service "Valt\Cue\Activity\Application\UseCase\AdvanceFlow" to "Valt\Cue\Activity\Application\EventListener\AdvanceFlowOnActivityFinished".
Inlined service "Valt\Cue\Activity\Application\UseCase\FinishActivityIfCompleted" to "Valt\Cue\Activity\Application\EventListener\FinishActivityOnRelevantEvents".
Inlined service "Valt\Cue\Activity\Application\UseCase\MoveActivityToEvaluatingAfterRecording" to "Valt\Cue\Activity\Application\EventListener\RecordingStoppedListener".
Inlined service "Valt\Cue\Activity\Application\UseCase\TryCreateNextActivity" to "Valt\Cue\Activity\Application\EventListener\TryCreateNextActivityOnFlowAdvanced".
Inlined service "Valt\Cue\Activity\Domain\Policy\SingleActivityParticipationPolicy" to "Valt\Cue\Activity\Application\UseCase\JoinActivity".
Inlined service "Valt\Cue\Activity\Domain\Service\SessionActivityResolver" to "Valt\Cue\Activity\Application\UseCase\PreviewActivity".
Inlined service "Valt\Cue\Activity\Application\UseCase\JoinActivity" to "Valt\Cue\Activity\Presentation\Controller\ActivityJoinController".
Inlined service "Valt\Cue\Activity\Infrastructure\Security\ActivitySecurityContext" to "Valt\Cue\Activity\Presentation\Controller\ActivityJoinController".
Inlined service "Valt\Cue\Activity\Application\UseCase\PingParticipant" to "Valt\Cue\Activity\Presentation\Controller\ActivityPingController".
Inlined service "Valt\Cue\Activity\Application\UseCase\PreviewActivity" to "Valt\Cue\Activity\Presentation\Controller\ActivityPreviewController".
Inlined service "Valt\Cue\Activity\Application\UseCase\ViewActivity" to "Valt\Cue\Activity\Presentation\Controller\ActivityViewController".
Inlined service "Valt\Cue\Activity\Application\UseCase\PauseActivity" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityPauseController".
Inlined service "Valt\Cue\Activity\Application\UseCase\StopActivityRecording" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityRecordingStopController".
Inlined service "Valt\Cue\Activity\Application\UseCase\ResumeActivity" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityResumeController".
Inlined service "Valt\Cue\Activity\Application\UseCase\StartActivity" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController" to "Valt\Cue\Activity\Presentation\Controller\Admin\ActivityStartController".
Inlined service "Valt\Cue\Activity\Application\UseCase\SubmitEvaluationTemplateForm" to "Valt\Cue\Activity\Presentation\Controller\EvaluationTemplateFormSubmitController".
Inlined service "Valt\Cue\Activity\Application\UseCase\SubmitInformationTemplateForm" to "Valt\Cue\Activity\Presentation\Controller\InformationTemplateFormSubmitController".
Inlined service "Valt\Cue\Session\Application\Mapper\NotificationMapper" to "Valt\Cue\Session\Application\Mapper\SessionAssignmentFileMapper".
Inlined service "Valt\Cue\Session\Application\Mapper\SessionAssignmentFileMapper" to "Valt\Cue\Session\Application\Mapper\SessionFileMapper".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionCrudController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionDeleteController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionExportController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionImportController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionLinkAdminController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionOrderController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackCrudController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackDeleteController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackExportController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackImportController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackListController".
Inlined service ".service_locator.rKVHnSV.Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController" to "Valt\Cue\Session\Presentation\Controller\Admin\SessionTrackPatchController".
Inlined service "Valt\Template\Application\Mapper\Form\DelegatingFormFieldMapper" to "Valt\Template\Application\Mapper\Form\FormTemplateMapper".
Inlined service "Valt\BasicBundle\Utils\ImageResizer" to "Valt\Template\Infrastructure\Filesystem\TemplateFieldImageManager".
Inlined service "Valt\Template\Domain\Factory\EnumBasedFieldFactory" to "Valt\Template\Infrastructure\Validation\SymfonyTemplateDataValidator".
Inlined service ".service_locator.rKVHnSV.Valt\Template\Presentation\Controller\StaticImageViewController" to "Valt\Template\Presentation\Controller\StaticImageViewController".
Inlined service ".service_locator.rKVHnSV.Valt\Template\Presentation\Controller\TemplateAdminController" to "Valt\Template\Presentation\Controller\TemplateAdminController".
Inlined service ".service_locator.rKVHnSV.Valt\Template\Presentation\Controller\TemplateController" to "Valt\Template\Presentation\Controller\TemplateController".
Inlined service "Valt\Template\Presentation\Form\Factory\DelegatingFieldFormTypeFactory" to "Valt\Template\Presentation\Form\Type\TemplateFormType".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\CamerasController" to "Valt\ApiBundle\Controller\v3\Admin\CamerasController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\GeneralController" to "Valt\ApiBundle\Controller\v3\Admin\GeneralController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\LogsController" to "Valt\ApiBundle\Controller\v3\Admin\LogsController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\MediaServerController" to "Valt\ApiBundle\Controller\v3\Admin\MediaServerController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\RoomsController" to "Valt\ApiBundle\Controller\v3\Admin\RoomsController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\TemplatesController" to "Valt\ApiBundle\Controller\v3\Admin\TemplatesController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\UserGroupsController" to "Valt\ApiBundle\Controller\v3\Admin\UserGroupsController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Admin\UsersController" to "Valt\ApiBundle\Controller\v3\Admin\UsersController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\AnnouncementController" to "Valt\ApiBundle\Controller\v3\AnnouncementController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Audio\AudioController" to "Valt\ApiBundle\Controller\v3\Audio\AudioController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\AuthController" to "Valt\ApiBundle\Controller\v3\AuthController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Comment\CommentController" to "Valt\ApiBundle\Controller\v3\Comment\CommentController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\FilterController" to "Valt\ApiBundle\Controller\v3\FilterController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\HelpController" to "Valt\ApiBundle\Controller\v3\HelpController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Preset\AddPresetController" to "Valt\ApiBundle\Controller\v3\Preset\AddPresetController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController" to "Valt\ApiBundle\Controller\v3\Preset\ApplyPresetController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Preset\DeletePresetController" to "Valt\ApiBundle\Controller\v3\Preset\DeletePresetController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Preset\GetPresetsController" to "Valt\ApiBundle\Controller\v3\Preset\GetPresetsController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Record\DownloadVideoController" to "Valt\ApiBundle\Controller\v3\Record\DownloadVideoController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Record\UploadRecordController" to "Valt\ApiBundle\Controller\v3\Record\UploadRecordController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Record\UploadVideoController" to "Valt\ApiBundle\Controller\v3\Record\UploadVideoController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\ReviewController" to "Valt\ApiBundle\Controller\v3\ReviewController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\RightController" to "Valt\ApiBundle\Controller\v3\RightController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\RoomController" to "Valt\ApiBundle\Controller\v3\RoomController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\ScheduleController" to "Valt\ApiBundle\Controller\v3\ScheduleController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\Template\TemplateController" to "Valt\ApiBundle\Controller\v3\Template\TemplateController".
Inlined service ".service_locator.3D_vRhH.Valt\ApiBundle\Controller\v3\TemplateController" to "Valt\ApiBundle\Controller\v3\TemplateController".
Inlined service "Valt\ApiBundle\Security\Core\User\ApiKeyUserProvider" to "Valt\ApiBundle\Security\Core\Authentication\ApiKeyAuthenticator".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\AccessController" to "Valt\BasicBundle\Controller\AccessController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController" to "Valt\BasicBundle\Controller\Announcement\AnnouncementAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController" to "Valt\BasicBundle\Controller\Announcement\AnnouncementAdminListController".
Inlined service "Valt\BasicBundle\Announcement\AnnouncementRemover" to "Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController" to "Valt\BasicBundle\Controller\Announcement\AnnouncementDeleteController".
Inlined service "Valt\BasicBundle\Menu\AlertsCounter" to "Valt\BasicBundle\Controller\DefaultController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\DefaultController" to "Valt\BasicBundle\Controller\DefaultController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\GlobalSettingsController" to "Valt\BasicBundle\Controller\GlobalSettingsController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\LdapServerAdminController" to "Valt\BasicBundle\Controller\LdapServerAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\Security\JwkSetEndpointController" to "Valt\BasicBundle\Controller\Security\JwkSetEndpointController".
Inlined service ".service_locator.3D_vRhH.Valt\BasicBundle\Controller\TimeController" to "Valt\BasicBundle\Controller\TimeController".
Inlined service "Valt\BasicBundle\Ldap\LdapEncoder" to "Valt\BasicBundle\Ldap\LdapImporter".
Inlined service "Valt\BasicBundle\Security\Key\ResourceProvider" to "Valt\BasicBundle\Security\Key\KeySelector".
Inlined service "Valt\BasicBundle\Security\Key\Generator\DelegatingKeyGenerator" to "Valt\BasicBundle\Security\Key\Rotation\KeySetRotator".
Inlined service "Jose\Component\Signature\JWSBuilder" to "Valt\BasicBundle\Security\Token\Generator\TokenGenerator".
Inlined service "Valt\BasicBundle\Security\Token\Verifier\Header\HeaderCheckerManagerFactory" to "Valt\BasicBundle\Security\Token\Verifier\TokenVerifier".
Inlined service "Jose\Component\Checker\ClaimCheckerManager" to "Valt\BasicBundle\Security\Token\Verifier\TokenVerifier".
Inlined service "Jose\Component\Signature\JWSVerifier" to "Valt\BasicBundle\Security\Token\Verifier\TokenVerifier".
Inlined service "Valt\UserBundle\Email\TestEmailSender" to "Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController" to "Valt\CamBundle\Controller\Admin\SendTestEmailFromSettingsController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Admin\Template\TemplateImportController" to "Valt\CamBundle\Controller\Admin\Template\TemplateImportController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Admin\WowzaAdminController" to "Valt\CamBundle\Controller\Admin\WowzaAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\AlertController" to "Valt\CamBundle\Controller\AlertController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\ApiController" to "Valt\CamBundle\Controller\ApiController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\AudioController" to "Valt\CamBundle\Controller\AudioController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\BeamDeviceAdminController" to "Valt\CamBundle\Controller\BeamDeviceAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController" to "Valt\CamBundle\Controller\CalendarServiceAdmin\CalendarConfigAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController" to "Valt\CamBundle\Controller\CalendarServiceAdmin\CreateCalendarConfigAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController" to "Valt\CamBundle\Controller\CalendarServiceAdmin\DeleteCalendarConfigAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController" to "Valt\CamBundle\Controller\CalendarServiceAdmin\EditCalendarConfigAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController" to "Valt\CamBundle\Controller\CalendarServiceAdmin\ListCalendarConfigAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController" to "Valt\CamBundle\Controller\CalendarServiceAdmin\NewCalendarConfigAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController" to "Valt\CamBundle\Controller\CalendarServiceAdmin\UpdateCalendarConfigAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CameraAdminController" to "Valt\CamBundle\Controller\CameraAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CameraLicenseController" to "Valt\CamBundle\Controller\CameraLicenseController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\CameraMatrixController" to "Valt\CamBundle\Controller\CameraMatrixController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Circuit\CircuitCrudController" to "Valt\CamBundle\Controller\Circuit\CircuitCrudController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Circuit\CircuitListController" to "Valt\CamBundle\Controller\Circuit\CircuitListController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController" to "Valt\CamBundle\Controller\Circuit\CircuitRoomOrderController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Circuit\CircuitViewController" to "Valt\CamBundle\Controller\Circuit\CircuitViewController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Comment\CommentController" to "Valt\CamBundle\Controller\Comment\CommentController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Comment\CommentDownloadFileController" to "Valt\CamBundle\Controller\Comment\CommentDownloadFileController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Comment\CommentInObserveListController" to "Valt\CamBundle\Controller\Comment\CommentInObserveListController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Comment\CommentInReviewListController" to "Valt\CamBundle\Controller\Comment\CommentInReviewListController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController" to "Valt\CamBundle\Controller\Comment\CommentInReviewSetAutoPauseController".
Inlined service "Valt\CamBundle\Comment\CommentSettingsService" to "Valt\CamBundle\Controller\Comment\CommentSettingsController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Comment\CommentSettingsController" to "Valt\CamBundle\Controller\Comment\CommentSettingsController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\DeleteRoomAdminController" to "Valt\CamBundle\Controller\DeleteRoomAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\EdgeCameraAdminController" to "Valt\CamBundle\Controller\EdgeCameraAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\FilterController" to "Valt\CamBundle\Controller\FilterController".
Inlined service "Valt\CamBundle\Utils\LicenseTypeManager" to "Valt\CamBundle\Controller\GeneralAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\GeneralAdminController" to "Valt\CamBundle\Controller\GeneralAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\HelpAdminController" to "Valt\CamBundle\Controller\HelpAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\HelpContactAdminController" to "Valt\CamBundle\Controller\HelpContactAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Live\LiveActivateShareLinkController" to "Valt\CamBundle\Controller\Live\LiveActivateShareLinkController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\LiveController" to "Valt\CamBundle\Controller\LiveController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Observe\DeviceStreamerController" to "Valt\CamBundle\Controller\Observe\DeviceStreamerController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Observe\JoystickController" to "Valt\CamBundle\Controller\Observe\JoystickController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\BatchRecordingController" to "Valt\CamBundle\Controller\Record\BatchRecordingController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\PrepareMultiRecordController" to "Valt\CamBundle\Controller\Record\PrepareMultiRecordController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\PrepareRecordController" to "Valt\CamBundle\Controller\Record\PrepareRecordController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordActivateShareLinkController" to "Valt\CamBundle\Controller\Record\RecordActivateShareLinkController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordCreateController" to "Valt\CamBundle\Controller\Record\RecordCreateController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordCutController" to "Valt\CamBundle\Controller\Record\RecordCutController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordDeleteController" to "Valt\CamBundle\Controller\Record\RecordDeleteController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordEditController" to "Valt\CamBundle\Controller\Record\RecordEditController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordListController" to "Valt\CamBundle\Controller\Record\RecordListController".
Inlined service "Valt\CamBundle\Utils\RecordExporter" to "Valt\CamBundle\Controller\Record\RecordListExportController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordListExportController" to "Valt\CamBundle\Controller\Record\RecordListExportController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordMentionListController" to "Valt\CamBundle\Controller\Record\RecordMentionListController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordShowController" to "Valt\CamBundle\Controller\Record\RecordShowController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordSyncController" to "Valt\CamBundle\Controller\Record\RecordSyncController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Record\RecordUploadController" to "Valt\CamBundle\Controller\Record\RecordUploadController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\RecordController" to "Valt\CamBundle\Controller\RecordController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\RecordDownloadController" to "Valt\CamBundle\Controller\RecordDownloadController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\RecordFileController" to "Valt\CamBundle\Controller\RecordFileController".
Inlined service "Valt\CamBundle\Record\Streaming\Streamer" to "Valt\CamBundle\Controller\RecordInfoController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\RecordInfoController" to "Valt\CamBundle\Controller\RecordInfoController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Report\ReportController" to "Valt\CamBundle\Controller\Report\ReportController".
Inlined service "Valt\CamBundle\Utils\ReportExporter" to "Valt\CamBundle\Controller\Report\ReportExportController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Report\ReportExportController" to "Valt\CamBundle\Controller\Report\ReportExportController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Report\ReportListController" to "Valt\CamBundle\Controller\Report\ReportListController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Report\ReportViewController" to "Valt\CamBundle\Controller\Report\ReportViewController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\RoamDeviceAdminController" to "Valt\CamBundle\Controller\RoamDeviceAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Room\MotionDetectionToggleController" to "Valt\CamBundle\Controller\Room\MotionDetectionToggleController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Room\ObserveRoomShowController" to "Valt\CamBundle\Controller\Room\ObserveRoomShowController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Room\RoomRecordingPauseController" to "Valt\CamBundle\Controller\Room\RoomRecordingPauseController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Room\RoomRecordingResumeController" to "Valt\CamBundle\Controller\Room\RoomRecordingResumeController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Room\RoomRecordingStopController" to "Valt\CamBundle\Controller\Room\RoomRecordingStopController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\RoomAdminController" to "Valt\CamBundle\Controller\RoomAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ExceptionController" to "Valt\CamBundle\Controller\Schedule\ExceptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ExceptionListController" to "Valt\CamBundle\Controller\Schedule\ExceptionListController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleCalendarController" to "Valt\CamBundle\Controller\Schedule\ScheduleCalendarController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleController" to "Valt\CamBundle\Controller\Schedule\ScheduleController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleDeleteController" to "Valt\CamBundle\Controller\Schedule\ScheduleDeleteController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController" to "Valt\CamBundle\Controller\Schedule\ScheduleDeleteMultipleController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleDurationController" to "Valt\CamBundle\Controller\Schedule\ScheduleDurationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleListController" to "Valt\CamBundle\Controller\Schedule\ScheduleListController".
Inlined service "Valt\CamBundle\Utils\ScheduleExporter" to "Valt\CamBundle\Controller\Schedule\ScheduleListExportController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleListExportController" to "Valt\CamBundle\Controller\Schedule\ScheduleListExportController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleOverlapController" to "Valt\CamBundle\Controller\Schedule\ScheduleOverlapController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Schedule\ScheduleStopController" to "Valt\CamBundle\Controller\Schedule\ScheduleStopController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\ScheduleController" to "Valt\CamBundle\Controller\ScheduleController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\StreamAdminController" to "Valt\CamBundle\Controller\StreamAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController" to "Valt\CamBundle\Controller\Transcription\DeleteTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController" to "Valt\CamBundle\Controller\Transcription\DownloadTxtTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController" to "Valt\CamBundle\Controller\Transcription\DownloadVttTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\EditTranscriptionController" to "Valt\CamBundle\Controller\Transcription\EditTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\GetTranscriptionController" to "Valt\CamBundle\Controller\Transcription\GetTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController" to "Valt\CamBundle\Controller\Transcription\GetTranscriptionFileController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\RetryTranscriptionController" to "Valt\CamBundle\Controller\Transcription\RetryTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\StartTranscriptionController" to "Valt\CamBundle\Controller\Transcription\StartTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Transcription\UploadTranscriptionController" to "Valt\CamBundle\Controller\Transcription\UploadTranscriptionController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\TranscriptionServiceAdminController" to "Valt\CamBundle\Controller\TranscriptionServiceAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\ViewController" to "Valt\CamBundle\Controller\ViewController".
Inlined service "Valt\CamBundle\Wowza\Storage\StorageNotifier" to "Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController" to "Valt\CamBundle\Controller\Wowza\CheckCriticallyLowSpaceController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\CheckLowSpaceController" to "Valt\CamBundle\Controller\Wowza\CheckLowSpaceController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\CutNotificationController" to "Valt\CamBundle\Controller\Wowza\CutNotificationController".
Inlined service "Valt\CamBundle\Wowza\WowzaLowSpaceNotifier" to "Valt\CamBundle\Controller\Wowza\SendWowzaStateController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\SendWowzaStateController" to "Valt\CamBundle\Controller\Wowza\SendWowzaStateController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\StatusNotificationController" to "Valt\CamBundle\Controller\Wowza\StatusNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\SyncNotificationController" to "Valt\CamBundle\Controller\Wowza\SyncNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\SyncSettingsController" to "Valt\CamBundle\Controller\Wowza\SyncSettingsController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController" to "Valt\CamBundle\Controller\Wowza\VideoRoutingNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaApi\AwsController" to "Valt\CamBundle\Controller\WowzaApi\AwsController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaApi\CameraController" to "Valt\CamBundle\Controller\WowzaApi\CameraController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController" to "Valt\CamBundle\Controller\WowzaApi\DownloadNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaApi\MediaServerController" to "Valt\CamBundle\Controller\WowzaApi\MediaServerController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaApi\StreamingMethodController" to "Valt\CamBundle\Controller\WowzaApi\StreamingMethodController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaApiController" to "Valt\CamBundle\Controller\WowzaApiController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController" to "Valt\CamBundle\Controller\WowzaNotification\CompletedConversionNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController" to "Valt\CamBundle\Controller\WowzaNotification\ConversionProgressNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController" to "Valt\CamBundle\Controller\WowzaNotification\ImageReadyNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController" to "Valt\CamBundle\Controller\WowzaNotification\MotionDetectedNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController" to "Valt\CamBundle\Controller\WowzaNotification\RecordingPauseNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController" to "Valt\CamBundle\Controller\WowzaNotification\RecordingStopNotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\CamBundle\Controller\WowzaNotification\StopNotificationController" to "Valt\CamBundle\Controller\WowzaNotification\StopNotificationController".
Inlined service "Valt\UserBundle\Email\EmailAlertNotifier" to "Valt\CamBundle\MessageHandler\SendAlertEmailMessageHandler".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\MobileController" to "Valt\MobileBundle\Controller\MobileController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\CreateRecordController" to "Valt\MobileBundle\Controller\Record\CreateRecordController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\DeleteRecordController" to "Valt\MobileBundle\Controller\Record\DeleteRecordController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController" to "Valt\MobileBundle\Controller\Record\Evaluation\CreateEvaluationController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController" to "Valt\MobileBundle\Controller\Record\Evaluation\DeleteEvaluationController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController" to "Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController" to "Valt\MobileBundle\Controller\Record\Evaluation\GetEvaluationsController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController" to "Valt\MobileBundle\Controller\Record\Evaluation\PatchEvaluationController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\GetRecordController" to "Valt\MobileBundle\Controller\Record\GetRecordController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\PatchRecordController" to "Valt\MobileBundle\Controller\Record\PatchRecordController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\Video\GetVideoController" to "Valt\MobileBundle\Controller\Record\Video\GetVideoController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Record\Video\UploadVideoController" to "Valt\MobileBundle\Controller\Record\Video\UploadVideoController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Room\CreateRecordingController" to "Valt\MobileBundle\Controller\Room\CreateRecordingController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Room\GetRecordingController" to "Valt\MobileBundle\Controller\Room\GetRecordingController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Room\GetRoomController" to "Valt\MobileBundle\Controller\Room\GetRoomController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Room\StopRecordingController" to "Valt\MobileBundle\Controller\Room\StopRecordingController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController" to "Valt\MobileBundle\Controller\Settings\DateTimeSettingsViewController".
Inlined service "Valt\MobileBundle\Responder\MobileApiResponder" to "Valt\MobileBundle\Controller\Template\TemplateViewController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\Template\TemplateViewController" to "Valt\MobileBundle\Controller\Template\TemplateViewController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\User\GetOwnRightsController" to "Valt\MobileBundle\Controller\User\GetOwnRightsController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\User\GetOwnUserController" to "Valt\MobileBundle\Controller\User\GetOwnUserController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\User\GetRightsController" to "Valt\MobileBundle\Controller\User\GetRightsController".
Inlined service ".service_locator.3D_vRhH.Valt\MobileBundle\Controller\User\GetUserController" to "Valt\MobileBundle\Controller\User\GetUserController".
Inlined service ".service_locator.KVGxHV4.Valt\SsoBundle\Controller\DefaultController" to "Valt\SsoBundle\Controller\DefaultController".
Inlined service ".service_locator.KVGxHV4.Valt\SsoBundle\Controller\GroupMappingController" to "Valt\SsoBundle\Controller\GroupMappingController".
Inlined service ".service_locator.KVGxHV4.Valt\SsoBundle\Controller\SsoConfigAdminController" to "Valt\SsoBundle\Controller\SsoConfigAdminController".
Inlined service ".service_locator.KVGxHV4.Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController" to "Valt\SsoBundle\Controller\SsoConfigDownloadMetadataFileController".
Inlined service ".service_locator.KVGxHV4.Valt\SsoBundle\Controller\SsoController" to "Valt\SsoBundle\Controller\SsoController".
Inlined service "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider.inner" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\ChatInfoController" to "Valt\UserBundle\Controller\ChatInfoController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\ContainerController" to "Valt\UserBundle\Controller\ContainerController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\ImportController" to "Valt\UserBundle\Controller\ImportController".
Inlined service "Valt\BasicBundle\Ldap\LdapImporter" to "Valt\UserBundle\Controller\LdapController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\LdapController" to "Valt\UserBundle\Controller\LdapController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\Log\AbstractLogListController" to "Valt\UserBundle\Controller\Log\AbstractLogListController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\Log\CameraViewController" to "Valt\UserBundle\Controller\Log\CameraViewController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\Log\LogListExportController" to "Valt\UserBundle\Controller\Log\LogListExportController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\Log\RecordViewController" to "Valt\UserBundle\Controller\Log\RecordViewController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\Log\RoomViewController" to "Valt\UserBundle\Controller\Log\RoomViewController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\LogController" to "Valt\UserBundle\Controller\LogController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\NotificationController" to "Valt\UserBundle\Controller\NotificationController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\RightController" to "Valt\UserBundle\Controller\RightController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\SecurityController" to "Valt\UserBundle\Controller\SecurityController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\UserAdminController" to "Valt\UserBundle\Controller\UserAdminController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\UserController" to "Valt\UserBundle\Controller\UserController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\UserGroupAdminController" to "Valt\UserBundle\Controller\UserGroupAdminController".
Inlined service "Valt\UserBundle\User\UserNotifier" to "Valt\UserBundle\Controller\UserLogoutSoonController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\UserLogoutSoonController" to "Valt\UserBundle\Controller\UserLogoutSoonController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\UserSectionController" to "Valt\UserBundle\Controller\UserSectionController".
Inlined service ".service_locator.3D_vRhH.Valt\UserBundle\Controller\ZoomController" to "Valt\UserBundle\Controller\ZoomController".
Inlined service "Valt\UserBundle\Util\RouteHelper" to "Valt\UserBundle\EventSubscriber\AuthenticationSubscriber".
Inlined service "Valt\CamBundle\Transcription\TranscriptConverter" to "Valt\CamBundle\Utils\WowzaManager".
Inlined service "Valt\CamBundle\Utils\WowzaManagerCurlWrapper" to "Valt\CamBundle\Utils\WowzaManager".
Inlined service "Valt\BasicBundle\GraphApi\GraphApi" to "Valt\CamBundle\Utils\GraphApiManager".
Inlined service "Valt\CamBundle\Audio\AudioMapper" to "Valt\CamBundle\Audio\AudioService".
Inlined service "Valt\CamBundle\Audio\AudioUploader" to "Valt\CamBundle\Audio\AudioService".
Inlined service "Valt\CamBundle\SharingLink\SequenceValidator" to "Valt\CamBundle\Comment\CommentPermissionService".
Inlined service "Valt\CamBundle\Factory\ReplyNotificationFactory" to "Valt\CamBundle\Comment\CommentReplyNotifier".
Inlined service "Valt\CamBundle\Comment\Mapper\CommentMapperDelegator" to "Valt\CamBundle\Comment\CommentService".
Inlined service "Valt\CamBundle\Factory\TagNotificationFactory" to "Valt\CamBundle\Comment\CommentTagNotifier".
Inlined service "Valt\CamBundle\Comment\CommentTagProcessor" to "Valt\CamBundle\Comment\CommentTagService".
Inlined service "Valt\CamBundle\Comment\CommentReplyNotifier" to "Valt\CamBundle\Comment\EventListener\CommentRepliedListener".
Inlined service "Valt\CamBundle\Comment\CommentTagNotifier" to "Valt\CamBundle\Comment\EventListener\CommentTagsAddedListener".
Inlined service "Valt\CamBundle\Device\Preset\PresetManager" to "Valt\CamBundle\Device\Preset\AuditingPresetManager".
Inlined service "Valt\CamBundle\Wowza\Preset\CameraPresetClient" to "Valt\CamBundle\Device\Preset\PresetManager".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "Valt\BasicBundle\ExpressionLanguage\PhpFunctionProvider" to "validator.expression_language".
Inlined service "Valt\BasicBundle\Utils\FileManager" to "Valt\BasicBundle\Utils\GlobalSettingsManager".
Inlined service "Valt\BasicBundle\GraphApi\Sender" to "Valt\BasicBundle\GraphApi\GraphApi".
Inlined service "Valt\BasicBundle\GraphApi\AuthorizationFactory" to "Valt\BasicBundle\GraphApi\GraphApi".
Inlined service "Valt\CamBundle\Record\Distributor\Distributor" to "Valt\CamBundle\Record\Distributor\MigratingDistributor".
Inlined service "Valt\CamBundle\Record\Downloader\Downloader" to "Valt\CamBundle\Record\Downloader\MigratingDownloader".
Inlined service "Valt\CamBundle\Record\Source\DefaultSourceGenerator" to "Valt\CamBundle\Record\Source\MigratingSourceGenerator".
Inlined service "Valt\CamBundle\Record\Source\RoutingSourceGenerator" to "Valt\CamBundle\Record\Source\ProtectingSourceGenerator".
Inlined service "Valt\CamBundle\Record\Source\MigratingSourceGenerator" to "Valt\CamBundle\Record\Source\RoutingSourceGenerator".
Inlined service "Valt\CamBundle\Record\Source\ProtectingSourceGenerator" to "Valt\CamBundle\Record\Streaming\Streamer".
Inlined service "Valt\CamBundle\Utils\RecordFiles" to "Valt\CamBundle\Record\VideoMigrator".
Inlined service ".Valt\CamBundle\Record\Recorder\Recorder.6.inner" to ".Valt\CamBundle\Record\Recorder\Recorder.6".
Inlined service ".Valt\CamBundle\Record\Recorder\Recorder.6" to ".Valt\CamBundle\Record\Recorder\Recorder.5".
Inlined service ".Valt\CamBundle\Record\Recorder\Recorder.5" to ".Valt\CamBundle\Record\Recorder\Recorder.4".
Inlined service ".Valt\CamBundle\Record\Recorder\Recorder.4" to ".Valt\CamBundle\Record\Recorder\Recorder.3".
Inlined service "Valt\BasicBundle\Context\SymfonyFirewallContextDetector" to ".Valt\CamBundle\Record\Recorder\Recorder.3".
Inlined service ".Valt\CamBundle\Record\Recorder\Recorder.3" to ".Valt\CamBundle\Record\Recorder\Recorder.2".
Inlined service ".Valt\CamBundle\Record\Recorder\Recorder.2" to ".Valt\CamBundle\Record\Recorder\Recorder.1".
Inlined service ".Valt\CamBundle\Record\Uploader\Uploader.3.inner" to ".Valt\CamBundle\Record\Uploader\Uploader.3".
Inlined service ".Valt\CamBundle\Record\Uploader\Uploader.3" to ".Valt\CamBundle\Record\Uploader\Uploader.2".
Inlined service ".Valt\CamBundle\Record\Uploader\Uploader.2" to ".Valt\CamBundle\Record\Uploader\Uploader.1".
Inlined service ".Valt\CamBundle\Record\Remover\Remover.3.inner" to ".Valt\CamBundle\Record\Remover\Remover.3".
Inlined service ".Valt\CamBundle\Record\Remover\Remover.3" to ".Valt\CamBundle\Record\Remover\Remover.2".
Inlined service ".Valt\CamBundle\Record\Remover\Remover.2" to ".Valt\CamBundle\Record\Remover\Remover.1".
Inlined service "Valt\CamBundle\MotionDetection\MotionDetector" to "Valt\CamBundle\DoctrineListener\MotionDetectionListener".
Inlined service ".Valt\CamBundle\Schedule\Scheduler\Scheduler.2.inner" to ".Valt\CamBundle\Schedule\Scheduler\Scheduler.2".
Inlined service ".Valt\CamBundle\Schedule\Scheduler\Scheduler.2" to ".Valt\CamBundle\Schedule\Scheduler\Scheduler.1".
Inlined service "Valt\UserBundle\Email\EmailNotifier" to "Valt\UserBundle\Scheduler\Handler\EmailNotificationHandler".
Inlined service "Valt\BasicBundle\Security\Key\Rotation\RotationConfigurator" to "Valt\BasicBundle\Security\Key\Rotation\RotationRuleSetInterface".
Inlined service "Valt\BasicBundle\Security\Token\Verifier\Claim\IssuedAtCheckerFactory" to "Jose\Component\Checker\IssuedAtChecker".
Inlined service "Valt\BasicBundle\Security\Token\Verifier\Claim\NotBeforeCheckerFactory" to "Jose\Component\Checker\NotBeforeChecker".
Inlined service "Valt\BasicBundle\Security\Token\Verifier\Claim\ExpirationTimeCheckerFactory" to "Jose\Component\Checker\ExpirationTimeChecker".
Inlined service "Valt\BasicBundle\Security\Token\Verifier\Claim\IssuerCheckerFactory" to "Jose\Component\Checker\IssuerChecker".
Inlined service "Valt\BasicBundle\Security\Token\Verifier\Claim\AudienceCheckerFactory" to "Jose\Component\Checker\AudienceChecker".
Inlined service "Valt\SsoBundle\Util\SymfonyCacheCleaner" to "Valt\SsoBundle\Util\SsoConfigManager".
Inlined service ".Valt\BasicBundle\Stream\Live\LiveStreamResolver.1.inner" to ".Valt\BasicBundle\Stream\Live\LiveStreamResolver.1".
Inlined service ".Valt\BasicBundle\Stream\Live\LiveStreamResolver.1" to ".Valt\BasicBundle\Stream\Live\LiveStreamResolver.0".
Inlined service ".Valt\CamBundle\Wowza\Status\StatusRefresher.1.inner" to ".Valt\CamBundle\Wowza\Status\StatusRefresher.1".
Inlined service "Valt\CamBundle\Sync\Routing\StreamRouter" to "Valt\CamBundle\DoctrineListener\RoutingListener".
Inlined service "Valt\CamBundle\Sync\Routing\VideoRouter" to "Valt\CamBundle\DoctrineListener\RoutingListener".
Inlined service "Valt\UserBundle\Zoom\Provider\UserProvider" to "Valt\UserBundle\Zoom\Client".
Inlined service "Valt\UserBundle\Zoom\Provider\RecordingProvider" to "Valt\UserBundle\Zoom\Client".
Inlined service "Valt\CamBundle\Record\Downloader\MigratingDownloader" to "Valt\UserBundle\Zoom\Downloader\MeetingDownloader".
Inlined service "Valt\UserBundle\Zoom\Paginator\Paginator" to "Valt\UserBundle\Zoom\Provider\RecordingProvider".
Inlined service ".Valt\UserBundle\Zoom\Sender\Sender.1.inner" to ".Valt\UserBundle\Zoom\Sender\Sender.1".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.Cm0oSmF" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "cache.scheduler.recorder_inner" to "cache.scheduler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.AATNAgO" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "key_set_cache.recorder_inner" to "key_set_cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" 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.4qJgX9S" 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.M_QvBi1" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".service_locator..CAGrmF" to "scheduler.messenger.service_call_message_handler".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.x5C5BEE" to "messenger.routable_message_bus".
Inlined service "Valt\CamBundle\Messenger\Serializer\EventForWebsocketSerializer" to "messenger.transport.event_for_websocket".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.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 "Valt\BasicBundle\Twig\GrantedRightsExtension" to "twig".
Inlined service "Valt\BasicBundle\Twig\NotificationExtension" to "twig".
Inlined service "Valt\BasicBundle\Twig\PHPDateFormatterExtension" to "twig".
Inlined service "Valt\BasicBundle\Twig\TimeIntervalExtension" to "twig".
Inlined service "Valt\BasicBundle\Twig\TruncateStringExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "nelmio_security.twig_extension" to "twig".
Inlined service "vite.twig_entry_files_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.UTtENum" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.UciZaOz" to "security.helper".
Inlined service ".service_locator.runWaEe" to "security.helper".
Inlined service ".service_locator.Y9iA6Ye" to "security.helper".
Inlined service ".service_locator.oEGJd.6" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.zTCEu8K" to "security.access_map".
Inlined service ".security.request_matcher.FPJxgWG" to "security.access_map".
Inlined service ".security.request_matcher.CgvpaBY" to "security.access_map".
Inlined service ".security.request_matcher.g7PHnoZ" to "security.access_map".
Inlined service ".security.request_matcher.Ftv.eAh" to "security.access_map".
Inlined service ".security.request_matcher.Wn5OEp5" to "security.access_map".
Inlined service ".security.request_matcher.UHeJnDH" to "security.access_map".
Inlined service ".security.request_matcher.k8aoLmL" to "security.access_map".
Inlined service ".security.request_matcher.EwVKVDM" to "security.access_map".
Inlined service ".security.request_matcher.KkTKAL." to "security.access_map".
Inlined service ".security.request_matcher.S8itqTi" to "security.access_map".
Inlined service ".security.request_matcher.l2axgll" to "security.access_map".
Inlined service ".security.request_matcher.sydRV55" to "security.access_map".
Inlined service ".security.request_matcher.BKrGDyw" to "security.access_map".
Inlined service ".security.request_matcher.9f5LseZ" to "security.access_map".
Inlined service ".security.request_matcher.BJaNB7n" to "security.access_map".
Inlined service ".security.request_matcher.YXwxlcX" to "security.access_map".
Inlined service ".security.request_matcher.HhAzyBN" to "security.access_map".
Inlined service ".security.request_matcher.hriILks" to "security.access_map".
Inlined service ".security.request_matcher.CXWjG1X" to "security.access_map".
Inlined service ".security.request_matcher.2FuemNy" to "security.access_map".
Inlined service ".security.request_matcher.BZve_60" to "security.access_map".
Inlined service ".security.request_matcher.goYdKp2" to "security.access_map".
Inlined service ".security.request_matcher.VZlxh05" to "security.access_map".
Inlined service ".security.request_matcher.J56IxDc" to "security.access_map".
Inlined service ".security.request_matcher.0UQkVcl" to "security.access_map".
Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map".
Inlined service ".security.request_matcher.2hakWuF" to "security.access_map".
Inlined service ".security.request_matcher.05uiurK" to "security.access_map".
Inlined service ".security.request_matcher.9PzJt1Y" to "security.access_map".
Inlined service ".security.request_matcher.38pWlC9" to "security.access_map".
Inlined service ".security.request_matcher.vBLaxVn" to "security.access_map".
Inlined service ".security.request_matcher.jAxrYfT" to "security.access_map".
Inlined service ".security.request_matcher.qj2c.69" to "security.access_map".
Inlined service ".security.request_matcher.5oIj04b" to "security.access_map".
Inlined service ".security.request_matcher.2evtkod" to "security.access_map".
Inlined service ".security.request_matcher.KKDZdlm" to "security.access_map".
Inlined service ".security.request_matcher.s2Ruyxt" to "security.access_map".
Inlined service ".security.request_matcher.PCZtBAT" to "security.access_map".
Inlined service ".security.request_matcher.WYfL6Lg" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.DZdNg_7" to ".security.request_matcher.nuLVHKy".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.q3VJOyt" to ".security.request_matcher.9Jl43wk".
Inlined service "debug.security.firewall.authenticator.secured_api_v3.inner" to "debug.security.firewall.authenticator.secured_api_v3".
Inlined service "Valt\ApiBundle\Security\ApiAuthenticationEntryPoint" to "security.exception_listener.secured_api_v3".
Inlined service "Valt\ApiBundle\Security\ApiAccessDeniedHandler" to "security.exception_listener.secured_api_v3".
Inlined service "security.exception_listener.secured_api_v3" to "security.firewall.map.context.secured_api_v3".
Inlined service "security.firewall.map.config.secured_api_v3" to "security.firewall.map.context.secured_api_v3".
Inlined service ".security.request_matcher.H3AuryO" to ".security.request_matcher.y3AsPg5".
Inlined service "debug.security.firewall.authenticator.saml.inner" to "debug.security.firewall.authenticator.saml".
Inlined service "security.exception_listener.saml" to "security.firewall.map.context.saml".
Inlined service "security.logout_listener.saml" to "security.firewall.map.context.saml".
Inlined service "security.firewall.map.config.saml" to "security.firewall.map.context.saml".
Inlined service ".security.request_matcher.DSduCFf" to ".security.request_matcher.JWbwsu7".
Inlined service "Valt\BasicBundle\Security\Token\Verifier\TokenVerifier" to "security.access_token_handler.wowza_api".
Inlined service "Valt\BasicBundle\Security\Key\SignatureKeyMatcherFactory" to "security.access_token_handler.wowza_api".
Inlined service "security.access_token_handler.wowza_api" to "security.authenticator.access_token.wowza_api".
Inlined service "security.access_token_extractor.header" to "security.authenticator.access_token.wowza_api".
Inlined service "security.authentication.failure_handler.wowza_api.access_token" to "security.authenticator.access_token.wowza_api".
Inlined service "debug.security.firewall.authenticator.wowza_api.inner" to "debug.security.firewall.authenticator.wowza_api".
Inlined service "security.exception_listener.wowza_api" to "security.firewall.map.context.wowza_api".
Inlined service "security.firewall.map.config.wowza_api" to "security.firewall.map.context.wowza_api".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "Valt\UserBundle\Security\AuthenticationEntryPoint" to "security.exception_listener.main".
Inlined service "Valt\UserBundle\Security\AccessDeniedHandler" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.xMtAXT." to ".security.request_matcher.zTCEu8K".
Inlined service ".security.request_matcher.zyzQgO0" to ".security.request_matcher.FPJxgWG".
Inlined service ".security.request_matcher.sKo8zK4" to ".security.request_matcher.CgvpaBY".
Inlined service ".security.request_matcher.eexe_qA" to ".security.request_matcher.g7PHnoZ".
Inlined service ".security.request_matcher.aqL23r9" to ".security.request_matcher.Ftv.eAh".
Inlined service ".security.request_matcher.yPJOuh2" to ".security.request_matcher.Wn5OEp5".
Inlined service ".security.request_matcher.P6_vtms" to ".security.request_matcher.UHeJnDH".
Inlined service ".security.request_matcher.mi6glFP" to ".security.request_matcher.k8aoLmL".
Inlined service ".security.request_matcher.dIXHc1." to ".security.request_matcher.EwVKVDM".
Inlined service ".security.request_matcher.BGplYwz" to ".security.request_matcher.KkTKAL.".
Inlined service ".security.request_matcher.C8wPa7W" to ".security.request_matcher.S8itqTi".
Inlined service ".security.request_matcher.tgdIYq4" to ".security.request_matcher.l2axgll".
Inlined service ".security.request_matcher._ejXzzt" to ".security.request_matcher.sydRV55".
Inlined service ".security.request_matcher.a9pO9am" to ".security.request_matcher.BKrGDyw".
Inlined service ".security.request_matcher.Pw67gCf" to ".security.request_matcher.9f5LseZ".
Inlined service ".security.request_matcher.4GrWeqj" to ".security.request_matcher.BJaNB7n".
Inlined service ".security.request_matcher.avoY.qJ" to ".security.request_matcher.BJaNB7n".
Inlined service ".security.request_matcher.iYaFEiq" to ".security.request_matcher.YXwxlcX".
Inlined service ".security.request_matcher.MDZsOyR" to ".security.request_matcher.HhAzyBN".
Inlined service ".security.request_matcher.4etbS9m" to ".security.request_matcher.hriILks".
Inlined service ".security.request_matcher.eElvn3W" to ".security.request_matcher.CXWjG1X".
Inlined service ".security.request_matcher.CSDCx5K" to ".security.request_matcher.2FuemNy".
Inlined service ".security.request_matcher.8egsYRY" to ".security.request_matcher.BZve_60".
Inlined service ".security.request_matcher.te8Uxuh" to ".security.request_matcher.goYdKp2".
Inlined service ".security.request_matcher.sAosFgO" to ".security.request_matcher.VZlxh05".
Inlined service ".security.request_matcher.hroxuwM" to ".security.request_matcher.J56IxDc".
Inlined service ".security.request_matcher.qQ5ySRD" to ".security.request_matcher.0UQkVcl".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.gjnNpJn".
Inlined service ".security.request_matcher.Ht_K6QF" to ".security.request_matcher.2hakWuF".
Inlined service ".security.request_matcher.Rfd9sGY" to ".security.request_matcher.05uiurK".
Inlined service ".security.request_matcher.gcCWFEK" to ".security.request_matcher.05uiurK".
Inlined service ".security.request_matcher.mkvwfq5" to ".security.request_matcher.9PzJt1Y".
Inlined service ".security.request_matcher.tzfRkSC" to ".security.request_matcher.vBLaxVn".
Inlined service ".security.request_matcher.i0okU6k" to ".security.request_matcher.jAxrYfT".
Inlined service ".security.request_matcher.aDnxwyV" to ".security.request_matcher.qj2c.69".
Inlined service ".security.request_matcher.pJsaAq7" to ".security.request_matcher.5oIj04b".
Inlined service ".security.request_matcher.x048gSO" to ".security.request_matcher.2evtkod".
Inlined service ".security.request_matcher.BpqxucB" to ".security.request_matcher.KKDZdlm".
Inlined service ".security.request_matcher.yZRS0C." to ".security.request_matcher.s2Ruyxt".
Inlined service ".security.request_matcher.AoyFDCc" to ".security.request_matcher.PCZtBAT".
Inlined service ".security.request_matcher.kps9HgW" to ".security.request_matcher.WYfL6Lg".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.oxdw4Tm" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.PA2RGZn" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.ApGlz1R" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "stof_doctrine_extensions.tool.actor_provider" to "stof_doctrine_extensions.listener.blameable".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "knp_menu.factory_extension.routing" 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.J2q7td." to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
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 "monolog.logger.snc_redis" to "snc_redis.logger".
Inlined service "snc_redis.logger" to "snc_redis.data_collector".
Inlined service ".service_locator.HzK0Ggn" to "Snc\RedisBundle\Command\RedisQueryCommand".
Inlined service "snc_redis.connection.default_parameters.default" to "snc_redis.default".
Inlined service "snc_redis.client.default_options" to "snc_redis.default".
Inlined service "snc_redis.connection.session_parameters.session" to "snc_redis.session".
Inlined service "snc_redis.client.session_options" to "snc_redis.session".
Inlined service "snc_redis.connection.cache_parameters.cache" to "snc_redis.cache".
Inlined service "snc_redis.client.cache_options" to "snc_redis.cache".
Inlined service "snc_redis.connection.key_set_cache_parameters.key_set_cache" to "snc_redis.key_set_cache".
Inlined service "snc_redis.client.key_set_cache_options" to "snc_redis.key_set_cache".
Inlined service "LightSaml\Build\Container\SystemContainerInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Build\Container\PartyContainerInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Build\Container\StoreContainerInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Build\Container\ProviderContainerInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Build\Container\CredentialContainerInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Build\Container\ServiceContainerInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Build\Container\OwnContainerInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Store\TrustOptions\TrustOptionsStoreInterface" to "LightSaml\Build\Container\PartyContainerInterface".
Inlined service "Valt\SsoBundle\Store\Request\RequestStateRedisStore" to "LightSaml\Build\Container\StoreContainerInterface".
Inlined service "Valt\UserBundle\Store\IdStore" to "LightSaml\Build\Container\StoreContainerInterface".
Inlined service "LightSaml\Provider\Attribute\AttributeValueProviderInterface" to "LightSaml\Build\Container\ProviderContainerInterface".
Inlined service "LightSaml\Provider\Session\SessionInfoProviderInterface" to "LightSaml\Build\Container\ProviderContainerInterface".
Inlined service "LightSaml\Provider\NameID\NameIdProviderInterface" to "LightSaml\Build\Container\ProviderContainerInterface".
Inlined service "LightSaml\Validator\Model\Assertion\AssertionValidatorInterface" to "LightSaml\Build\Container\ServiceContainerInterface".
Inlined service "LightSaml\Validator\Model\Assertion\AssertionTimeValidatorInterface" to "LightSaml\Build\Container\ServiceContainerInterface".
Inlined service "LightSaml\Resolver\Signature\OwnSignatureResolver" to "LightSaml\Build\Container\ServiceContainerInterface".
Inlined service "LightSaml\Resolver\Endpoint\CompositeEndpointResolver" to "LightSaml\Build\Container\ServiceContainerInterface".
Inlined service "LightSaml\Binding\BindingFactoryInterface" to "LightSaml\Build\Container\ServiceContainerInterface".
Inlined service "LightSaml\Validator\Model\Signature\SignatureValidatorInterface" to "LightSaml\Build\Container\ServiceContainerInterface".
Inlined service "LightSaml\Resolver\Session\SessionProcessorInterface" to "LightSaml\Build\Container\ServiceContainerInterface".
Inlined service "Valt\SsoBundle\Builder\EntityDescriptor\EntityDescriptorBuilder" to "LightSaml\Build\Container\OwnContainerInterface".
Inlined service "lightsaml.own.credential_store.0" to "lightsaml.own.credential_store".
Inlined service "lightsaml.own.credential_store.1" to "lightsaml.own.credential_store".
Inlined service "lightsaml.party.idp_entity_descriptor_store.file.0" to "lightsaml.party.idp_entity_descriptor_store".
Inlined service "lightsaml.credential.credential_store_factory" to "lightsaml.credential.credential_store".
Inlined service "LightSaml\Validator\Model\Subject\SubjectValidatorInterface" to "LightSaml\Validator\Model\Assertion\AssertionValidatorInterface".
Inlined service "LightSaml\Validator\Model\Statement\StatementValidatorInterface" to "LightSaml\Validator\Model\Assertion\AssertionValidatorInterface".
Inlined service "lightsaml.service.endpoint_resolver.binding" to "LightSaml\Resolver\Endpoint\CompositeEndpointResolver".
Inlined service "lightsaml.service.endpoint_resolver.descriptor_type" to "LightSaml\Resolver\Endpoint\CompositeEndpointResolver".
Inlined service "LightSaml\Resolver\Endpoint\ServiceTypeEndpointResolver" to "LightSaml\Resolver\Endpoint\CompositeEndpointResolver".
Inlined service "LightSaml\Resolver\Endpoint\IndexEndpointResolver" to "LightSaml\Resolver\Endpoint\CompositeEndpointResolver".
Inlined service "LightSaml\Resolver\Endpoint\LocationEndpointResolver" to "LightSaml\Resolver\Endpoint\CompositeEndpointResolver".
Inlined service "LightSaml\Resolver\Credential\Factory\CredentialResolverFactory" to "lightsaml.service.credential_resolver".
Inlined service ".service_locator.O2p6Lk7.LightSaml\SpBundle\Controller\DefaultController" to "LightSaml\SpBundle\Controller\DefaultController".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.enum_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.enum_driver.inner" to "jms_serializer.metadata.enum_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "Valt\ApiBundle\Util\Transformers\CompoundTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\ArrayTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\ChoiceTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\SubmitTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\FileTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\LoginPageImageTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\HiddenTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\TemplateButtonFieldsTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\TemplateMultiFilesUploadTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\UsersAndGroupsTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\MultipleChoiceTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\SingleChoiceTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\StaticTextTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\StaticImageTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\CommentReviewTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\RadioCheckboxTreeTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\UserCustomFileUploadTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\TranscriptsCardsTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\ZoomAccountTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\GridSizeTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\ColorPickerTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\AsyncTypeaheadTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\CollectionTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\BasicBundle\Form\LiformTransformer\DurationTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\BasicBundle\Form\LiformTransformer\TemplateTransformer" to "Limenius\Liform\Resolver".
Inlined service "Valt\ApiBundle\Util\Transformers\MotionDetectionMaskTransformer" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.integer" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.compound" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.compound" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.string" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.number" to "Limenius\Liform\Resolver".
Inlined service "liform.transformer.boolean" to "Limenius\Liform\Resolver".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "Valt\Cue\Session\Infrastructure\DataFixtures\SessionFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\Cue\Session\Infrastructure\DataFixtures\SessionTrackFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\BasicBundle\DataFixtures\AnnouncementFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\BasicBundle\DataFixtures\GlobalSettingsFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\AudioFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\CalendarConfigFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\CommentFileFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\CommentFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\CommentTemplateFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\DeviceFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\EvaluationTemplateFieldFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\EvaluationTemplateFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\FilterFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\HelpFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\InformationTemplateFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\PlayableVideoFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\RecordFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\RecordingFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\RoomFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\ScheduleFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\TemplateFieldFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\TranscriptFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\TranscriptionServiceFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\CamBundle\DataFixtures\WowzaFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\SsoBundle\DataFixtures\GroupMappingFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\SsoBundle\DataFixtures\SsoConfigFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\ContainerFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\LdapServerAttributeFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\LdapServerFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\LdapSynchronizeFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\LogFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\RightFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "Valt\UserBundle\DataFixtures\UserGroupFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver" to ".debug.value_resolver.Valt\MobileBundle\ArgumentResolver\MobileDeviceResolver".
Inlined service "Valt\MobileBundle\ArgumentResolver\MobileUserResolver" to ".debug.value_resolver.Valt\MobileBundle\ArgumentResolver\MobileUserResolver".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "websocket.bus.messenger.handlers_locator" to "websocket.bus.middleware.handle_message".
Inlined service "debug.traced.websocket.bus.inner" to "debug.traced.websocket.bus".
Inlined service "command.bus.messenger.handlers_locator" to "command.bus.middleware.handle_message".
Inlined service "debug.traced.command.bus.inner" to "debug.traced.command.bus".
Inlined service "async.bus.messenger.handlers_locator" to "async.bus.middleware.handle_message".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter" to ".debug.security.voter.Valt\Cue\Activity\Infrastructure\Security\Voter\ActivityParticipatingVoter".
Inlined service "Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter" to ".debug.security.voter.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackAccessVoter".
Inlined service "Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter" to ".debug.security.voter.Valt\Cue\Activity\Infrastructure\Security\Voter\SessionTrackHasSessionVoter".
Inlined service "Valt\CamBundle\Security\Voter\CommentVoter" to ".debug.security.voter.Valt\CamBundle\Security\Voter\CommentVoter".
Inlined service "Valt\CamBundle\Security\Voter\RoomVoter" to ".debug.security.voter.Valt\CamBundle\Security\Voter\RoomVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader.caching.inner" to "Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader.caching".
Inlined service "Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.caching.inner" to "Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.caching".
Inlined service "Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader.caching.inner" to "Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader.caching".
Inlined service "Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader.caching.inner" to "Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader.caching".
Inlined service "debug.security.event_dispatcher.secured_api_v3.inner" to "debug.security.event_dispatcher.secured_api_v3".
Inlined service "debug.security.event_dispatcher.saml.inner" to "debug.security.event_dispatcher.saml".
Inlined service "debug.security.event_dispatcher.wowza_api.inner" to "debug.security.event_dispatcher.wowza_api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.C6HNwui" to ".service_locator.C6HNwui.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.O2p6Lk7" to ".service_locator.O2p6Lk7.LightSaml\SpBundle\Controller\DefaultController".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.enum_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.enum_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.enum_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.enum_driver.inner".
Inlined service "Valt\SsoBundle\Util\UsernameMapper" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider.inner".
Inlined service "LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpReceiveResponseProfileBuilder" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider.inner".
Inlined service "LightSaml\SpBundle\Security\User\SimpleAttributeMapper" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider.inner".
Inlined service "security.authentication.success_handler.saml.saml" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider.inner".
Inlined service "security.authentication.failure_handler.saml.saml" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider.inner".
Inlined service "Valt\UserBundle\Security\Core\User\UserCreator" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.yCwjxwy" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "Valt\Template\Application\Serializer\TemplateImportNormalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.Ew9LqKy" to "console.command_loader".
Inlined service ".Valt\CamBundle\Record\Recorder\Recorder.1" to "Valt\CamBundle\Record\Recorder\RecorderInterface".
Inlined service ".Valt\CamBundle\Record\Uploader\Uploader.1" to "Valt\CamBundle\Record\Uploader\UploaderInterface".
Inlined service ".Valt\CamBundle\Record\Cutter\Cutter.0.inner" to "Valt\CamBundle\Record\Cutter\CutterInterface".
Inlined service ".Valt\CamBundle\Record\Remover\Remover.1" to "Valt\CamBundle\Record\Remover\RemoverInterface".
Inlined service ".Valt\CamBundle\Record\RetentionRemover\RetentionRemover.0.inner" to "Valt\CamBundle\Record\RetentionRemover\RetentionRemoverInterface".
Inlined service ".Valt\CamBundle\Sync\Syncer.0.inner" to "Valt\CamBundle\Sync\SyncerInterface".
Inlined service ".Valt\CamBundle\Record\Ensurer\Ensurer.0.inner" to "Valt\CamBundle\Record\Ensurer\EnsurerInterface".
Inlined service ".Valt\CamBundle\Schedule\Scheduler\Scheduler.1" to "Valt\CamBundle\Schedule\Scheduler\SchedulerInterface".
Inlined service "Valt\CamBundle\Wowza\LoggableWowzaClient.inner" to "Valt\CamBundle\Wowza\WowzaClientInterface".
Inlined service ".Valt\CamBundle\Wowza\WebServer\WebServer.0.inner" to "Valt\CamBundle\Wowza\WebServer\WebServerInterface".
Inlined service ".Valt\CamBundle\Wowza\Status\StatusRefresher.1" to "Valt\CamBundle\Wowza\Status\StatusRefresherInterface".
Inlined service ".Valt\UserBundle\Zoom\Sender\Sender.1" to "Valt\UserBundle\Zoom\Sender\SenderInterface".
Inlined service ".service_locator.C6HNwui.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.async.bus.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "Valt\UserBundle\Zoom\Downloader\MeetingDownloader" to "console.command.public_alias.Valt\UserBundle\Command\ZoomMeetingDownloadCommand".
Inlined service "Valt\SsoBundle\Security\User\SamlToUserMapperFactory" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider".
Inlined service "Valt\SsoBundle\Security\User\SamlToUserMapperFactory" to "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider".
Inlined service "Valt\BasicBundle\Ldap\LdapService" to "Valt\UserBundle\Controller\LdapController".
Inlined service "Valt\BasicBundle\Ldap\LdapService" to "Valt\UserBundle\Controller\LdapController".
Inlined service "Valt\UserBundle\Zoom\Sender\RefreshableSender" to "Valt\UserBundle\Zoom\Client".
Inlined service "Valt\UserBundle\Zoom\Sender\RefreshableSender" to "Valt\UserBundle\Zoom\Client".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service ".security.request_matcher.aRQIDL_" to "security.access_map".
Inlined service ".security.request_matcher.aRQIDL_" to "security.access_map".
Inlined service ".security.request_matcher..F4H411" to "security.access_map".
Inlined service ".security.request_matcher..F4H411" to "security.access_map".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "LightSaml\Provider\TimeProvider\TimeProviderInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Provider\TimeProvider\TimeProviderInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Validator\Model\NameId\NameIdValidatorInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Validator\Model\NameId\NameIdValidatorInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Validator\Model\NameId\NameIdValidatorInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "LightSaml\Provider\TimeProvider\TimeProviderInterface" to "LightSaml\Build\Container\BuildContainerInterface".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "monolog.logger.mailer" to "mailer.transport_factory.smtp".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
5
Tag "container.decorator" was defined on service(s) "Valt\SsoBundle\Security\Authentication\SpAuthenticationProvider", ".Valt\BasicBundle\Stream\Live\LiveStreamResolver.0", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.secured_api_v3", "debug.security.firewall.authenticator.saml", "debug.security.firewall.authenticator.wowza_api", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "doctrine.migrations.container_aware_migrations_factory", "var_dumper.contextualized_cli_dumper", "debug.traced.websocket.bus", "debug.traced.command.bus", ".debug.http_client", "Valt\BasicBundle\Security\Key\Loader\CompoundKeySetLoader.caching", "Valt\BasicBundle\Security\Key\Loader\FileKeySetLoader.caching", "Valt\BasicBundle\Security\Key\Loader\RotatingFileKeySetLoader.caching", "Valt\BasicBundle\Security\Key\Loader\UrlKeySetLoader.caching", "debug.security.event_dispatcher.secured_api_v3", "debug.security.event_dispatcher.saml", "debug.security.event_dispatcher.wowza_api", "debug.security.event_dispatcher.main", "Valt\CamBundle\Record\Recorder\RecorderInterface", "Valt\CamBundle\Record\Uploader\UploaderInterface", "Valt\CamBundle\Record\Cutter\CutterInterface", "Valt\CamBundle\Record\Remover\RemoverInterface", "Valt\CamBundle\Record\RetentionRemover\RetentionRemoverInterface", "Valt\CamBundle\Sync\SyncerInterface", "Valt\CamBundle\Record\Ensurer\EnsurerInterface", "Valt\CamBundle\Schedule\Scheduler\SchedulerInterface", "Valt\CamBundle\Wowza\WowzaClientInterface", "Valt\CamBundle\Wowza\WebServer\WebServerInterface", "Valt\CamBundle\Wowza\Status\StatusRefresherInterface", "Valt\UserBundle\Zoom\Sender\SenderInterface", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.security", "monolog.logger.fs", "monolog.logger.main", "monolog.logger.deprecation", "monolog.logger.csp_reports", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.enum_subscriber", "jms_serializer.enum_handler", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?