https://calcentrix.com/

Log Messages

Info. & Errors 2

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"homepage"
.
[
  "route" => "homepage"
  "route_parameters" => [
    "_route" => "homepage"
    "path" => "/static/index.html"
    "permanent" => true
    "_controller" => "Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction"
  ]
  "request_uri" => "https://calcentrix.com/"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 18

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
php User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#551
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/var/www/html/Admedix/source/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Admedix/source/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:740 {
        ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/getWebserviceUserProviderService.php:12 {
        require …
        › 
        › return $this->privates['App\\Security\\User\\WebserviceUserProvider'] = new \App\Security\User\WebserviceUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:637 {
        ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/getSecurity_Authentication_Provider_Dao_SuperAdminService.php:15 {
        require …
        › 
        › return $this->privates['security.authentication.provider.dao.super_admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['App\\Security\\User\\WebserviceUserProvider'] ?? $this->load('getWebserviceUserProviderService.php')), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'super_admin', ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService.php')), true);}
      /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:637 {
        ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:2522 {
        ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->ContainerOLqxSQ8\{closure} …
        › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.super_admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_SuperAdminService.php'));    yield 1 => ($this->privates['security.authentication.provider.anonymous.super_admin'] ?? ($this->privates['security.authentication.provider.anonymous.super_admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
      }
      /var/www/html/Admedix/source/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:75 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/html/Admedix/source/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/html/Admedix/source/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/html/Admedix/source/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/html/Admedix/source/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof AbstractListener ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/Admedix/source/vendor/symfony/security-http/Firewall.php:98 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
        › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
      }
      /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/Admedix/source/vendor/symfony/http-kernel/HttpKernel.php:145 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/html/Admedix/source/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/Admedix/source/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/Admedix/source/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/Admedix/source/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:740 {
    ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/getWebserviceUserProviderService.php:12 {
    require …
    › 
    › return $this->privates['App\\Security\\User\\WebserviceUserProvider'] = new \App\Security\User\WebserviceUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:637 {
    ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/getSecurity_Authentication_Provider_Dao_SuperAdminService.php:15 {
    require …
    › 
    › return $this->privates['security.authentication.provider.dao.super_admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['App\\Security\\User\\WebserviceUserProvider'] ?? $this->load('getWebserviceUserProviderService.php')), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'super_admin', ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService.php')), true);}
  /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:637 {
    ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:2522 {
    ContainerOLqxSQ8\srcApp_KernelDevDebugContainer->ContainerOLqxSQ8\{closure} …
    › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {    yield 0 => ($this->privates['security.authentication.provider.dao.super_admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_SuperAdminService.php'));    yield 1 => ($this->privates['security.authentication.provider.anonymous.super_admin'] ?? ($this->privates['security.authentication.provider.anonymous.super_admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  }
  /var/www/html/Admedix/source/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:75 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/html/Admedix/source/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/html/Admedix/source/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/html/Admedix/source/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/html/Admedix/source/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof AbstractListener ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/Admedix/source/vendor/symfony/security-http/Firewall.php:98 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
    › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
  }
  /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/Admedix/source/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/Admedix/source/vendor/symfony/http-kernel/HttpKernel.php:145 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/html/Admedix/source/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/Admedix/source/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/Admedix/source/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
n/a (2 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "admedix_sysadmin" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "jms_translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
n/a (3 times) Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#107
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Admedix/source/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:740 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/html/Admedix/source/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/html/Admedix/source/var/cache/dev/ContainerOLqxSQ8/srcApp_KernelDevDebugContainer.php:740 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}

Debug 37

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\LocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"App\EventListener\ActivityListener::onCoreController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventListener\ActivityListener::onCoreController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 3798

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\AddAdminUserCommand" (parent: .abstract.instanceof.App\Command\Admin\AddAdminUserCommand).
  • Resolving inheritance for "App\Command\Admin\AddAdminUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\AddAdminUserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddOnsController" (parent: .abstract.instanceof.App\Controller\AddOnsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddOnsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddOnsController).
  • Resolving inheritance for "App\Controller\AddOnsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddOnsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAnnouncementController" (parent: .abstract.instanceof.App\Controller\Admin\AdminAnnouncementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAnnouncementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAnnouncementController).
  • Resolving inheritance for "App\Controller\Admin\AdminAnnouncementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAnnouncementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminCommPanelController" (parent: .abstract.instanceof.App\Controller\Admin\AdminCommPanelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminCommPanelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminCommPanelController).
  • Resolving inheritance for "App\Controller\Admin\AdminCommPanelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminCommPanelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController).
  • Resolving inheritance for "App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminFacilityController" (parent: .abstract.instanceof.App\Controller\Admin\AdminFacilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminFacilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminFacilityController).
  • Resolving inheritance for "App\Controller\Admin\AdminFacilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminFacilityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLoginController" (parent: .abstract.instanceof.App\Controller\Admin\AdminLoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLoginController).
  • Resolving inheritance for "App\Controller\Admin\AdminLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminProfileImageController" (parent: .abstract.instanceof.App\Controller\Admin\AdminProfileImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminProfileImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminProfileImageController).
  • Resolving inheritance for "App\Controller\Admin\AdminProfileImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminProfileImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CamerasController" (parent: .abstract.instanceof.App\Controller\Admin\CamerasController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CamerasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CamerasController).
  • Resolving inheritance for "App\Controller\Admin\CamerasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CamerasController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CctvSecurityController" (parent: .abstract.instanceof.App\Controller\Admin\CctvSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CctvSecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CctvSecurityController).
  • Resolving inheritance for "App\Controller\Admin\CctvSecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CctvSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\AdminNotificationsController" (parent: .abstract.instanceof.App\Controller\Admin\Communication\AdminNotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\AdminNotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\AdminNotificationsController).
  • Resolving inheritance for "App\Controller\Admin\Communication\AdminNotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\AdminNotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\AdminToDoListController" (parent: .abstract.instanceof.App\Controller\Admin\Communication\AdminToDoListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\AdminToDoListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\AdminToDoListController).
  • Resolving inheritance for "App\Controller\Admin\Communication\AdminToDoListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\AdminToDoListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\FolderController" (parent: .abstract.instanceof.App\Controller\Admin\Communication\Mailbox\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\FolderController).
  • Resolving inheritance for "App\Controller\Admin\Communication\Mailbox\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\MailController" (parent: .abstract.instanceof.App\Controller\Admin\Communication\Mailbox\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\MailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\MailController).
  • Resolving inheritance for "App\Controller\Admin\Communication\Mailbox\MailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\MailDraftController" (parent: .abstract.instanceof.App\Controller\Admin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\MailDraftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for "App\Controller\Admin\Communication\Mailbox\MailDraftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\AudioController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\AudioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\AudioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\AudioController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\AudioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\AudioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\EducationalMaterialsController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\EducationalMaterialsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\EducationalMaterialsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\EducationalMaterialsController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\EducationalMaterialsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\EducationalMaterialsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\ForumController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\ForumController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\ForumController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\ForumController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\LimitAllowanceController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\LimitAllowanceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\LimitAllowanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\LimitAllowanceController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\LimitAllowanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\LimitAllowanceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\MaterialReviewController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\MaterialReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\MaterialReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\MaterialReviewController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\MaterialReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\MaterialReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\PrintedMaterialController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\PrintedMaterialController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\PrintedMaterialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\PrintedMaterialController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\PrintedMaterialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\PrintedMaterialController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\SlideContentController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\SlideContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\SlideContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\SlideContentController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\SlideContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\SlideContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\SlideController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\SlideController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\SlideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\SlideController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\SlideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\SlideController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\TeachingResourceController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\TeachingResourceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\TeachingResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\TeachingResourceController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\TeachingResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\TeachingResourceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\VideoController" (parent: .abstract.instanceof.App\Controller\Admin\EducationalTools\VideoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\VideoController).
  • Resolving inheritance for "App\Controller\Admin\EducationalTools\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\VideoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\AdminDeviceController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\AdminDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\AdminDeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\AdminDeviceController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\AdminDeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\AdminDeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\NursingController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\NursingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\NursingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\NursingController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\NursingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\NursingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\OrderManagementController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\OrderManagementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\OrderManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\OrderManagementController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\OrderManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\OrderManagementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminOrderController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdminOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminOrderController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\AdminOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminTestController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdminTestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminTestController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\AdminTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminTestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdmissionController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdmissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdmissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdmissionController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\AdmissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdmissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\DischargeController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\DischargeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\DischargeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\DischargeController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\DischargeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\DischargeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\EmergencyContactsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\ExamNoteController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\ExamNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\ExamNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\ExamNoteController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\ExamNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\ExamNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\NursingNoteController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\NursingNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\NursingNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\NursingNoteController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\NursingNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\NursingNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\OrderSetController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\OrderSetController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\OrderSetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\OrderSetController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\OrderSetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\OrderSetController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientChartController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientChartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientChartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientChartController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\PatientChartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientChartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\PatientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamChartController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientExamChartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamChartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamChartController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\PatientExamChartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamChartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientExamController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\PatientExamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamTableController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientExamTableController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamTableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamTableController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\Patients\PatientExamTableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamTableController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\RadiologyController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\RadiologyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\RadiologyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\RadiologyController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\RadiologyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\RadiologyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\TeamController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\TeamController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\TeamController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\TeamController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\TestPortalController" (parent: .abstract.instanceof.App\Controller\Admin\HealthCare\TestPortalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\TestPortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\TestPortalController).
  • Resolving inheritance for "App\Controller\Admin\HealthCare\TestPortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\TestPortalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrganizationChartController" (parent: .abstract.instanceof.App\Controller\Admin\OrganizationChartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrganizationChartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrganizationChartController).
  • Resolving inheritance for "App\Controller\Admin\OrganizationChartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrganizationChartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\ProfileEditController" (parent: .abstract.instanceof.App\Controller\Admin\Users\ProfileEditController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\ProfileEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\ProfileEditController).
  • Resolving inheritance for "App\Controller\Admin\Users\ProfileEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\ProfileEditController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VideoCallController" (parent: .abstract.instanceof.App\Controller\Admin\VideoCallController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VideoCallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VideoCallController).
  • Resolving inheritance for "App\Controller\Admin\VideoCallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VideoCallController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarEventController" (parent: .abstract.instanceof.App\Controller\CalendarEventController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarEventController).
  • Resolving inheritance for "App\Controller\CalendarEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarEventController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChangeLocaleController" (parent: .abstract.instanceof.App\Controller\ChangeLocaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChangeLocaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChangeLocaleController).
  • Resolving inheritance for "App\Controller\ChangeLocaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChangeLocaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController" (parent: .abstract.instanceof.App\Controller\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController).
  • Resolving inheritance for "App\Controller\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Communication\Mailbox\MailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\EducationalTools\ReviewerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivCctvController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivCctvController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivCctvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivCctvController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\DaivCctvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivCctvController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\DaivDesktopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\DaivHandheldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\FacilityController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\FacilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\FacilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\FacilityController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\FacilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\FacilityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Floors\FloorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\GroupSysAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\ICDController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\ICDController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\ICDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\ICDController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\PatientCare\ICDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\ICDController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\PatientCare\NursingManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\PatientCare\NursingTeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\PatientCare\TeamManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\TestController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\TestController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\PatientCare\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ProfileImageController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\ProfileImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ProfileImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ProfileImageController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\ProfileImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ProfileImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\System\WebsiteLinkController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\System\WebsiteLinkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\System\WebsiteLinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\System\WebsiteLinkController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\System\WebsiteLinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\System\WebsiteLinkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\AdminListController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Users\AdminListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\AdminListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\AdminListController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Users\AdminListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\AdminListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Users\FacilityAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Users\InterfacePermissionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\ProfileEditController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Users\ProfileEditController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\ProfileEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\ProfileEditController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Users\ProfileEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\ProfileEditController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\UserController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Users\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\UserController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Users\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\UserLoginController" (parent: .abstract.instanceof.App\Controller\GroupSysAdmin\Users\UserLoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\UserLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\UserLoginController).
  • Resolving inheritance for "App\Controller\GroupSysAdmin\Users\UserLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\UserLoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScratchpadController" (parent: .abstract.instanceof.App\Controller\ScratchpadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScratchpadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScratchpadController).
  • Resolving inheritance for "App\Controller\ScratchpadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScratchpadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticController" (parent: .abstract.instanceof.App\Controller\StaticController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticController).
  • Resolving inheritance for "App\Controller\StaticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdminAssignmentController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\AdminAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdminAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdminAssignmentController).
  • Resolving inheritance for "App\Controller\SuperAdmin\AdminAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdminAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemController).
  • Resolving inheritance for "App\Controller\SuperAdmin\AdxWebsite\ProductItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController).
  • Resolving inheritance for "App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController).
  • Resolving inheritance for "App\Controller\SuperAdmin\AdxWebsite\ProductOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController).
  • Resolving inheritance for "App\Controller\SuperAdmin\AdxWebsite\ProductTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount" (parent: .abstract.instanceof.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount).
  • Resolving inheritance for "App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Assignment\AssignAccessController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\Assignment\AssignAccessController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Assignment\AssignAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Assignment\AssignAccessController).
  • Resolving inheritance for "App\Controller\SuperAdmin\Assignment\AssignAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Assignment\AssignAccessController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\BodyPartController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\BodyPartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\BodyPartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\BodyPartController).
  • Resolving inheritance for "App\Controller\SuperAdmin\BodyPartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\BodyPartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\CountryController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\CountryController).
  • Resolving inheritance for "App\Controller\SuperAdmin\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\CountryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\DepartmentController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\DepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\DepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\DepartmentController).
  • Resolving inheritance for "App\Controller\SuperAdmin\DepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\DepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\DepartmentPinController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\DepartmentPinController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\DepartmentPinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\DepartmentPinController).
  • Resolving inheritance for "App\Controller\SuperAdmin\DepartmentPinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\DepartmentPinController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Education\SubjectCategoryController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\Education\SubjectCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Education\SubjectCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Education\SubjectCategoryController).
  • Resolving inheritance for "App\Controller\SuperAdmin\Education\SubjectCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Education\SubjectCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\JobTitleController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\JobTitleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\JobTitleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\JobTitleController).
  • Resolving inheritance for "App\Controller\SuperAdmin\JobTitleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\JobTitleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\LanguageController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\LanguageController).
  • Resolving inheritance for "App\Controller\SuperAdmin\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\MedicalTypeController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\MedicalTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\MedicalTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\MedicalTypeController).
  • Resolving inheritance for "App\Controller\SuperAdmin\MedicalTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\MedicalTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\OrderController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\OrderController).
  • Resolving inheritance for "App\Controller\SuperAdmin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\PatientChart\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestController).
  • Resolving inheritance for "App\Controller\SuperAdmin\PatientChart\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestReportingController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\PatientChart\TestReportingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestReportingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestReportingController).
  • Resolving inheritance for "App\Controller\SuperAdmin\PatientChart\TestReportingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestReportingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController).
  • Resolving inheritance for "App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChartLabelController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\PatientChartLabelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChartLabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChartLabelController).
  • Resolving inheritance for "App\Controller\SuperAdmin\PatientChartLabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChartLabelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PinController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\PinController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PinController).
  • Resolving inheritance for "App\Controller\SuperAdmin\PinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PinController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\CctvAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CctvController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\CctvController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CctvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CctvController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\CctvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CctvController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CompanyController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CompanyController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ComputerUnitController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\ComputerUnitController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ComputerUnitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ComputerUnitController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\ComputerUnitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ComputerUnitController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\DeviceController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\DeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\DeviceController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\DeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\NotificationsController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\NotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\NotificationsController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\NotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ServerUsageController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\ServerSet\ServerUsageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ServerUsageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ServerUsageController).
  • Resolving inheritance for "App\Controller\SuperAdmin\ServerSet\ServerUsageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ServerUsageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SuperAdminAddUserController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\SuperAdminAddUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SuperAdminAddUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SuperAdminAddUserController).
  • Resolving inheritance for "App\Controller\SuperAdmin\SuperAdminAddUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SuperAdminAddUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SuperAdminController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\SuperAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SuperAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SuperAdminController).
  • Resolving inheritance for "App\Controller\SuperAdmin\SuperAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SuperAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SysAdminPermissionController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\SysAdminPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SysAdminPermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SysAdminPermissionController).
  • Resolving inheritance for "App\Controller\SuperAdmin\SysAdminPermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SysAdminPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\TranslationController" (parent: .abstract.instanceof.App\Controller\SuperAdmin\TranslationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\TranslationController).
  • Resolving inheritance for "App\Controller\SuperAdmin\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\TranslationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\AdminPermissionController" (parent: .abstract.instanceof.App\Controller\SysAdmin\AdminPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\AdminPermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\AdminPermissionController).
  • Resolving inheritance for "App\Controller\SysAdmin\AdminPermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\AdminPermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\AnnouncementController" (parent: .abstract.instanceof.App\Controller\SysAdmin\AnnouncementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\AnnouncementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\AnnouncementController).
  • Resolving inheritance for "App\Controller\SysAdmin\AnnouncementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\AnnouncementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\FolderController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Communication\Mailbox\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\FolderController).
  • Resolving inheritance for "App\Controller\SysAdmin\Communication\Mailbox\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\MailController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Communication\Mailbox\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\MailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\MailController).
  • Resolving inheritance for "App\Controller\SysAdmin\Communication\Mailbox\MailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\MailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for "App\Controller\SysAdmin\Communication\Mailbox\MailDraftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\SysAdminNotificationsController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Communication\SysAdminNotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\SysAdminNotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\SysAdminNotificationsController).
  • Resolving inheritance for "App\Controller\SysAdmin\Communication\SysAdminNotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\SysAdminNotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\SysAdminToDoListController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Communication\SysAdminToDoListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\SysAdminToDoListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\SysAdminToDoListController).
  • Resolving inheritance for "App\Controller\SysAdmin\Communication\SysAdminToDoListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\SysAdminToDoListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\ComputerStationController" (parent: .abstract.instanceof.App\Controller\SysAdmin\ComputerStationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\ComputerStationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\ComputerStationController).
  • Resolving inheritance for "App\Controller\SysAdmin\ComputerStationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\ComputerStationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\BedPlacementController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Facilities\BedPlacementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\BedPlacementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\BedPlacementController).
  • Resolving inheritance for "App\Controller\SysAdmin\Facilities\BedPlacementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\BedPlacementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\FacilityController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Facilities\FacilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\FacilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\FacilityController).
  • Resolving inheritance for "App\Controller\SysAdmin\Facilities\FacilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\FacilityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\PatientBedController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Facilities\PatientBedController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\PatientBedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\PatientBedController).
  • Resolving inheritance for "App\Controller\SysAdmin\Facilities\PatientBedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\PatientBedController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\RoomDesignationController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Facilities\RoomDesignationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\RoomDesignationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\RoomDesignationController).
  • Resolving inheritance for "App\Controller\SysAdmin\Facilities\RoomDesignationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\RoomDesignationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Floors\FloorController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Floors\FloorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Floors\FloorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Floors\FloorController).
  • Resolving inheritance for "App\Controller\SysAdmin\Floors\FloorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Floors\FloorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Floors\FloorPlanController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Floors\FloorPlanController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Floors\FloorPlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Floors\FloorPlanController).
  • Resolving inheritance for "App\Controller\SysAdmin\Floors\FloorPlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Floors\FloorPlanController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\InterfacePermissionsController" (parent: .abstract.instanceof.App\Controller\SysAdmin\InterfacePermissionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\InterfacePermissionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\InterfacePermissionsController).
  • Resolving inheritance for "App\Controller\SysAdmin\InterfacePermissionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\InterfacePermissionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\JobPositionController" (parent: .abstract.instanceof.App\Controller\SysAdmin\JobPositionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\JobPositionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\JobPositionController).
  • Resolving inheritance for "App\Controller\SysAdmin\JobPositionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\JobPositionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\PatientConsentsController" (parent: .abstract.instanceof.App\Controller\SysAdmin\PatientConsentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\PatientConsentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\PatientConsentsController).
  • Resolving inheritance for "App\Controller\SysAdmin\PatientConsentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\PatientConsentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\ProfileImageController" (parent: .abstract.instanceof.App\Controller\SysAdmin\ProfileImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\ProfileImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\ProfileImageController).
  • Resolving inheritance for "App\Controller\SysAdmin\ProfileImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\ProfileImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SecurityController" (parent: .abstract.instanceof.App\Controller\SysAdmin\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SecurityController).
  • Resolving inheritance for "App\Controller\SysAdmin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SiteController" (parent: .abstract.instanceof.App\Controller\SysAdmin\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SiteController).
  • Resolving inheritance for "App\Controller\SysAdmin\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysAdminController" (parent: .abstract.instanceof.App\Controller\SysAdmin\SysAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysAdminController).
  • Resolving inheritance for "App\Controller\SysAdmin\SysAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysAdminOrderController" (parent: .abstract.instanceof.App\Controller\SysAdmin\SysAdminOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysAdminOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysAdminOrderController).
  • Resolving inheritance for "App\Controller\SysAdmin\SysAdminOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysAdminOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysadminChartDefaultsController" (parent: .abstract.instanceof.App\Controller\SysAdmin\SysadminChartDefaultsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysadminChartDefaultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysadminChartDefaultsController).
  • Resolving inheritance for "App\Controller\SysAdmin\SysadminChartDefaultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysadminChartDefaultsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysadminDepartmentPinController" (parent: .abstract.instanceof.App\Controller\SysAdmin\SysadminDepartmentPinController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysadminDepartmentPinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysadminDepartmentPinController).
  • Resolving inheritance for "App\Controller\SysAdmin\SysadminDepartmentPinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysadminDepartmentPinController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\UserController" (parent: .abstract.instanceof.App\Controller\SysAdmin\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\UserController).
  • Resolving inheritance for "App\Controller\SysAdmin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Users\ProfileEditController" (parent: .abstract.instanceof.App\Controller\SysAdmin\Users\ProfileEditController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Users\ProfileEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Users\ProfileEditController).
  • Resolving inheritance for "App\Controller\SysAdmin\Users\ProfileEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Users\ProfileEditController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysadminController" (parent: .abstract.instanceof.App\Controller\SysadminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysadminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysadminController).
  • Resolving inheritance for "App\Controller\SysadminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysadminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductController" (parent: .abstract.instanceof.App\Controller\User\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductController).
  • Resolving inheritance for "App\Controller\User\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserStatusController" (parent: .abstract.instanceof.App\Controller\UserStatusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserStatusController).
  • Resolving inheritance for "App\Controller\UserStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserStatusController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddOnsType" (parent: .abstract.instanceof.App\Form\AddOnsType).
  • Resolving inheritance for "App\Form\AddOnsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddOnsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminOrderItemHistoryNoteType" (parent: .abstract.instanceof.App\Form\Admin\AdminOrderItemHistoryNoteType).
  • Resolving inheritance for "App\Form\Admin\AdminOrderItemHistoryNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminOrderItemHistoryNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AssignFacilityType" (parent: .abstract.instanceof.App\Form\Admin\AssignFacilityType).
  • Resolving inheritance for "App\Form\Admin\AssignFacilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AssignFacilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\BloodPressureType" (parent: .abstract.instanceof.App\Form\Admin\BloodPressureType).
  • Resolving inheritance for "App\Form\Admin\BloodPressureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\BloodPressureType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\AudioType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\AudioType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\AudioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\AudioType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\AudioUploadType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\AudioUploadType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\AudioUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\AudioUploadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventCommentType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\EventCommentType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\EventCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventCommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventDateType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\EventDateType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\EventDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventDateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventImageCollectionType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\EventImageCollectionType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\EventImageCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventImageCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventImageType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\EventImageType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\EventImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\EventType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Forum\ForumCommentType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\Forum\ForumCommentType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\Forum\ForumCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Forum\ForumCommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Forum\ForumEntryType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\Forum\ForumEntryType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\Forum\ForumEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Forum\ForumEntryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\LimitAllowance\LimitAllowanceType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\LimitAllowance\LimitAllowanceType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\LimitAllowance\LimitAllowanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\LimitAllowance\LimitAllowanceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\MaterialAppType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\MaterialAppType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\MaterialAppType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\MaterialAppType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\PrintedMaterialType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\PrintedMaterialType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\PrintedMaterialType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\PrintedMaterialType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Review\ReviewMessageType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\Review\ReviewMessageType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\Review\ReviewMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Review\ReviewMessageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Review\ReviewNoteType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\Review\ReviewNoteType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\Review\ReviewNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Review\ReviewNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageAudioType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageAudioType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlidePageAudioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageAudioType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageBackgroundImageType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageBackgroundImageType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlidePageBackgroundImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageBackgroundImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageBackgroundType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageBackgroundType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlidePageBackgroundType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageBackgroundType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageImageContentType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageImageContentType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlidePageImageContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageImageContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageImageType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageImageType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlidePageImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageTextType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageTextType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlidePageTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageTextType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePositionType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlidePositionType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlidePositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlideType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\SlideType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\SlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlideType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\VideoType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\VideoType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\VideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\VideoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\VideoUploadType" (parent: .abstract.instanceof.App\Form\Admin\EducationalTools\VideoUploadType).
  • Resolving inheritance for "App\Form\Admin\EducationalTools\VideoUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\VideoUploadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmergencyContactsType" (parent: .abstract.instanceof.App\Form\Admin\EmergencyContactsType).
  • Resolving inheritance for "App\Form\Admin\EmergencyContactsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmergencyContactsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmployerType" (parent: .abstract.instanceof.App\Form\Admin\EmployerType).
  • Resolving inheritance for "App\Form\Admin\EmployerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmployerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ExamNoteType" (parent: .abstract.instanceof.App\Form\Admin\ExamNoteType).
  • Resolving inheritance for "App\Form\Admin\ExamNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ExamNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\HealthCare\CategorySelectionType" (parent: .abstract.instanceof.App\Form\Admin\HealthCare\CategorySelectionType).
  • Resolving inheritance for "App\Form\Admin\HealthCare\CategorySelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\HealthCare\CategorySelectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\HealthCare\NursingNoteType" (parent: .abstract.instanceof.App\Form\Admin\HealthCare\NursingNoteType).
  • Resolving inheritance for "App\Form\Admin\HealthCare\NursingNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\HealthCare\NursingNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InsuranceAndEmployerType" (parent: .abstract.instanceof.App\Form\Admin\InsuranceAndEmployerType).
  • Resolving inheritance for "App\Form\Admin\InsuranceAndEmployerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InsuranceAndEmployerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InsuranceType" (parent: .abstract.instanceof.App\Form\Admin\InsuranceType).
  • Resolving inheritance for "App\Form\Admin\InsuranceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InsuranceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderEntryType" (parent: .abstract.instanceof.App\Form\Admin\OrderEntryType).
  • Resolving inheritance for "App\Form\Admin\OrderEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderEntryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderItemNoteType" (parent: .abstract.instanceof.App\Form\Admin\OrderItemNoteType).
  • Resolving inheritance for "App\Form\Admin\OrderItemNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderItemNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderManagement\FacilitySelectionType" (parent: .abstract.instanceof.App\Form\Admin\OrderManagement\FacilitySelectionType).
  • Resolving inheritance for "App\Form\Admin\OrderManagement\FacilitySelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderManagement\FacilitySelectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\AdmissionHistoryType" (parent: .abstract.instanceof.App\Form\Admin\Patient\AdmissionHistoryType).
  • Resolving inheritance for "App\Form\Admin\Patient\AdmissionHistoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\AdmissionHistoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\CustomOrderEditType" (parent: .abstract.instanceof.App\Form\Admin\Patient\CustomOrderEditType).
  • Resolving inheritance for "App\Form\Admin\Patient\CustomOrderEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\CustomOrderEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\CustomOrderType" (parent: .abstract.instanceof.App\Form\Admin\Patient\CustomOrderType).
  • Resolving inheritance for "App\Form\Admin\Patient\CustomOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\CustomOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\OrderGroupType" (parent: .abstract.instanceof.App\Form\Admin\Patient\OrderGroupType).
  • Resolving inheritance for "App\Form\Admin\Patient\OrderGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\OrderGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\PatientImageType" (parent: .abstract.instanceof.App\Form\Admin\Patient\PatientImageType).
  • Resolving inheritance for "App\Form\Admin\Patient\PatientImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\PatientImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartExamAudioType" (parent: .abstract.instanceof.App\Form\Admin\PatientChartExamAudioType).
  • Resolving inheritance for "App\Form\Admin\PatientChartExamAudioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartExamAudioType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartExamPhotoType" (parent: .abstract.instanceof.App\Form\Admin\PatientChartExamPhotoType).
  • Resolving inheritance for "App\Form\Admin\PatientChartExamPhotoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartExamPhotoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartType" (parent: .abstract.instanceof.App\Form\Admin\PatientChartType).
  • Resolving inheritance for "App\Form\Admin\PatientChartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientType" (parent: .abstract.instanceof.App\Form\Admin\PatientType).
  • Resolving inheritance for "App\Form\Admin\PatientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PersonalContactType" (parent: .abstract.instanceof.App\Form\Admin\PersonalContactType).
  • Resolving inheritance for "App\Form\Admin\PersonalContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PersonalContactType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PhysicianContactType" (parent: .abstract.instanceof.App\Form\Admin\PhysicianContactType).
  • Resolving inheritance for "App\Form\Admin\PhysicianContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PhysicianContactType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RadiologySelectedFacilitiesType" (parent: .abstract.instanceof.App\Form\Admin\RadiologySelectedFacilitiesType).
  • Resolving inheritance for "App\Form\Admin\RadiologySelectedFacilitiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RadiologySelectedFacilitiesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ResponsiblePartyType" (parent: .abstract.instanceof.App\Form\Admin\ResponsiblePartyType).
  • Resolving inheritance for "App\Form\Admin\ResponsiblePartyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ResponsiblePartyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TemperatureType" (parent: .abstract.instanceof.App\Form\Admin\TemperatureType).
  • Resolving inheritance for "App\Form\Admin\TemperatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TemperatureType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\AdminTestItemHistoryNoteType" (parent: .abstract.instanceof.App\Form\Admin\Test\AdminTestItemHistoryNoteType).
  • Resolving inheritance for "App\Form\Admin\Test\AdminTestItemHistoryNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\AdminTestItemHistoryNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\TestAttachmentType" (parent: .abstract.instanceof.App\Form\Admin\Test\TestAttachmentType).
  • Resolving inheritance for "App\Form\Admin\Test\TestAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\TestAttachmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\TestEntryType" (parent: .abstract.instanceof.App\Form\Admin\Test\TestEntryType).
  • Resolving inheritance for "App\Form\Admin\Test\TestEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\TestEntryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\WeightType" (parent: .abstract.instanceof.App\Form\Admin\WeightType).
  • Resolving inheritance for "App\Form\Admin\WeightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\WeightType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalendarEventType" (parent: .abstract.instanceof.App\Form\CalendarEventType).
  • Resolving inheritance for "App\Form\CalendarEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalendarEventType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\AttachmentType" (parent: .abstract.instanceof.App\Form\Communication\Mailbox\AttachmentType).
  • Resolving inheritance for "App\Form\Communication\Mailbox\AttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\AttachmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\FolderCollectionType" (parent: .abstract.instanceof.App\Form\Communication\Mailbox\FolderCollectionType).
  • Resolving inheritance for "App\Form\Communication\Mailbox\FolderCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\FolderCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\FolderType" (parent: .abstract.instanceof.App\Form\Communication\Mailbox\FolderType).
  • Resolving inheritance for "App\Form\Communication\Mailbox\FolderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\FolderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\MailRespondentType" (parent: .abstract.instanceof.App\Form\Communication\Mailbox\MailRespondentType).
  • Resolving inheritance for "App\Form\Communication\Mailbox\MailRespondentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\MailRespondentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\MailType" (parent: .abstract.instanceof.App\Form\Communication\Mailbox\MailType).
  • Resolving inheritance for "App\Form\Communication\Mailbox\MailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\MailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\OrderNumberType" (parent: .abstract.instanceof.App\Form\Communication\ToDo\OrderNumberType).
  • Resolving inheritance for "App\Form\Communication\ToDo\OrderNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\OrderNumberType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\ToDoCollectionType" (parent: .abstract.instanceof.App\Form\Communication\ToDo\ToDoCollectionType).
  • Resolving inheritance for "App\Form\Communication\ToDo\ToDoCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\ToDoCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\ToDoListType" (parent: .abstract.instanceof.App\Form\Communication\ToDo\ToDoListType).
  • Resolving inheritance for "App\Form\Communication\ToDo\ToDoListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\ToDoListType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectoryFacilitySelectionType" (parent: .abstract.instanceof.App\Form\DirectoryFacilitySelectionType).
  • Resolving inheritance for "App\Form\DirectoryFacilitySelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectoryFacilitySelectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType" (parent: .abstract.instanceof.App\Form\EventType).
  • Resolving inheritance for "App\Form\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementFileType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\AnnouncementFileType).
  • Resolving inheritance for "App\Form\GroupSysadmin\AnnouncementFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementFileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementImageCollectionType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\AnnouncementImageCollectionType).
  • Resolving inheritance for "App\Form\GroupSysadmin\AnnouncementImageCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementImageCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementImageType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\AnnouncementImageType).
  • Resolving inheritance for "App\Form\GroupSysadmin\AnnouncementImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\AnnouncementType).
  • Resolving inheritance for "App\Form\GroupSysadmin\AnnouncementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ComputerPermissions\AdminUserFloorType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\ComputerPermissions\AdminUserFloorType).
  • Resolving inheritance for "App\Form\GroupSysadmin\ComputerPermissions\AdminUserFloorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ComputerPermissions\AdminUserFloorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ComputerPermissions\UnitSelectionType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\ComputerPermissions\UnitSelectionType).
  • Resolving inheritance for "App\Form\GroupSysadmin\ComputerPermissions\UnitSelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ComputerPermissions\UnitSelectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\DepartmentPinType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\DepartmentPinType).
  • Resolving inheritance for "App\Form\GroupSysadmin\DepartmentPinType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\DepartmentPinType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\DesktopFacilityType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\DesktopFacilityType).
  • Resolving inheritance for "App\Form\GroupSysadmin\DesktopFacilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\DesktopFacilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\AddChildChartType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\AddChildChartType).
  • Resolving inheritance for "App\Form\GroupSysadmin\EducationalTools\AddChildChartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\AddChildChartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\MaterialSizeLimitType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\MaterialSizeLimitType).
  • Resolving inheritance for "App\Form\GroupSysadmin\EducationalTools\MaterialSizeLimitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\MaterialSizeLimitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\MemberType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\MemberType).
  • Resolving inheritance for "App\Form\GroupSysadmin\EducationalTools\MemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\MemberType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\OrganizationChartType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\OrganizationChartType).
  • Resolving inheritance for "App\Form\GroupSysadmin\EducationalTools\OrganizationChartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\OrganizationChartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\ReviewMethodType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\ReviewMethodType).
  • Resolving inheritance for "App\Form\GroupSysadmin\EducationalTools\ReviewMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\ReviewMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryImportSelectionType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryImportSelectionType).
  • Resolving inheritance for "App\Form\GroupSysadmin\EducationalTools\SubjectCategoryImportSelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryImportSelectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryType).
  • Resolving inheritance for "App\Form\GroupSysadmin\EducationalTools\SubjectCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BedPlacementCircleLabelType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\BedPlacementCircleLabelType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\BedPlacementCircleLabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BedPlacementCircleLabelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BedPlacementCircleType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\BedPlacementCircleType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\BedPlacementCircleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BedPlacementCircleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BuildingPerimeterType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\BuildingPerimeterType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\BuildingPerimeterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BuildingPerimeterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\ComputerUnitPlacementCircleType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\ComputerUnitPlacementCircleType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\ComputerUnitPlacementCircleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\ComputerUnitPlacementCircleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\ComputerUnitSelectionType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\ComputerUnitSelectionType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\ComputerUnitSelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\ComputerUnitSelectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FacilityType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FacilityType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FacilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FacilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorDepartmentDetailsType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorDepartmentDetailsType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FloorDepartmentDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorDepartmentDetailsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorDepartmentType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorDepartmentType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FloorDepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorDepartmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorPatientBedType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorPatientBedType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FloorPatientBedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorPatientBedType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorPlanType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorPlanType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FloorPlanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorPlanType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorSpaceDepartmentType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorSpaceDepartmentType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FloorSpaceDepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorSpaceDepartmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorSpaceLabelType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorSpaceLabelType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FloorSpaceLabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorSpaceLabelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorType).
  • Resolving inheritance for "App\Form\GroupSysadmin\Facility\FloorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysEditAdminUserType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\GroupSysEditAdminUserType).
  • Resolving inheritance for "App\Form\GroupSysadmin\GroupSysEditAdminUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysEditAdminUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminDepartmentType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\GroupSysadminDepartmentType).
  • Resolving inheritance for "App\Form\GroupSysadmin\GroupSysadminDepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminDepartmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\GroupSysadminType).
  • Resolving inheritance for "App\Form\GroupSysadmin\GroupSysadminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminUserType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\GroupSysadminUserType).
  • Resolving inheritance for "App\Form\GroupSysadmin\GroupSysadminUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\HealthCare\NurseManagerFacilityType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\HealthCare\NurseManagerFacilityType).
  • Resolving inheritance for "App\Form\GroupSysadmin\HealthCare\NurseManagerFacilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\HealthCare\NurseManagerFacilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ICDFileColumnType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\ICDFileColumnType).
  • Resolving inheritance for "App\Form\GroupSysadmin\ICDFileColumnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ICDFileColumnType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ICDFileType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\ICDFileType).
  • Resolving inheritance for "App\Form\GroupSysadmin\ICDFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ICDFileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\LoginInfoType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\LoginInfoType).
  • Resolving inheritance for "App\Form\GroupSysadmin\LoginInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\LoginInfoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\NursingTeamType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\NursingTeamType).
  • Resolving inheritance for "App\Form\GroupSysadmin\NursingTeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\NursingTeamType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\ItemSortType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\PatientCare\ItemSortType).
  • Resolving inheritance for "App\Form\GroupSysadmin\PatientCare\ItemSortType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\ItemSortType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestGroupType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\PatientCare\TestGroupType).
  • Resolving inheritance for "App\Form\GroupSysadmin\PatientCare\TestGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestItemEditType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\PatientCare\TestItemEditType).
  • Resolving inheritance for "App\Form\GroupSysadmin\PatientCare\TestItemEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestItemEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestItemType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\PatientCare\TestItemType).
  • Resolving inheritance for "App\Form\GroupSysadmin\PatientCare\TestItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ScratchpadType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\ScratchpadType).
  • Resolving inheritance for "App\Form\GroupSysadmin\ScratchpadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ScratchpadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\System\WebsiteLinkType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\System\WebsiteLinkType).
  • Resolving inheritance for "App\Form\GroupSysadmin\System\WebsiteLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\System\WebsiteLinkType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\TeamManagementType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\TeamManagementType).
  • Resolving inheritance for "App\Form\GroupSysadmin\TeamManagementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\TeamManagementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\AdminInterfacePermissionsType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\User\AdminInterfacePermissionsType).
  • Resolving inheritance for "App\Form\GroupSysadmin\User\AdminInterfacePermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\AdminInterfacePermissionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\AdminUserInterfacePermissionsType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\User\AdminUserInterfacePermissionsType).
  • Resolving inheritance for "App\Form\GroupSysadmin\User\AdminUserInterfacePermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\AdminUserInterfacePermissionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\InterfacePermissionsType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\User\InterfacePermissionsType).
  • Resolving inheritance for "App\Form\GroupSysadmin\User\InterfacePermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\InterfacePermissionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\ProfileEditType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\User\ProfileEditType).
  • Resolving inheritance for "App\Form\GroupSysadmin\User\ProfileEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\ProfileEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\UserFacilityType" (parent: .abstract.instanceof.App\Form\GroupSysadmin\UserFacilityType).
  • Resolving inheritance for "App\Form\GroupSysadmin\UserFacilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\UserFacilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType" (parent: .abstract.instanceof.App\Form\MessageType).
  • Resolving inheritance for "App\Form\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AddedAdminUserType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AddedAdminUserType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AddedAdminUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AddedAdminUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserCheckPasswordType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdminUserCheckPasswordType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdminUserCheckPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserCheckPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserProfileType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdminUserProfileType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdminUserProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserProfileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdminUserType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdminUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemImageType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemImageType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductItemImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemSpecificationType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemSpecificationType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductItemSpecificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemSpecificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionSelectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionSelectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionSelectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionSelectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionTypeType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionTypeType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductTypeType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductTypeType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\AdxWebsite\ProductTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Assignment\AdminComputerAssignmentType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Assignment\AdminComputerAssignmentType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Assignment\AdminComputerAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Assignment\AdminComputerAssignmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Assignment\AdminInviteType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Assignment\AdminInviteType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Assignment\AdminInviteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Assignment\AdminInviteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildGridCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildGridCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildGridCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildGridCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildGridType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildGridType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildGridType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildGridType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPosCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPosCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildPosCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPosCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPosType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPosType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildPosType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPosType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPositionCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPositionCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildPositionCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPositionCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPropCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPropCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildPropCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPropCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartChildType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartPosCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartPosCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartPosCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartPosCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartPositionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartPositionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\BodyPartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\CountryTranslationType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\CountryTranslationType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\CountryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\CountryTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\CountryType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\CountryType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\CountryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\CountryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentPinType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\DepartmentPinType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\DepartmentPinType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentPinType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentTranslationType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\DepartmentTranslationType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\DepartmentTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\DepartmentType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\DepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Education\SubjectCategoryType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Education\SubjectCategoryType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Education\SubjectCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Education\SubjectCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\JobTitleTranslationType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\JobTitleTranslationType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\JobTitleTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\JobTitleTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\JobTitleType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\JobTitleType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\JobTitleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\JobTitleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\LanguageType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\LanguageType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\LanguageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\MedicalFormType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\MedicalFormType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\MedicalFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\MedicalFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\MedicalTranslationType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\MedicalTranslationType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\MedicalTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\MedicalTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderGroupType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\OrderGroupType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\OrderGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\OrderItemCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemPropertyCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemPropertyCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\OrderItemPropertyCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemPropertyCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemPropertyType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemPropertyType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\OrderItemPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemPropertyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\OrderItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PatientChartLabelType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\PatientChartLabelType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\PatientChartLabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PatientChartLabelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PatientChartValuesType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\PatientChartValuesType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\PatientChartValuesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PatientChartValuesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PinCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\PinCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\PinCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PinCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PinType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\PinType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\PinType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PinType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\SearchEmailType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\SearchEmailType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\SearchEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\SearchEmailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CctvAssignmentType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\CctvAssignmentType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\CctvAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CctvAssignmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CctvType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\CctvType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\CctvType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CctvType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CompanyType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\CompanyType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CompanyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\ComputerAssignmentType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\ComputerAssignmentType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\ComputerAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\ComputerAssignmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\ComputerUnitType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\ComputerUnitType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\ComputerUnitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\ComputerUnitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\DeviceAssignmentType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\DeviceAssignmentType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\DeviceAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\DeviceAssignmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\DeviceType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\DeviceType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\DeviceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\DeviceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\NotificationType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\NotificationType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\ServerSet\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\NotificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestGroupCategoryType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestGroupCategoryType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestGroupCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestGroupCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestGroupType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestGroupType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemPropertyCollectionType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemPropertyCollectionType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemPropertyCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemPropertyCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemPropertyType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemPropertyType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemPropertyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentHeaderType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentHeaderType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentHeaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentHeaderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageSourceType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageSourceType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageSourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageSourceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentTextType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentTextType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentTextType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemType" (parent: .abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemType).
  • Resolving inheritance for "App\Form\SuperAdmin\Type\Test\TestItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\AnnouncementType" (parent: .abstract.instanceof.App\Form\SysAdmin\AnnouncementType).
  • Resolving inheritance for "App\Form\SysAdmin\AnnouncementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\AnnouncementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\BadgeProfileType" (parent: .abstract.instanceof.App\Form\SysAdmin\BadgeProfileType).
  • Resolving inheritance for "App\Form\SysAdmin\BadgeProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\BadgeProfileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ChartDefaultChoiceType" (parent: .abstract.instanceof.App\Form\SysAdmin\ChartDefaultChoiceType).
  • Resolving inheritance for "App\Form\SysAdmin\ChartDefaultChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ChartDefaultChoiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ComputerStationType" (parent: .abstract.instanceof.App\Form\SysAdmin\ComputerStationType).
  • Resolving inheritance for "App\Form\SysAdmin\ComputerStationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ComputerStationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ConsentsType" (parent: .abstract.instanceof.App\Form\SysAdmin\ConsentsType).
  • Resolving inheritance for "App\Form\SysAdmin\ConsentsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ConsentsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\BedPlacementCircleType" (parent: .abstract.instanceof.App\Form\SysAdmin\Facilities\BedPlacementCircleType).
  • Resolving inheritance for "App\Form\SysAdmin\Facilities\BedPlacementCircleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\BedPlacementCircleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\BedPlacementDetailType" (parent: .abstract.instanceof.App\Form\SysAdmin\Facilities\BedPlacementDetailType).
  • Resolving inheritance for "App\Form\SysAdmin\Facilities\BedPlacementDetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\BedPlacementDetailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\FacilityType" (parent: .abstract.instanceof.App\Form\SysAdmin\Facilities\FacilityType).
  • Resolving inheritance for "App\Form\SysAdmin\Facilities\FacilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\FacilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\RoomDesignationLabelType" (parent: .abstract.instanceof.App\Form\SysAdmin\Facilities\RoomDesignationLabelType).
  • Resolving inheritance for "App\Form\SysAdmin\Facilities\RoomDesignationLabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\RoomDesignationLabelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\BuildingShapeType" (parent: .abstract.instanceof.App\Form\SysAdmin\Floors\BuildingShapeType).
  • Resolving inheritance for "App\Form\SysAdmin\Floors\BuildingShapeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\BuildingShapeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorDepartmentType" (parent: .abstract.instanceof.App\Form\SysAdmin\Floors\FloorDepartmentType).
  • Resolving inheritance for "App\Form\SysAdmin\Floors\FloorDepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorDepartmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansCircleType" (parent: .abstract.instanceof.App\Form\SysAdmin\Floors\FloorPlansCircleType).
  • Resolving inheritance for "App\Form\SysAdmin\Floors\FloorPlansCircleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansCircleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansRectangleType" (parent: .abstract.instanceof.App\Form\SysAdmin\Floors\FloorPlansRectangleType).
  • Resolving inheritance for "App\Form\SysAdmin\Floors\FloorPlansRectangleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansRectangleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansType" (parent: .abstract.instanceof.App\Form\SysAdmin\Floors\FloorPlansType).
  • Resolving inheritance for "App\Form\SysAdmin\Floors\FloorPlansType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorType" (parent: .abstract.instanceof.App\Form\SysAdmin\Floors\FloorType).
  • Resolving inheritance for "App\Form\SysAdmin\Floors\FloorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\InterfacePermissionsType" (parent: .abstract.instanceof.App\Form\SysAdmin\InterfacePermissionsType).
  • Resolving inheritance for "App\Form\SysAdmin\InterfacePermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\InterfacePermissionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\JobPositionType" (parent: .abstract.instanceof.App\Form\SysAdmin\JobPositionType).
  • Resolving inheritance for "App\Form\SysAdmin\JobPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\JobPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\OrderNumberType" (parent: .abstract.instanceof.App\Form\SysAdmin\OrderNumberType).
  • Resolving inheritance for "App\Form\SysAdmin\OrderNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\OrderNumberType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\OrderUISettingType" (parent: .abstract.instanceof.App\Form\SysAdmin\OrderUISettingType).
  • Resolving inheritance for "App\Form\SysAdmin\OrderUISettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\OrderUISettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ProfileImageType" (parent: .abstract.instanceof.App\Form\SysAdmin\ProfileImageType).
  • Resolving inheritance for "App\Form\SysAdmin\ProfileImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ProfileImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\SysAdminDepartmentPinType" (parent: .abstract.instanceof.App\Form\SysAdmin\SysAdminDepartmentPinType).
  • Resolving inheritance for "App\Form\SysAdmin\SysAdminDepartmentPinType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\SysAdminDepartmentPinType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\UserAdminInterfacePermissionsType" (parent: .abstract.instanceof.App\Form\SysAdmin\UserAdminInterfacePermissionsType).
  • Resolving inheritance for "App\Form\SysAdmin\UserAdminInterfacePermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\UserAdminInterfacePermissionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallMultipleType" (parent: .abstract.instanceof.App\Form\VideoCallMultipleType).
  • Resolving inheritance for "App\Form\VideoCallMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallMultipleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallScheduleMeetingTimeType" (parent: .abstract.instanceof.App\Form\VideoCallScheduleMeetingTimeType).
  • Resolving inheritance for "App\Form\VideoCallScheduleMeetingTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallScheduleMeetingTimeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallScheduleMeetingType" (parent: .abstract.instanceof.App\Form\VideoCallScheduleMeetingType).
  • Resolving inheritance for "App\Form\VideoCallScheduleMeetingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallScheduleMeetingType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddOnsRepository" (parent: .abstract.instanceof.App\Repository\AddOnsRepository).
  • Resolving inheritance for "App\Repository\AddOnsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddOnsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminConsentPermissionRepository" (parent: .abstract.instanceof.App\Repository\Admin\AdminConsentPermissionRepository).
  • Resolving inheritance for "App\Repository\Admin\AdminConsentPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminConsentPermissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminOrderItemHistoryRepository" (parent: .abstract.instanceof.App\Repository\Admin\AdminOrderItemHistoryRepository).
  • Resolving inheritance for "App\Repository\Admin\AdminOrderItemHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminOrderItemHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminOrderItemRepository" (parent: .abstract.instanceof.App\Repository\Admin\AdminOrderItemRepository).
  • Resolving inheritance for "App\Repository\Admin\AdminOrderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminOrderItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\BloodPressureRepository" (parent: .abstract.instanceof.App\Repository\Admin\BloodPressureRepository).
  • Resolving inheritance for "App\Repository\Admin\BloodPressureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\BloodPressureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\AudioFileRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\AudioFileRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\AudioFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\AudioFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\AudioRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\AudioRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\AudioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\AudioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\EventCommentRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\EventCommentRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\EventCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\EventCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\EventRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\EventRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\EventRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumCommentRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Forum\ForumCommentRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Forum\ForumCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumEntryRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Forum\ForumEntryRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Forum\ForumEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumEntryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumMetadataRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Forum\ForumMetadataRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Forum\ForumMetadataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumMetadataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\AudioLimitAllowanceRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\AudioLimitAllowanceRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\LimitAllowance\AudioLimitAllowanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\AudioLimitAllowanceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\LimitAllowanceRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\LimitAllowanceRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\LimitAllowance\LimitAllowanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\LimitAllowanceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\PrintedMaterialLimitAllowanceRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\PrintedMaterialLimitAllowanceRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\LimitAllowance\PrintedMaterialLimitAllowanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\PrintedMaterialLimitAllowanceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\SlideLimitAllowanceRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\SlideLimitAllowanceRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\LimitAllowance\SlideLimitAllowanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\SlideLimitAllowanceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\VideoLimitAllowanceRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\VideoLimitAllowanceRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\LimitAllowance\VideoLimitAllowanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\VideoLimitAllowanceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\PrintedMaterialRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\PrintedMaterialRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\PrintedMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\PrintedMaterialRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\PublishEventRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\PublishEventRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\PublishEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\PublishEventRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\AudioReviewRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Review\AudioReviewRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Review\AudioReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\AudioReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\PrintedMaterialReviewRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Review\PrintedMaterialReviewRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Review\PrintedMaterialReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\PrintedMaterialReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\ReviewMessageRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Review\ReviewMessageRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Review\ReviewMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\ReviewMessageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\ReviewRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Review\ReviewRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Review\ReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\ReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\SlideReviewRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Review\SlideReviewRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Review\SlideReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\SlideReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\VideoReviewRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\Review\VideoReviewRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\Review\VideoReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\VideoReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlideContentRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlideContentRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlideContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlideContentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageAudioRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageAudioRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlidePageAudioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageAudioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageBackgroundRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageBackgroundRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlidePageBackgroundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageBackgroundRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageElementRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageElementRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlidePageElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageElementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageImageContentRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageImageContentRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlidePageImageContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageImageContentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageImageRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageImageRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlidePageImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlidePageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageTextRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageTextRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlidePageTextRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageTextRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlideRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\SlideRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\SlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlideRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\StatusRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\StatusRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\StatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\VideoFileRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\VideoFileRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\VideoFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\VideoFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\VideoRepository" (parent: .abstract.instanceof.App\Repository\Admin\EducationalTools\VideoRepository).
  • Resolving inheritance for "App\Repository\Admin\EducationalTools\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\VideoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EmergencyContactsRepository" (parent: .abstract.instanceof.App\Repository\Admin\EmergencyContactsRepository).
  • Resolving inheritance for "App\Repository\Admin\EmergencyContactsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EmergencyContactsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EmployerRepository" (parent: .abstract.instanceof.App\Repository\Admin\EmployerRepository).
  • Resolving inheritance for "App\Repository\Admin\EmployerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EmployerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EventRepository" (parent: .abstract.instanceof.App\Repository\Admin\EventRepository).
  • Resolving inheritance for "App\Repository\Admin\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EventRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ExamNoteRepository" (parent: .abstract.instanceof.App\Repository\Admin\ExamNoteRepository).
  • Resolving inheritance for "App\Repository\Admin\ExamNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ExamNoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\HealthCare\DefaultCategoryConfigRepository" (parent: .abstract.instanceof.App\Repository\Admin\HealthCare\DefaultCategoryConfigRepository).
  • Resolving inheritance for "App\Repository\Admin\HealthCare\DefaultCategoryConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\HealthCare\DefaultCategoryConfigRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\HealthCare\NursingNoteRepository" (parent: .abstract.instanceof.App\Repository\Admin\HealthCare\NursingNoteRepository).
  • Resolving inheritance for "App\Repository\Admin\HealthCare\NursingNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\HealthCare\NursingNoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\InsuranceAndEmployerRepository" (parent: .abstract.instanceof.App\Repository\Admin\InsuranceAndEmployerRepository).
  • Resolving inheritance for "App\Repository\Admin\InsuranceAndEmployerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\InsuranceAndEmployerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\InsuranceRepository" (parent: .abstract.instanceof.App\Repository\Admin\InsuranceRepository).
  • Resolving inheritance for "App\Repository\Admin\InsuranceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\InsuranceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\OrderEntryRepository" (parent: .abstract.instanceof.App\Repository\Admin\OrderEntryRepository).
  • Resolving inheritance for "App\Repository\Admin\OrderEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\OrderEntryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\AdmissionHistoryRepository" (parent: .abstract.instanceof.App\Repository\Admin\Patient\AdmissionHistoryRepository).
  • Resolving inheritance for "App\Repository\Admin\Patient\AdmissionHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\AdmissionHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\OrderGroupRepository" (parent: .abstract.instanceof.App\Repository\Admin\Patient\OrderGroupRepository).
  • Resolving inheritance for "App\Repository\Admin\Patient\OrderGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\OrderGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\PatientImageRepository" (parent: .abstract.instanceof.App\Repository\Admin\Patient\PatientImageRepository).
  • Resolving inheritance for "App\Repository\Admin\Patient\PatientImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\PatientImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartExamAudioRepository" (parent: .abstract.instanceof.App\Repository\Admin\PatientChartExamAudioRepository).
  • Resolving inheritance for "App\Repository\Admin\PatientChartExamAudioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartExamAudioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartExamPhotoRepository" (parent: .abstract.instanceof.App\Repository\Admin\PatientChartExamPhotoRepository).
  • Resolving inheritance for "App\Repository\Admin\PatientChartExamPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartExamPhotoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartRepository" (parent: .abstract.instanceof.App\Repository\Admin\PatientChartRepository).
  • Resolving inheritance for "App\Repository\Admin\PatientChartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientRepository" (parent: .abstract.instanceof.App\Repository\Admin\PatientRepository).
  • Resolving inheritance for "App\Repository\Admin\PatientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PersonalContactRepository" (parent: .abstract.instanceof.App\Repository\Admin\PersonalContactRepository).
  • Resolving inheritance for "App\Repository\Admin\PersonalContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PersonalContactRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PhysicianContactRepository" (parent: .abstract.instanceof.App\Repository\Admin\PhysicianContactRepository).
  • Resolving inheritance for "App\Repository\Admin\PhysicianContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PhysicianContactRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ResponsiblePartyRepository" (parent: .abstract.instanceof.App\Repository\Admin\ResponsiblePartyRepository).
  • Resolving inheritance for "App\Repository\Admin\ResponsiblePartyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ResponsiblePartyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\TemperatureRepository" (parent: .abstract.instanceof.App\Repository\Admin\TemperatureRepository).
  • Resolving inheritance for "App\Repository\Admin\TemperatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\TemperatureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\AdminTestItemHistoryRepository" (parent: .abstract.instanceof.App\Repository\Admin\Test\AdminTestItemHistoryRepository).
  • Resolving inheritance for "App\Repository\Admin\Test\AdminTestItemHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\AdminTestItemHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\AdminTestItemRepository" (parent: .abstract.instanceof.App\Repository\Admin\Test\AdminTestItemRepository).
  • Resolving inheritance for "App\Repository\Admin\Test\AdminTestItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\AdminTestItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\TestAttachmentRepository" (parent: .abstract.instanceof.App\Repository\Admin\Test\TestAttachmentRepository).
  • Resolving inheritance for "App\Repository\Admin\Test\TestAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\TestAttachmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\TestEntryRepository" (parent: .abstract.instanceof.App\Repository\Admin\Test\TestEntryRepository).
  • Resolving inheritance for "App\Repository\Admin\Test\TestEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\TestEntryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\WeightRepository" (parent: .abstract.instanceof.App\Repository\Admin\WeightRepository).
  • Resolving inheritance for "App\Repository\Admin\WeightRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\WeightRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalendarEventRepository" (parent: .abstract.instanceof.App\Repository\CalendarEventRepository).
  • Resolving inheritance for "App\Repository\CalendarEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalendarEventRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Chat\BookmarkStatusRepository" (parent: .abstract.instanceof.App\Repository\Chat\BookmarkStatusRepository).
  • Resolving inheritance for "App\Repository\Chat\BookmarkStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Chat\BookmarkStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Chat\ChatStatusRepository" (parent: .abstract.instanceof.App\Repository\Chat\ChatStatusRepository).
  • Resolving inheritance for "App\Repository\Chat\ChatStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Chat\ChatStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository" (parent: .abstract.instanceof.App\Repository\ChatRepository).
  • Resolving inheritance for "App\Repository\ChatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\AttachmentRepository" (parent: .abstract.instanceof.App\Repository\Communication\Mailbox\AttachmentRepository).
  • Resolving inheritance for "App\Repository\Communication\Mailbox\AttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\AttachmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\FolderRepository" (parent: .abstract.instanceof.App\Repository\Communication\Mailbox\FolderRepository).
  • Resolving inheritance for "App\Repository\Communication\Mailbox\FolderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\FolderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\MailRepository" (parent: .abstract.instanceof.App\Repository\Communication\Mailbox\MailRepository).
  • Resolving inheritance for "App\Repository\Communication\Mailbox\MailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\MailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\MailRespondentRepository" (parent: .abstract.instanceof.App\Repository\Communication\Mailbox\MailRespondentRepository).
  • Resolving inheritance for "App\Repository\Communication\Mailbox\MailRespondentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\MailRespondentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\ToDoListRepository" (parent: .abstract.instanceof.App\Repository\Communication\ToDoListRepository).
  • Resolving inheritance for "App\Repository\Communication\ToDoListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\ToDoListRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository" (parent: .abstract.instanceof.App\Repository\EventRepository).
  • Resolving inheritance for "App\Repository\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementFileRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\AnnouncementFileRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\AnnouncementFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementImageRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\AnnouncementImageRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\AnnouncementImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\AnnouncementRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\AnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\ChartMemberRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\ChartMemberRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\EducationalTools\ChartMemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\ChartMemberRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\ImportedCategoryRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\ImportedCategoryRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\EducationalTools\ImportedCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\ImportedCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\MaterialSizeLimitRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\MaterialSizeLimitRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\EducationalTools\MaterialSizeLimitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\MaterialSizeLimitRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\SubjectCategoryRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\SubjectCategoryRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\EducationalTools\SubjectCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\SubjectCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\BedPlacementCircleRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\BedPlacementCircleRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\BedPlacementCircleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\BedPlacementCircleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\BuildingPerimeterRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\BuildingPerimeterRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\BuildingPerimeterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\BuildingPerimeterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\ComputerUnitPlacementCircleRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\ComputerUnitPlacementCircleRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\ComputerUnitPlacementCircleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\ComputerUnitPlacementCircleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FacilityRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\FacilityRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\FacilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FacilityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorDepartmentRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorDepartmentRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\FloorDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorDepartmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\FloorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorSpaceLabelRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorSpaceLabelRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\FloorSpaceLabelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorSpaceLabelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorSpaceRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorSpaceRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\Facility\FloorSpaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorSpaceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminDepartmentPinRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminDepartmentPinRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\GroupSysadminDepartmentPinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminDepartmentPinRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminDepartmentRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminDepartmentRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\GroupSysadminDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminDepartmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminUserLogRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminUserLogRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\GroupSysadminUserLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminUserLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminUserRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminUserRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\GroupSysadminUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\ICDFileRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\ICDFileRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\ICDFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\ICDFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\NurseManagerRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\NurseManagerRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\NurseManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\NurseManagerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\NurseTeamMemberRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\NurseTeamMemberRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\NurseTeamMemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\NurseTeamMemberRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\OrganizationChartRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\OrganizationChartRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\OrganizationChartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\OrganizationChartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\PatientCare\TestGroupRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\PatientCare\TestGroupRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\PatientCare\TestGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\PatientCare\TestGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\PatientCare\TestItemRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\PatientCare\TestItemRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\PatientCare\TestItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\PatientCare\TestItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\ScratchpadRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\ScratchpadRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\ScratchpadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\ScratchpadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\System\WebsiteLinkRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\System\WebsiteLinkRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\System\WebsiteLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\System\WebsiteLinkRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\TeamManagementRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\TeamManagementRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\TeamManagementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\TeamManagementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\TeamManagerRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\TeamManagerRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\TeamManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\TeamManagerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\User\AdminInterfacePermissionsRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\User\AdminInterfacePermissionsRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\User\AdminInterfacePermissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\User\AdminInterfacePermissionsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\User\InterfacePermissionsRepository" (parent: .abstract.instanceof.App\Repository\GroupSysadmin\User\InterfacePermissionsRepository).
  • Resolving inheritance for "App\Repository\GroupSysadmin\User\InterfacePermissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\User\InterfacePermissionsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagesRepository" (parent: .abstract.instanceof.App\Repository\MessagesRepository).
  • Resolving inheritance for "App\Repository\MessagesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AddedAdminUserRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AddedAdminUserRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AddedAdminUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AddedAdminUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserHistoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdminUserHistoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdminUserHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserProfileRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdminUserProfileRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdminUserProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserProfileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdminUserRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdminUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemDescriptionRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemDescriptionRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdxWebsite\ProductItemDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemDescriptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemImageRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemImageRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdxWebsite\ProductItemImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdxWebsite\ProductItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemSpecificationRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemSpecificationRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdxWebsite\ProductItemSpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemSpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductOptionTypeRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductOptionTypeRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdxWebsite\ProductOptionTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductOptionTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductTypeRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductTypeRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\AdxWebsite\ProductTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Assignment\CompanyInvitationHistoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Assignment\CompanyInvitationHistoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Assignment\CompanyInvitationHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Assignment\CompanyInvitationHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\BodyPartChildRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\BodyPartChildRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\BodyPartChildRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\BodyPartChildRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\BodyPartRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\BodyPartRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\BodyPartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\BodyPartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\CountryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\CountryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\CountryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\DepartmentRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\DepartmentRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\DepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\DepartmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\DepartmentTranslationRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\DepartmentTranslationRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\DepartmentTranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\DepartmentTranslationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Education\SubjectCategoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Education\SubjectCategoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Education\SubjectCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Education\SubjectCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\JobTitleRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\JobTitleRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\JobTitleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\JobTitleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\JobTitleTranslationRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\JobTitleTranslationRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\JobTitleTranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\JobTitleTranslationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\LanguageRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\LanguageRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\LanguageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\MedicalTypeRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\MedicalTypeRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\MedicalTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\MedicalTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderGroupHistoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\OrderGroupHistoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\OrderGroupHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderGroupHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderGroupRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\OrderGroupRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\OrderGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderItemHistoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\OrderItemHistoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\OrderItemHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderItemHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderItemRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\OrderItemRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\OrderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PatientChartLabelRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\PatientChartLabelRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\PatientChartLabelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PatientChartLabelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PatientChartValuesRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\PatientChartValuesRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\PatientChartValuesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PatientChartValuesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PinRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\PinRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\PinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PinRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\AccessKeyRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\AccessKeyRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\AccessKeyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\AccessKeyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CctvRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\CctvRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\CctvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CctvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CompanyHistoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\CompanyHistoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\CompanyHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CompanyHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CompanyRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\CompanyRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CompanyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\ComputerUnitRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\ComputerUnitRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\ComputerUnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\ComputerUnitRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\DeviceRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\DeviceRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\DeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\DeviceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\JoinedMeetingRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\JoinedMeetingRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\JoinedMeetingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\JoinedMeetingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\MeetingRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\MeetingRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\MeetingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\MeetingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\NotificationRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\NotificationRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\NotificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\ServerUsageRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\ServerSet\ServerUsageRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\ServerSet\ServerUsageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\ServerUsageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupCategoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestGroupCategoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestGroupCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupHistoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestGroupHistoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestGroupHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestGroupRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemHistoryRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemHistoryRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentHeaderRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentHeaderRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentHeaderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentHeaderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageSourceRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageSourceRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageSourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageSourceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentTextRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentTextRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentTextRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentTextRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemReportTextStyleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemRepository" (parent: .abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemRepository).
  • Resolving inheritance for "App\Repository\SuperAdmin\Test\TestItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\AnnouncementRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\AnnouncementRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\AnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\AnnouncementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\BadgeProfileRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\BadgeProfileRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\BadgeProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\BadgeProfileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ChartDefaultChoicesRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\ChartDefaultChoicesRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\ChartDefaultChoicesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ChartDefaultChoicesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ComputerStationRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\ComputerStationRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\ComputerStationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ComputerStationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ConsentsRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\ConsentsRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\ConsentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ConsentsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\Facilities\FacilityRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\Facilities\FacilityRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\Facilities\FacilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\Facilities\FacilityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\Facilities\RoomDesignationLabelRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\Facilities\RoomDesignationLabelRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\Facilities\RoomDesignationLabelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\Facilities\RoomDesignationLabelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorPlansCircleRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\FloorPlansCircleRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\FloorPlansCircleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorPlansCircleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorPlansRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\FloorPlansRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\FloorPlansRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorPlansRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\FloorRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\FloorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\InterfacePermissionsRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\InterfacePermissionsRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\InterfacePermissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\InterfacePermissionsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\JobPositionRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\JobPositionRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\JobPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\JobPositionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\OrderUISettingRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\OrderUISettingRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\OrderUISettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\OrderUISettingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ProfileImageRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\ProfileImageRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\ProfileImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ProfileImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\SysAdminDepartmentRepository" (parent: .abstract.instanceof.App\Repository\SysAdmin\SysAdminDepartmentRepository).
  • Resolving inheritance for "App\Repository\SysAdmin\SysAdminDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\SysAdminDepartmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestCategoryRepository" (parent: .abstract.instanceof.App\Repository\TestCategoryRepository).
  • Resolving inheritance for "App\Repository\TestCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoCallScheduleMeetingRepository" (parent: .abstract.instanceof.App\Repository\VideoCallScheduleMeetingRepository).
  • Resolving inheritance for "App\Repository\VideoCallScheduleMeetingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoCallScheduleMeetingRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\FileServer\Controller\FileServerController" (parent: .abstract.instanceof.App\Service\FileServer\Controller\FileServerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\FileServer\Controller\FileServerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\FileServer\Controller\FileServerController).
  • Resolving inheritance for "App\Service\FileServer\Controller\FileServerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\FileServer\Controller\FileServerController).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Service\FileServer\Twig\FileServerExtension" (parent: .abstract.instanceof.App\Service\FileServer\Twig\FileServerExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\FileServer\Twig\FileServerExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Service\FileServer\Twig\FileServerExtension).
  • Resolving inheritance for "App\Service\FileServer\Twig\FileServerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\FileServer\Twig\FileServerExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AddOnsExtension" (parent: .abstract.instanceof.App\Twig\AddOnsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AddOnsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AddOnsExtension).
  • Resolving inheritance for "App\Twig\AddOnsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AddOnsExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AdmedixExtension" (parent: .abstract.instanceof.App\Twig\AdmedixExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdmedixExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AdmedixExtension).
  • Resolving inheritance for "App\Twig\AdmedixExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdmedixExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\EducationExtension" (parent: .abstract.instanceof.App\Twig\Admin\EducationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\EducationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\EducationExtension).
  • Resolving inheritance for "App\Twig\Admin\EducationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\EducationExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\InterfacePermissionExtension" (parent: .abstract.instanceof.App\Twig\Admin\InterfacePermissionExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\InterfacePermissionExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\InterfacePermissionExtension).
  • Resolving inheritance for "App\Twig\Admin\InterfacePermissionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\InterfacePermissionExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\PatientChartCalendarHistoryExtension" (parent: .abstract.instanceof.App\Twig\Admin\PatientChartCalendarHistoryExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\PatientChartCalendarHistoryExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\PatientChartCalendarHistoryExtension).
  • Resolving inheritance for "App\Twig\Admin\PatientChartCalendarHistoryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\PatientChartCalendarHistoryExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\PatientExtension" (parent: .abstract.instanceof.App\Twig\Admin\PatientExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\PatientExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\PatientExtension).
  • Resolving inheritance for "App\Twig\Admin\PatientExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\PatientExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\ByteConversionTwigExtension" (parent: .abstract.instanceof.App\Twig\ByteConversionTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ByteConversionTwigExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\ByteConversionTwigExtension).
  • Resolving inheritance for "App\Twig\ByteConversionTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ByteConversionTwigExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\ChatExtension" (parent: .abstract.instanceof.App\Twig\Communication\ChatExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\ChatExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\ChatExtension).
  • Resolving inheritance for "App\Twig\Communication\ChatExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\ChatExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\CommPanelExtension" (parent: .abstract.instanceof.App\Twig\Communication\CommPanelExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\CommPanelExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\CommPanelExtension).
  • Resolving inheritance for "App\Twig\Communication\CommPanelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\CommPanelExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\MailExtension" (parent: .abstract.instanceof.App\Twig\Communication\MailExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\MailExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\MailExtension).
  • Resolving inheritance for "App\Twig\Communication\MailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\MailExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\NotificationExtension" (parent: .abstract.instanceof.App\Twig\Communication\NotificationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\NotificationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\NotificationExtension).
  • Resolving inheritance for "App\Twig\Communication\NotificationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\NotificationExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\ToDoListExtension" (parent: .abstract.instanceof.App\Twig\Communication\ToDoListExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\ToDoListExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\ToDoListExtension).
  • Resolving inheritance for "App\Twig\Communication\ToDoListExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\ToDoListExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\EnvironmentExtension" (parent: .abstract.instanceof.App\Twig\EnvironmentExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EnvironmentExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\EnvironmentExtension).
  • Resolving inheritance for "App\Twig\EnvironmentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EnvironmentExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\LanguageExtension" (parent: .abstract.instanceof.App\Twig\LanguageExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LanguageExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\LanguageExtension).
  • Resolving inheritance for "App\Twig\LanguageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LanguageExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SortByFieldExtension" (parent: .abstract.instanceof.App\Twig\SortByFieldExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SortByFieldExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SortByFieldExtension).
  • Resolving inheritance for "App\Twig\SortByFieldExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SortByFieldExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\StaticExtension" (parent: .abstract.instanceof.App\Twig\StaticExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StaticExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\StaticExtension).
  • Resolving inheritance for "App\Twig\StaticExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StaticExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ActiveUserExtension" (parent: .abstract.instanceof.App\Twig\SysAdmin\ActiveUserExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ActiveUserExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ActiveUserExtension).
  • Resolving inheritance for "App\Twig\SysAdmin\ActiveUserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ActiveUserExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ComputerStationExtension" (parent: .abstract.instanceof.App\Twig\SysAdmin\ComputerStationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ComputerStationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ComputerStationExtension).
  • Resolving inheritance for "App\Twig\SysAdmin\ComputerStationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ComputerStationExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ConsentsExtension" (parent: .abstract.instanceof.App\Twig\SysAdmin\ConsentsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ConsentsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ConsentsExtension).
  • Resolving inheritance for "App\Twig\SysAdmin\ConsentsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ConsentsExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\FloorDepartmentExtension" (parent: .abstract.instanceof.App\Twig\SysAdmin\FloorDepartmentExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\FloorDepartmentExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\FloorDepartmentExtension).
  • Resolving inheritance for "App\Twig\SysAdmin\FloorDepartmentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\FloorDepartmentExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupAdminUsernameValidator" (parent: .abstract.instanceof.App\Validator\Constraints\GroupSysadmin\UniqueGroupAdminUsernameValidator).
  • Resolving inheritance for "App\Validator\Constraints\GroupSysadmin\UniqueGroupAdminUsernameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupAdminUsernameValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminEmailValidator" (parent: .abstract.instanceof.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminEmailValidator).
  • Resolving inheritance for "App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminEmailValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminUserEmailValidator" (parent: .abstract.instanceof.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminUserEmailValidator).
  • Resolving inheritance for "App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminUserEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminUserEmailValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueAdminUsernamePerRoleValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UniqueAdminUsernamePerRoleValidator).
  • Resolving inheritance for "App\Validator\Constraints\UniqueAdminUsernamePerRoleValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueAdminUsernamePerRoleValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueEmailPerGroupValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UniqueEmailPerGroupValidator).
  • Resolving inheritance for "App\Validator\Constraints\UniqueEmailPerGroupValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueEmailPerGroupValidator).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.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.super_admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.super_admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.super_admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.super_admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.super_admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.super_admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.super_admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.super_admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.super_admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.super_admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.super_admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.super_admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.change_locale" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.change_locale" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.change_locale" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.change_locale" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.change_locale" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.sys_admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.sys_admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.sys_admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.sys_admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.sys_admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.sys_admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.sys_admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.sys_admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.sys_admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.sys_admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.sys_admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.sys_admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.grp_sys_admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.3" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.grp_sys_admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.grp_sys_admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.grp_sys_admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.grp_sys_admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.grp_sys_admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.grp_sys_admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.grp_sys_admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.grp_sys_admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.grp_sys_admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.grp_sys_admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.grp_sys_admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.4" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.5" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • 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.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (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.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.0" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.1" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.2" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.3" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.4" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.5" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.6" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.7" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.8" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.9" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.10" (parent: jms_translation.loader.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.0" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.1" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.2" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.3" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.4" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.5" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.6" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.7" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.8" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.9" (parent: jms_translation.dumper.symfony_adapter).
  • Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.10" (parent: jms_translation.dumper.symfony_adapter).
1468
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\SuperAdmin\SuperAdminAddUserController::addAndEditSuperAdmin": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\SysAdmin\ComputerStationController::viewComputerStationMapDepartment": no corresponding services exist for the referenced types.
2
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Service\FileServer\Model\FileInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\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\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; 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_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.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\Asset\Packages"; 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\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\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\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.user_provider"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.super_admin"; reason: private alias.
  • Removed service "security.user_checker.super_admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.change_locale"; reason: private alias.
  • Removed service "security.user_checker.change_locale"; reason: private alias.
  • Removed service "security.authentication.session_strategy.sys_admin"; reason: private alias.
  • Removed service "security.user_checker.sys_admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.grp_sys_admin"; reason: private alias.
  • Removed service "security.user_checker.grp_sys_admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.admin"; reason: private alias.
  • Removed service "security.user_checker.admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.ISjGRTp"; reason: private alias.
  • Removed service ".service_locator.SUztGRu"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
169
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Service\ChatService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\FileServer\Twig\FileServerExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\ReroutingService" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Twig\StaticExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "manage.multiple_form" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • 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.event_dispatcher_debug" 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 "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.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 "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "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 "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.super_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.sys_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.grp_sys_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.4" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.5" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "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 "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 "jms_translation.extractor.file.validation_extractor" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "jms_translation.twig_extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.txdsDGI" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.vWzJaeH" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • 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.simple_role_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 ".service_locator.vdmMuyE" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.s_XxKLC" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.MbQCpig" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.RyCs2zr" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.UJW_uy_" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.EPMUS6t" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.cbaxsnW" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.8AIMJlx" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.qJBY3Rp" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.TaH2OML" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.bk0HoRV" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.Uh8XtAh" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.stOJKVJ" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.RkXo8uY" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator._QCUsqU" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.jCTkly6" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.61SEuRi" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.cJWFVRP" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.bTkeJ4V" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.DZFoQ92" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.zl_HAF8" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.YmgN.J1" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.QYhw4CF" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.YBXB3nE" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.yhQP0Dl" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.5WVYa07" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.QtqA5cT" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.uTbB7OO" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.hB0C99G" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.dSTKoZn" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.hnhlxX4" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.WSWMRYh" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.AhxajAM" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.rGuCBgs" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.WMbI8uu" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
109
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; 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 "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; 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.in_memory.user"; 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.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; 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.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "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 "maker.auto_command.abstract"; reason: abstract.
  • Removed service "jms_translation.loader.symfony_adapter"; reason: abstract.
  • Removed service "jms_translation.dumper.symfony_adapter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\AddAdminUserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Admin\AddAdminUserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddOnsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddOnsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AddOnsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAnnouncementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAnnouncementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminAnnouncementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminCommPanelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminCommPanelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminCommPanelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminFacilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminFacilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminFacilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminLoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminProfileImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminProfileImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminProfileImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CamerasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CamerasController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CamerasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CctvSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CctvSecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CctvSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\AdminNotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\AdminNotificationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\Communication\AdminNotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\AdminToDoListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\AdminToDoListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\Communication\AdminToDoListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\AudioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\AudioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\AudioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\EducationalMaterialsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\EducationalMaterialsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\EducationalMaterialsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\ForumController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\ForumController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\ForumController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\LimitAllowanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\LimitAllowanceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\LimitAllowanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\MaterialReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\MaterialReviewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\MaterialReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\PrintedMaterialController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\PrintedMaterialController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\PrintedMaterialController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\SlideContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\SlideContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\SlideContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\SlideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\SlideController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\SlideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\TeachingResourceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\TeachingResourceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\TeachingResourceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EducationalTools\VideoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EducationalTools\VideoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EducationalTools\VideoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\AdminDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\AdminDeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\AdminDeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\NursingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\NursingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\NursingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\OrderManagementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\OrderManagementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\OrderManagementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdminOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminTestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdminTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\AdmissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\AdmissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\AdmissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\DischargeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\DischargeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\DischargeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\ExamNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\ExamNoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\ExamNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\NursingNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\NursingNoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\NursingNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\OrderSetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\OrderSetController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\OrderSetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientChartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamChartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientExamChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientExamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\Patients\PatientExamTableController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\Patients\PatientExamTableController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\Patients\PatientExamTableController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\RadiologyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\RadiologyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\RadiologyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\TeamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\TeamController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\TeamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HealthCare\TestPortalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HealthCare\TestPortalController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\HealthCare\TestPortalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrganizationChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrganizationChartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\OrganizationChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VideoCallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VideoCallController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\VideoCallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalendarEventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalendarEventController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CalendarEventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChangeLocaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChangeLocaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ChangeLocaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChatController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ChatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivCctvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivCctvController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivCctvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\FacilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\FacilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\FacilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\ICDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\ICDController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\ICDController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\PatientCare\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\PatientCare\TestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\PatientCare\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\ProfileImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\ProfileImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\ProfileImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\System\WebsiteLinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\System\WebsiteLinkController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\System\WebsiteLinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\AdminListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\AdminListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Users\AdminListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Users\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupSysAdmin\Users\UserLoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupSysAdmin\Users\UserLoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupSysAdmin\Users\UserLoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScratchpadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScratchpadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ScratchpadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StaticController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StaticController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\StaticController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdminAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdminAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\AdminAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Assignment\AssignAccessController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Assignment\AssignAccessController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\Assignment\AssignAccessController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\BodyPartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\BodyPartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\BodyPartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\CountryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\CountryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\DepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\DepartmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\DepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\DepartmentPinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\DepartmentPinController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\DepartmentPinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\Education\SubjectCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\Education\SubjectCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\Education\SubjectCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\JobTitleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\JobTitleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\JobTitleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\LanguageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\MedicalTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\MedicalTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\MedicalTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\PatientChart\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestReportingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestReportingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\PatientChart\TestReportingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PatientChartLabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PatientChartLabelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\PatientChartLabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\PinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\PinController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\PinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CctvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CctvController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\CctvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\CompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ComputerUnitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ComputerUnitController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\ComputerUnitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\DeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\NotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\NotificationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\NotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\ServerSet\ServerUsageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\ServerSet\ServerUsageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\ServerSet\ServerUsageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SuperAdminAddUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SuperAdminAddUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\SuperAdminAddUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SuperAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SuperAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\SuperAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\SysAdminPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\SysAdminPermissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\SysAdminPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdmin\TranslationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdmin\TranslationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdmin\TranslationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\AdminPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\AdminPermissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\AdminPermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\AnnouncementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\AnnouncementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\AnnouncementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Communication\Mailbox\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Communication\Mailbox\MailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\SysAdminNotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\SysAdminNotificationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Communication\SysAdminNotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Communication\SysAdminToDoListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Communication\SysAdminToDoListController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Communication\SysAdminToDoListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\ComputerStationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\ComputerStationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\ComputerStationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\BedPlacementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\BedPlacementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Facilities\BedPlacementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\FacilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\FacilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Facilities\FacilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\PatientBedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\PatientBedController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Facilities\PatientBedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Facilities\RoomDesignationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Facilities\RoomDesignationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Facilities\RoomDesignationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Floors\FloorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Floors\FloorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Floors\FloorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Floors\FloorPlanController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Floors\FloorPlanController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Floors\FloorPlanController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\InterfacePermissionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\InterfacePermissionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\InterfacePermissionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\JobPositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\JobPositionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\JobPositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\PatientConsentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\PatientConsentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\PatientConsentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\ProfileImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\ProfileImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\ProfileImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SiteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\SysAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysAdminOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysAdminOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\SysAdminOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysadminChartDefaultsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysadminChartDefaultsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\SysadminChartDefaultsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\SysadminDepartmentPinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\SysadminDepartmentPinController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\SysadminDepartmentPinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysAdmin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysAdmin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysAdmin\Users\ProfileEditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SysadminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SysadminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SysadminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\User\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserStatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserStatusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserStatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddOnsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AddOnsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminOrderItemHistoryNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\AdminOrderItemHistoryNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AssignFacilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\AssignFacilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\BloodPressureType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\BloodPressureType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\AudioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\AudioType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\AudioUploadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\AudioUploadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventCommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\EventCommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventDateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\EventDateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventImageCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\EventImageCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\EventImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\EventType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\EventType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Forum\ForumCommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\Forum\ForumCommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Forum\ForumEntryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\Forum\ForumEntryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\LimitAllowance\LimitAllowanceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\LimitAllowance\LimitAllowanceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\MaterialAppType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\MaterialAppType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\PrintedMaterialType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\PrintedMaterialType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Review\ReviewMessageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\Review\ReviewMessageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\Review\ReviewNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\Review\ReviewNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageAudioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageAudioType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageBackgroundImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageBackgroundImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageBackgroundType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageBackgroundType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageImageContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageImageContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePageTextType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlidePageTextType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlidePositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlidePositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\SlideType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\SlideType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\VideoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\VideoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EducationalTools\VideoUploadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EducationalTools\VideoUploadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmergencyContactsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EmergencyContactsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmployerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\EmployerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ExamNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\ExamNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\HealthCare\CategorySelectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\HealthCare\CategorySelectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\HealthCare\NursingNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\HealthCare\NursingNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InsuranceAndEmployerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\InsuranceAndEmployerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InsuranceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\InsuranceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderEntryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\OrderEntryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderItemNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\OrderItemNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderManagement\FacilitySelectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\OrderManagement\FacilitySelectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\AdmissionHistoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Patient\AdmissionHistoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\CustomOrderEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Patient\CustomOrderEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\CustomOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Patient\CustomOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\OrderGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Patient\OrderGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Patient\PatientImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Patient\PatientImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartExamAudioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\PatientChartExamAudioType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartExamPhotoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\PatientChartExamPhotoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientChartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\PatientChartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PatientType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\PatientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PersonalContactType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\PersonalContactType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PhysicianContactType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\PhysicianContactType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RadiologySelectedFacilitiesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\RadiologySelectedFacilitiesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ResponsiblePartyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\ResponsiblePartyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TemperatureType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\TemperatureType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\AdminTestItemHistoryNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Test\AdminTestItemHistoryNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\TestAttachmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Test\TestAttachmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Test\TestEntryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\Test\TestEntryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\WeightType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Admin\WeightType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalendarEventType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CalendarEventType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\AttachmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\Mailbox\AttachmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\FolderCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\Mailbox\FolderCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\FolderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\Mailbox\FolderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\MailRespondentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\Mailbox\MailRespondentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\Mailbox\MailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\Mailbox\MailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\OrderNumberType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\ToDo\OrderNumberType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\ToDoCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\ToDo\ToDoCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Communication\ToDo\ToDoListType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Communication\ToDo\ToDoListType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectoryFacilitySelectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DirectoryFacilitySelectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\EventType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementFileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\AnnouncementFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementImageCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\AnnouncementImageCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\AnnouncementImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\AnnouncementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\AnnouncementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ComputerPermissions\AdminUserFloorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\ComputerPermissions\AdminUserFloorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ComputerPermissions\UnitSelectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\ComputerPermissions\UnitSelectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\DepartmentPinType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\DepartmentPinType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\DesktopFacilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\DesktopFacilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\AddChildChartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\AddChildChartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\MaterialSizeLimitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\MaterialSizeLimitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\MemberType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\MemberType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\OrganizationChartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\OrganizationChartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\ReviewMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\ReviewMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryImportSelectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryImportSelectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\EducationalTools\SubjectCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BedPlacementCircleLabelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\BedPlacementCircleLabelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BedPlacementCircleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\BedPlacementCircleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\BuildingPerimeterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\BuildingPerimeterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\ComputerUnitPlacementCircleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\ComputerUnitPlacementCircleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\ComputerUnitSelectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\ComputerUnitSelectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FacilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FacilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorDepartmentDetailsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorDepartmentDetailsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorDepartmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorDepartmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorPatientBedType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorPatientBedType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorPlanType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorPlanType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorSpaceDepartmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorSpaceDepartmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorSpaceLabelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorSpaceLabelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\Facility\FloorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\Facility\FloorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysEditAdminUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\GroupSysEditAdminUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminDepartmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\GroupSysadminDepartmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\GroupSysadminType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\GroupSysadminUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\GroupSysadminUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\HealthCare\NurseManagerFacilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\HealthCare\NurseManagerFacilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ICDFileColumnType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\ICDFileColumnType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ICDFileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\ICDFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\LoginInfoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\LoginInfoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\NursingTeamType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\NursingTeamType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\ItemSortType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\PatientCare\ItemSortType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\PatientCare\TestGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestItemEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\PatientCare\TestItemEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\PatientCare\TestItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\PatientCare\TestItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\ScratchpadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\ScratchpadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\System\WebsiteLinkType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\System\WebsiteLinkType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\TeamManagementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\TeamManagementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\AdminInterfacePermissionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\User\AdminInterfacePermissionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\AdminUserInterfacePermissionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\User\AdminUserInterfacePermissionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\InterfacePermissionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\User\InterfacePermissionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\User\ProfileEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\User\ProfileEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupSysadmin\UserFacilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\GroupSysadmin\UserFacilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MessageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AddedAdminUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AddedAdminUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserCheckPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdminUserCheckPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserProfileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdminUserProfileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdminUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdminUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemDescriptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemSpecificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemSpecificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionSelectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionSelectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductOptionTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\AdxWebsite\ProductTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\AdxWebsite\ProductTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Assignment\AdminComputerAssignmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Assignment\AdminComputerAssignmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Assignment\AdminInviteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Assignment\AdminInviteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildGridCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildGridCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildGridType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildGridType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPosCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPosCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPosType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPosType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPositionCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPositionCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildPropCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildPropCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartChildType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartChildType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartPosCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartPosCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\BodyPartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\BodyPartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\CountryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\CountryTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\CountryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\CountryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentPinType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\DepartmentPinType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\DepartmentTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\DepartmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\DepartmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Education\SubjectCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Education\SubjectCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\JobTitleTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\JobTitleTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\JobTitleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\JobTitleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\LanguageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\LanguageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\MedicalFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\MedicalFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\MedicalTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\MedicalTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\OrderGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemPropertyCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemPropertyCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemPropertyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemPropertyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\OrderItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\OrderItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PatientChartLabelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\PatientChartLabelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PatientChartValuesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\PatientChartValuesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PinCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\PinCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\PinType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\PinType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\SearchEmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\SearchEmailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CctvAssignmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\CctvAssignmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CctvType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\CctvType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\CompanyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\CompanyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\ComputerAssignmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\ComputerAssignmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\ComputerUnitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\ComputerUnitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\DeviceAssignmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\DeviceAssignmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\DeviceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\DeviceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\ServerSet\NotificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\ServerSet\NotificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestGroupCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestGroupCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemPropertyCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemPropertyCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemPropertyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemPropertyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentHeaderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentHeaderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageSourceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageSourceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentTextType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemReportTextStyleContentTextType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdmin\Type\Test\TestItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuperAdmin\Type\Test\TestItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\AnnouncementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\AnnouncementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\BadgeProfileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\BadgeProfileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ChartDefaultChoiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\ChartDefaultChoiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ComputerStationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\ComputerStationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ConsentsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\ConsentsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\BedPlacementCircleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Facilities\BedPlacementCircleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\BedPlacementDetailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Facilities\BedPlacementDetailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\FacilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Facilities\FacilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Facilities\RoomDesignationLabelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Facilities\RoomDesignationLabelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\BuildingShapeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Floors\BuildingShapeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorDepartmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Floors\FloorDepartmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansCircleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Floors\FloorPlansCircleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansRectangleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Floors\FloorPlansRectangleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorPlansType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Floors\FloorPlansType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\Floors\FloorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\Floors\FloorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\InterfacePermissionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\InterfacePermissionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\JobPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\JobPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\OrderNumberType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\OrderNumberType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\OrderUISettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\OrderUISettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\ProfileImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\ProfileImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\SysAdminDepartmentPinType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\SysAdminDepartmentPinType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SysAdmin\UserAdminInterfacePermissionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SysAdmin\UserAdminInterfacePermissionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallMultipleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VideoCallMultipleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallScheduleMeetingTimeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VideoCallScheduleMeetingTimeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoCallScheduleMeetingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VideoCallScheduleMeetingType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddOnsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AddOnsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminConsentPermissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\AdminConsentPermissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminOrderItemHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\AdminOrderItemHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\AdminOrderItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\AdminOrderItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\BloodPressureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\BloodPressureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\AudioFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\AudioFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\AudioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\AudioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\EventCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\EventCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\EventRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\EventRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Forum\ForumCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumEntryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Forum\ForumEntryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Forum\ForumMetadataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Forum\ForumMetadataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\AudioLimitAllowanceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\AudioLimitAllowanceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\LimitAllowanceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\LimitAllowanceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\PrintedMaterialLimitAllowanceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\PrintedMaterialLimitAllowanceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\SlideLimitAllowanceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\SlideLimitAllowanceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\LimitAllowance\VideoLimitAllowanceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\LimitAllowance\VideoLimitAllowanceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\PrintedMaterialRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\PrintedMaterialRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\PublishEventRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\PublishEventRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\AudioReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Review\AudioReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\PrintedMaterialReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Review\PrintedMaterialReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\ReviewMessageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Review\ReviewMessageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\ReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Review\ReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\SlideReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Review\SlideReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\Review\VideoReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\Review\VideoReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlideContentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlideContentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageAudioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageAudioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageBackgroundRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageBackgroundRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageElementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageElementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageImageContentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageImageContentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlidePageTextRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlidePageTextRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\SlideRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\SlideRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\StatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\StatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\VideoFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\VideoFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EducationalTools\VideoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EducationalTools\VideoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EmergencyContactsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EmergencyContactsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EmployerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EmployerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\EventRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\EventRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ExamNoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\ExamNoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\HealthCare\DefaultCategoryConfigRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\HealthCare\DefaultCategoryConfigRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\HealthCare\NursingNoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\HealthCare\NursingNoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\InsuranceAndEmployerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\InsuranceAndEmployerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\InsuranceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\InsuranceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\OrderEntryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\OrderEntryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\AdmissionHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\Patient\AdmissionHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\OrderGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\Patient\OrderGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Patient\PatientImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\Patient\PatientImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartExamAudioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\PatientChartExamAudioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartExamPhotoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\PatientChartExamPhotoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientChartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\PatientChartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PatientRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\PatientRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PersonalContactRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\PersonalContactRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\PhysicianContactRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\PhysicianContactRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ResponsiblePartyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\ResponsiblePartyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\TemperatureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\TemperatureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\AdminTestItemHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\Test\AdminTestItemHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\AdminTestItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\Test\AdminTestItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\TestAttachmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\Test\TestAttachmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\Test\TestEntryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\Test\TestEntryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\WeightRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Admin\WeightRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalendarEventRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CalendarEventRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Chat\BookmarkStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Chat\BookmarkStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Chat\ChatStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Chat\ChatStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ChatRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\AttachmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Communication\Mailbox\AttachmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\FolderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Communication\Mailbox\FolderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\MailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Communication\Mailbox\MailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\Mailbox\MailRespondentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Communication\Mailbox\MailRespondentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Communication\ToDoListRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Communication\ToDoListRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EventRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\AnnouncementFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\AnnouncementImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\AnnouncementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\AnnouncementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\ChartMemberRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\ChartMemberRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\ImportedCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\ImportedCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\MaterialSizeLimitRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\MaterialSizeLimitRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\EducationalTools\SubjectCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\EducationalTools\SubjectCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\BedPlacementCircleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\BedPlacementCircleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\BuildingPerimeterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\BuildingPerimeterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\ComputerUnitPlacementCircleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\ComputerUnitPlacementCircleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FacilityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\FacilityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorDepartmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorDepartmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorSpaceLabelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorSpaceLabelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\Facility\FloorSpaceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\Facility\FloorSpaceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminDepartmentPinRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminDepartmentPinRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminDepartmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminDepartmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminUserLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminUserLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\GroupSysadminUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\GroupSysadminUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\ICDFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\ICDFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\NurseManagerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\NurseManagerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\NurseTeamMemberRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\NurseTeamMemberRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\OrganizationChartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\OrganizationChartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\PatientCare\TestGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\PatientCare\TestGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\PatientCare\TestItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\PatientCare\TestItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\ScratchpadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\ScratchpadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\System\WebsiteLinkRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\System\WebsiteLinkRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\TeamManagementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\TeamManagementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\TeamManagerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\TeamManagerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\User\AdminInterfacePermissionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\User\AdminInterfacePermissionsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupSysadmin\User\InterfacePermissionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GroupSysadmin\User\InterfacePermissionsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MessagesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AddedAdminUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AddedAdminUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdminUserHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserProfileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdminUserProfileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdminUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdminUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemDescriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemDescriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductItemSpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductItemSpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductOptionTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductOptionTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\AdxWebsite\ProductTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\AdxWebsite\ProductTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Assignment\CompanyInvitationHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Assignment\CompanyInvitationHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\BodyPartChildRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\BodyPartChildRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\BodyPartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\BodyPartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\CountryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\CountryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\DepartmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\DepartmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\DepartmentTranslationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\DepartmentTranslationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Education\SubjectCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Education\SubjectCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\JobTitleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\JobTitleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\JobTitleTranslationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\JobTitleTranslationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\LanguageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\LanguageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\MedicalTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\MedicalTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderGroupHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\OrderGroupHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\OrderGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderItemHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\OrderItemHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\OrderItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\OrderItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PatientChartLabelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\PatientChartLabelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PatientChartValuesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\PatientChartValuesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\PinRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\PinRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\AccessKeyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\AccessKeyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CctvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\CctvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CompanyHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\CompanyHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\CompanyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\CompanyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\ComputerUnitRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\ComputerUnitRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\DeviceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\DeviceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\JoinedMeetingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\JoinedMeetingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\MeetingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\MeetingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\NotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\NotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\ServerSet\ServerUsageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\ServerSet\ServerUsageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestGroupCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestGroupHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentHeaderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentHeaderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageSourceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentImageSourceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentTextRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleContentTextRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemReportTextStyleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemReportTextStyleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuperAdmin\Test\TestItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuperAdmin\Test\TestItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\AnnouncementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\AnnouncementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\BadgeProfileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\BadgeProfileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ChartDefaultChoicesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\ChartDefaultChoicesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ComputerStationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\ComputerStationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ConsentsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\ConsentsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\Facilities\FacilityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\Facilities\FacilityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\Facilities\RoomDesignationLabelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\Facilities\RoomDesignationLabelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorPlansCircleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\FloorPlansCircleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorPlansRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\FloorPlansRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\FloorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\FloorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\InterfacePermissionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\InterfacePermissionsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\JobPositionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\JobPositionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\OrderUISettingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\OrderUISettingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\ProfileImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\ProfileImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SysAdmin\SysAdminDepartmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SysAdmin\SysAdminDepartmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoCallScheduleMeetingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VideoCallScheduleMeetingRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\FileServer\Controller\FileServerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\FileServer\Controller\FileServerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\FileServer\Controller\FileServerController"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Service\FileServer\Twig\FileServerExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\FileServer\Twig\FileServerExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\FileServer\Twig\FileServerExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AddOnsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AddOnsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AddOnsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AdmedixExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AdmedixExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AdmedixExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\EducationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\EducationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Admin\EducationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\InterfacePermissionExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\InterfacePermissionExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Admin\InterfacePermissionExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\PatientChartCalendarHistoryExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\PatientChartCalendarHistoryExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Admin\PatientChartCalendarHistoryExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Admin\PatientExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Admin\PatientExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Admin\PatientExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\ByteConversionTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ByteConversionTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\ByteConversionTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\ChatExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\ChatExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Communication\ChatExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\CommPanelExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\CommPanelExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Communication\CommPanelExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\MailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\MailExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Communication\MailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\NotificationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\NotificationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Communication\NotificationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\Communication\ToDoListExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Communication\ToDoListExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Communication\ToDoListExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\EnvironmentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EnvironmentExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\EnvironmentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\LanguageExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LanguageExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\LanguageExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SortByFieldExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SortByFieldExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SortByFieldExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\StaticExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\StaticExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\StaticExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ActiveUserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ActiveUserExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SysAdmin\ActiveUserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ComputerStationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ComputerStationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SysAdmin\ComputerStationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\ConsentsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\ConsentsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SysAdmin\ConsentsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SysAdmin\FloorDepartmentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SysAdmin\FloorDepartmentExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SysAdmin\FloorDepartmentExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupAdminUsernameValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\GroupSysadmin\UniqueGroupAdminUsernameValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminEmailValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminEmailValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminUserEmailValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminUserEmailValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueAdminUsernamePerRoleValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\UniqueAdminUsernamePerRoleValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueEmailPerGroupValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\UniqueEmailPerGroupValidator"; reason: abstract.
1401
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Doctrine\Mysql\GroupConcat"; reason: unused.
  • Removed service "App\Form\Communication\Model\FolderCollection"; reason: unused.
  • Removed service "App\Form\Communication\Model\ToDoCollection"; reason: unused.
  • Removed service "App\Form\GroupSysadmin\Model\GroupSysadminInfo"; reason: unused.
  • Removed service "App\Form\GroupSysadmin\Model\LoginInfo"; reason: unused.
  • Removed service "App\Form\GroupSysadmin\Model\ProfileEditInfo"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\BodyPartCollection"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\CctvAssignment"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\ComputerUnitAssignment"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\DeviceAssignment"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\InviteConfirmation"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\OrderGroupCollection"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\PinCollection"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\SearchEmail"; reason: unused.
  • Removed service "App\Form\SuperAdmin\Model\TestGroupCollection"; reason: unused.
  • Removed service "App\Model\DefaultMaterialLimit"; reason: unused.
  • Removed service "App\Model\DeviceStatus"; reason: unused.
  • Removed service "App\Repository\VideoCallRepository"; reason: unused.
  • Removed service "App\Service\Admin\EducationalMaterialService"; reason: unused.
  • Removed service "App\Service\Admin\FetchAdminUser"; reason: unused.
  • Removed service "App\Service\Admin\RecentOldestEntry"; reason: unused.
  • Removed service "App\Service\FileServer\Model\File"; reason: unused.
  • Removed service "App\Service\MultipleForm"; reason: unused.
  • Removed service "App\Service\ToDo"; reason: unused.
  • Removed service "App\Validator\Constraints\GroupSysadmin\UniqueGroupAdminUsername"; reason: unused.
  • Removed service "App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminEmail"; reason: unused.
  • Removed service "App\Validator\Constraints\GroupSysadmin\UniqueGroupSysadminUserEmail"; reason: unused.
  • Removed service "App\Validator\Constraints\UniqueAdminUsernamePerRole"; reason: unused.
  • Removed service "App\Validator\Constraints\UniqueEmailPerGroup"; reason: unused.
  • Removed service "manage.message"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~SFL2EDP"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service ".2_ArrayAdapter~rE.3dg7"; reason: unused.
  • Removed service ".1_DoctrineProvider~rE.3dg7"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~a0Bctzj"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~a0Bctzj"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~a0Bctzj"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~a0Bctzj"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~KizroCr"; 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_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service ".4_CliContextProvider~NVlSlqm"; reason: unused.
  • Removed service ".3_RequestContextProvider~NVlSlqm"; reason: unused.
  • Removed service ".2_SourceContextProvider~NVlSlqm"; reason: unused.
  • Removed service "var_dumper.server_connection"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service ".service_locator.WyIVAiZ"; reason: unused.
  • Removed service ".service_locator.raGnPqV"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.0"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.1"; reason: unused.
  • Removed service "jms_translation.dumper.wrapped_symfony_dumper.4"; reason: unused.
  • Removed service ".service_locator.s_XxKLC"; reason: unused.
  • Removed service ".service_locator.s_XxKLC.App\Controller\Admin\AdminCommPanelController"; reason: unused.
  • Removed service ".service_locator.MbQCpig"; reason: unused.
  • Removed service ".service_locator.MbQCpig.App\Controller\Admin\AdminProfileImageController"; reason: unused.
  • Removed service ".service_locator.RyCs2zr"; reason: unused.
  • Removed service ".service_locator.RyCs2zr.App\Controller\Admin\Communication\AdminNotificationsController"; reason: unused.
  • Removed service ".service_locator.UJW_uy_"; reason: unused.
  • Removed service ".service_locator.UJW_uy_.App\Controller\Admin\Communication\AdminToDoListController"; reason: unused.
  • Removed service ".service_locator.EPMUS6t"; reason: unused.
  • Removed service ".service_locator.EPMUS6t.App\Controller\Admin\Communication\Mailbox\FolderController"; reason: unused.
  • Removed service ".service_locator.cbaxsnW"; reason: unused.
  • Removed service ".service_locator.cbaxsnW.App\Controller\Admin\Communication\Mailbox\MailController"; reason: unused.
  • Removed service ".service_locator.8AIMJlx"; reason: unused.
  • Removed service ".service_locator.8AIMJlx.App\Controller\Admin\Communication\Mailbox\MailDraftController"; reason: unused.
  • Removed service ".service_locator.qJBY3Rp"; reason: unused.
  • Removed service ".service_locator.qJBY3Rp.App\Controller\Admin\EducationalTools\AudioController"; reason: unused.
  • Removed service ".service_locator.TaH2OML"; reason: unused.
  • Removed service ".service_locator.TaH2OML.App\Controller\Admin\EducationalTools\PrintedMaterialController"; reason: unused.
  • Removed service ".service_locator.bk0HoRV"; reason: unused.
  • Removed service ".service_locator.bk0HoRV.App\Controller\Admin\EducationalTools\SlideContentController"; reason: unused.
  • Removed service ".service_locator.Uh8XtAh"; reason: unused.
  • Removed service ".service_locator.Uh8XtAh.App\Controller\Admin\EducationalTools\SlideController"; reason: unused.
  • Removed service ".service_locator.stOJKVJ"; reason: unused.
  • Removed service ".service_locator.stOJKVJ.App\Controller\Admin\EducationalTools\TeachingResourceController"; reason: unused.
  • Removed service ".service_locator.RkXo8uY"; reason: unused.
  • Removed service ".service_locator.RkXo8uY.App\Controller\Admin\EducationalTools\VideoController"; reason: unused.
  • Removed service ".service_locator._QCUsqU"; reason: unused.
  • Removed service ".service_locator._QCUsqU.App\Controller\Admin\HealthCare\Patients\PatientChartController"; reason: unused.
  • Removed service ".service_locator.jCTkly6"; reason: unused.
  • Removed service ".service_locator.jCTkly6.App\Controller\Admin\HealthCare\Patients\PatientController"; reason: unused.
  • Removed service ".service_locator.61SEuRi"; reason: unused.
  • Removed service ".service_locator.61SEuRi.App\Controller\Admin\VideoCallController"; reason: unused.
  • Removed service ".service_locator.cJWFVRP"; reason: unused.
  • Removed service ".service_locator.cJWFVRP.App\Controller\CalendarEventController"; reason: unused.
  • Removed service ".service_locator.bTkeJ4V"; reason: unused.
  • Removed service ".service_locator.bTkeJ4V.App\Controller\ChatController"; reason: unused.
  • Removed service ".service_locator.DZFoQ92"; reason: unused.
  • Removed service ".service_locator.DZFoQ92.App\Controller\GroupSysAdmin\Communication\GroupSysAdminToDoListController"; reason: unused.
  • Removed service ".service_locator.zl_HAF8"; reason: unused.
  • Removed service ".service_locator.zl_HAF8.App\Controller\GroupSysAdmin\GroupSysAdminAnnouncementController"; reason: unused.
  • Removed service ".service_locator.YmgN.J1"; reason: unused.
  • Removed service ".service_locator.YmgN.J1.App\Controller\GroupSysAdmin\GroupSysAdminVideoCallController"; reason: unused.
  • Removed service ".service_locator.QYhw4CF"; reason: unused.
  • Removed service ".service_locator.QYhw4CF.App\Controller\GroupSysAdmin\ProfileImageController"; reason: unused.
  • Removed service ".service_locator.YBXB3nE"; reason: unused.
  • Removed service ".service_locator.YBXB3nE.App\Controller\GroupSysAdmin\Users\InterfacePermissionsController"; reason: unused.
  • Removed service ".service_locator.yhQP0Dl"; reason: unused.
  • Removed service ".service_locator.yhQP0Dl.App\Controller\SuperAdmin\AdxWebsite\ProductItemController"; reason: unused.
  • Removed service ".service_locator.5WVYa07"; reason: unused.
  • Removed service ".service_locator.5WVYa07.App\Controller\SuperAdmin\AdxWebsite\ProductTypeController"; reason: unused.
  • Removed service ".service_locator.QtqA5cT"; reason: unused.
  • Removed service ".service_locator.QtqA5cT.App\Controller\SuperAdmin\Assignment\AssignAccessController"; reason: unused.
  • Removed service ".service_locator.uTbB7OO"; reason: unused.
  • Removed service ".service_locator.uTbB7OO.App\Controller\SuperAdmin\PatientChart\TestReportingTextStyleController"; reason: unused.
  • Removed service ".service_locator.hB0C99G"; reason: unused.
  • Removed service ".service_locator.hB0C99G.App\Controller\SuperAdmin\PatientChartLabelController"; reason: unused.
  • Removed service ".service_locator.dSTKoZn"; reason: unused.
  • Removed service ".service_locator.dSTKoZn.App\Controller\SuperAdmin\ServerSet\ComputerUnitController"; reason: unused.
  • Removed service ".service_locator.hnhlxX4"; reason: unused.
  • Removed service ".service_locator.hnhlxX4.App\Controller\SysAdmin\Communication\SysAdminToDoListController"; reason: unused.
  • Removed service ".service_locator.WSWMRYh"; reason: unused.
  • Removed service ".service_locator.WSWMRYh.App\Controller\SysAdmin\InterfacePermissionsController"; reason: unused.
  • Removed service ".service_locator.AhxajAM"; reason: unused.
  • Removed service ".service_locator.AhxajAM.App\Controller\SysAdmin\ProfileImageController"; reason: unused.
  • Removed service ".service_locator.rGuCBgs"; reason: unused.
  • Removed service ".service_locator.rGuCBgs.App\Controller\SysAdmin\SysadminChartDefaultsController"; reason: unused.
  • Removed service ".service_locator.WMbI8uu"; reason: unused.
  • Removed service ".service_locator.WMbI8uu.App\Controller\UserStatusController"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.6zQlgQt"; reason: unused.
176
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "SensioLabs\Security\SecurityChecker" to "SensioLabs\Security\Command\SecurityCheckerCommand".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\AddOnsController" to "App\Controller\AddOnsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminAnnouncementController" to "App\Controller\Admin\AdminAnnouncementController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminFacilityController" to "App\Controller\Admin\AdminFacilityController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminLoginController" to "App\Controller\Admin\AdminLoginController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\CamerasController" to "App\Controller\Admin\CamerasController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\CctvSecurityController" to "App\Controller\Admin\CctvSecurityController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\EducationalTools\EducationalMaterialsController" to "App\Controller\Admin\EducationalTools\EducationalMaterialsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\EducationalTools\ForumController" to "App\Controller\Admin\EducationalTools\ForumController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\EducationalTools\LimitAllowanceController" to "App\Controller\Admin\EducationalTools\LimitAllowanceController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\EducationalTools\MaterialReviewController" to "App\Controller\Admin\EducationalTools\MaterialReviewController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\AdminDeviceController" to "App\Controller\Admin\HealthCare\AdminDeviceController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\NursingController" to "App\Controller\Admin\HealthCare\NursingController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\OrderManagementController" to "App\Controller\Admin\HealthCare\OrderManagementController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\AdminOrderController" to "App\Controller\Admin\HealthCare\Patients\AdminOrderController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\AdminTestController" to "App\Controller\Admin\HealthCare\Patients\AdminTestController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController" to "App\Controller\Admin\HealthCare\Patients\AdminTestPatientListController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\AdmissionController" to "App\Controller\Admin\HealthCare\Patients\AdmissionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\DischargeController" to "App\Controller\Admin\HealthCare\Patients\DischargeController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\EmergencyContactsController" to "App\Controller\Admin\HealthCare\Patients\EmergencyContactsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\ExamNoteController" to "App\Controller\Admin\HealthCare\Patients\ExamNoteController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController" to "App\Controller\Admin\HealthCare\Patients\InsuranceAndEmployerController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\NursingNoteController" to "App\Controller\Admin\HealthCare\Patients\NursingNoteController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\OrderSetController" to "App\Controller\Admin\HealthCare\Patients\OrderSetController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\PatientExamChartController" to "App\Controller\Admin\HealthCare\Patients\PatientExamChartController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\PatientExamController" to "App\Controller\Admin\HealthCare\Patients\PatientExamController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\Patients\PatientExamTableController" to "App\Controller\Admin\HealthCare\Patients\PatientExamTableController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\RadiologyController" to "App\Controller\Admin\HealthCare\RadiologyController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\TeamController" to "App\Controller\Admin\HealthCare\TeamController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\HealthCare\TestPortalController" to "App\Controller\Admin\HealthCare\TestPortalController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\OrganizationChartController" to "App\Controller\Admin\OrganizationChartController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\Users\ProfileEditController" to "App\Controller\Admin\Users\ProfileEditController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ChangeLocaleController" to "App\Controller\ChangeLocaleController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController" to "App\Controller\GroupSysAdmin\Communication\GroupSysAdminNotificationsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController" to "App\Controller\GroupSysAdmin\Communication\Mailbox\FolderController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Communication\Mailbox\MailController" to "App\Controller\GroupSysAdmin\Communication\Mailbox\MailController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController" to "App\Controller\GroupSysAdmin\Communication\Mailbox\MailDraftController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController" to "App\Controller\GroupSysAdmin\ComputerPermissions\ComputerUnitAssignmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController" to "App\Controller\GroupSysAdmin\ComputerPermissions\FacilityPermissionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController" to "App\Controller\GroupSysAdmin\ComputerPermissions\UserPermissionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController" to "App\Controller\GroupSysAdmin\EducationalTools\EducationalMaterialsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\EducationalTools\ReviewerController" to "App\Controller\GroupSysAdmin\EducationalTools\ReviewerController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController" to "App\Controller\GroupSysAdmin\EducationalTools\SubjectCategoryController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\DaivCctvController" to "App\Controller\GroupSysAdmin\Facilities\DaivCctvController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\DaivDesktopController" to "App\Controller\GroupSysAdmin\Facilities\DaivDesktopController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController" to "App\Controller\GroupSysAdmin\Facilities\DaivDesktopLocationController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\DaivHandheldController" to "App\Controller\GroupSysAdmin\Facilities\DaivHandheldController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\FacilityController" to "App\Controller\GroupSysAdmin\Facilities\FacilityController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Floors\FloorController" to "App\Controller\GroupSysAdmin\Facilities\Floors\FloorController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController" to "App\Controller\GroupSysAdmin\Facilities\Floors\FloorDepartmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController" to "App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController" to "App\Controller\GroupSysAdmin\Facilities\Floors\FloorLayoutSpaceController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController" to "App\Controller\GroupSysAdmin\Facilities\Floors\FloorPatientBedController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController" to "App\Controller\GroupSysAdmin\Facilities\Floors\FloorSpaceDepartmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController" to "App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController" to "App\Controller\GroupSysAdmin\Facilities\Settings\DepartmentPinController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController" to "App\Controller\GroupSysAdmin\Facilities\ThreeDView\DaivDesktop3dViewController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController" to "App\Controller\GroupSysAdmin\Facilities\ThreeDView\FloorDepartment3dViewController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController" to "App\Controller\GroupSysAdmin\Facilities\ThreeDView\PatientBed3dViewController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController" to "App\Controller\GroupSysAdmin\GroupSysAdminCommPanelController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\GroupSysAdminController" to "App\Controller\GroupSysAdmin\GroupSysAdminController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController" to "App\Controller\GroupSysAdmin\GroupSysAdminOrganizationChartController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\PatientCare\ICDController" to "App\Controller\GroupSysAdmin\PatientCare\ICDController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\PatientCare\NursingManagerController" to "App\Controller\GroupSysAdmin\PatientCare\NursingManagerController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\PatientCare\NursingTeamController" to "App\Controller\GroupSysAdmin\PatientCare\NursingTeamController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\PatientCare\TeamManagementController" to "App\Controller\GroupSysAdmin\PatientCare\TeamManagementController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\PatientCare\TestController" to "App\Controller\GroupSysAdmin\PatientCare\TestController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\System\WebsiteLinkController" to "App\Controller\GroupSysAdmin\System\WebsiteLinkController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Users\AdminListController" to "App\Controller\GroupSysAdmin\Users\AdminListController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Users\FacilityAssignmentController" to "App\Controller\GroupSysAdmin\Users\FacilityAssignmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Users\ProfileEditController" to "App\Controller\GroupSysAdmin\Users\ProfileEditController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Users\UserController" to "App\Controller\GroupSysAdmin\Users\UserController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\GroupSysAdmin\Users\UserLoginController" to "App\Controller\GroupSysAdmin\Users\UserLoginController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\ScratchpadController" to "App\Controller\ScratchpadController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\StaticController" to "App\Controller\StaticController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\AdminAssignmentController" to "App\Controller\SuperAdmin\AdminAssignmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController" to "App\Controller\SuperAdmin\AdxWebsite\ProductItemSpecificationController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\AdxWebsite\ProductOptionController" to "App\Controller\SuperAdmin\AdxWebsite\ProductOptionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount" to "App\Controller\SuperAdmin\Assignment\ActivateSysadminAccount".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\BodyPartController" to "App\Controller\SuperAdmin\BodyPartController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\CountryController" to "App\Controller\SuperAdmin\CountryController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\DepartmentController" to "App\Controller\SuperAdmin\DepartmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\DepartmentPinController" to "App\Controller\SuperAdmin\DepartmentPinController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\Education\SubjectCategoryController" to "App\Controller\SuperAdmin\Education\SubjectCategoryController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\JobTitleController" to "App\Controller\SuperAdmin\JobTitleController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\LanguageController" to "App\Controller\SuperAdmin\LanguageController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\MedicalTypeController" to "App\Controller\SuperAdmin\MedicalTypeController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\OrderController" to "App\Controller\SuperAdmin\OrderController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\PatientChart\TestController" to "App\Controller\SuperAdmin\PatientChart\TestController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\PatientChart\TestReportingController" to "App\Controller\SuperAdmin\PatientChart\TestReportingController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\PinController" to "App\Controller\SuperAdmin\PinController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\CctvAssignmentController" to "App\Controller\SuperAdmin\ServerSet\CctvAssignmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\CctvController" to "App\Controller\SuperAdmin\ServerSet\CctvController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\CompanyController" to "App\Controller\SuperAdmin\ServerSet\CompanyController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController" to "App\Controller\SuperAdmin\ServerSet\ComputerAssignmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController" to "App\Controller\SuperAdmin\ServerSet\DeviceAssignmentController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\DeviceController" to "App\Controller\SuperAdmin\ServerSet\DeviceController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\NotificationsController" to "App\Controller\SuperAdmin\ServerSet\NotificationsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\ServerSet\ServerUsageController" to "App\Controller\SuperAdmin\ServerSet\ServerUsageController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\SuperAdminAddUserController" to "App\Controller\SuperAdmin\SuperAdminAddUserController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\SuperAdminController" to "App\Controller\SuperAdmin\SuperAdminController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\SysAdminPermissionController" to "App\Controller\SuperAdmin\SysAdminPermissionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SuperAdmin\TranslationController" to "App\Controller\SuperAdmin\TranslationController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\AdminPermissionController" to "App\Controller\SysAdmin\AdminPermissionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\AnnouncementController" to "App\Controller\SysAdmin\AnnouncementController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Communication\Mailbox\FolderController" to "App\Controller\SysAdmin\Communication\Mailbox\FolderController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Communication\Mailbox\MailController" to "App\Controller\SysAdmin\Communication\Mailbox\MailController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Communication\Mailbox\MailDraftController" to "App\Controller\SysAdmin\Communication\Mailbox\MailDraftController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Communication\SysAdminNotificationsController" to "App\Controller\SysAdmin\Communication\SysAdminNotificationsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\ComputerStationController" to "App\Controller\SysAdmin\ComputerStationController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Facilities\BedPlacementController" to "App\Controller\SysAdmin\Facilities\BedPlacementController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Facilities\FacilityController" to "App\Controller\SysAdmin\Facilities\FacilityController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Facilities\PatientBedController" to "App\Controller\SysAdmin\Facilities\PatientBedController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Facilities\RoomDesignationController" to "App\Controller\SysAdmin\Facilities\RoomDesignationController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Floors\FloorController" to "App\Controller\SysAdmin\Floors\FloorController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Floors\FloorPlanController" to "App\Controller\SysAdmin\Floors\FloorPlanController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\JobPositionController" to "App\Controller\SysAdmin\JobPositionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\PatientConsentsController" to "App\Controller\SysAdmin\PatientConsentsController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\SecurityController" to "App\Controller\SysAdmin\SecurityController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\SiteController" to "App\Controller\SysAdmin\SiteController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\SysAdminController" to "App\Controller\SysAdmin\SysAdminController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\SysAdminOrderController" to "App\Controller\SysAdmin\SysAdminOrderController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\SysadminDepartmentPinController" to "App\Controller\SysAdmin\SysadminDepartmentPinController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\UserController" to "App\Controller\SysAdmin\UserController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysAdmin\Users\ProfileEditController" to "App\Controller\SysAdmin\Users\ProfileEditController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SysadminController" to "App\Controller\SysadminController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\User\ProductController" to "App\Controller\User\ProductController".
  • Inlined service ".service_locator.vdmMuyE.App\Service\FileServer\Controller\FileServerController" to "App\Service\FileServer\Controller\FileServerController".
  • 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._cmka45" to "fragment.handler".
  • Inlined service ".1_~FRoHMom" to "error_handler.error_renderer.html".
  • Inlined service ".2_~FRoHMom" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • 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 "session.storage.native" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.f1ancQ8" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~TMSh0aJ" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.FPrCKbQ" 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 "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 "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.ip11oAE" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~AAEKK0H".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~AAEKK0H" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~fK.5Rkx" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~fK.5Rkx" to "error_handler.error_renderer.serializer".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.CRHv6Xt" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.bIPnxKS" to "security.access_map".
  • Inlined service ".security.request_matcher.SNTTZAj" to "security.access_map".
  • Inlined service ".security.request_matcher.TdAP0wS" to "security.access_map".
  • Inlined service ".security.request_matcher.L8xeZoU" to "security.access_map".
  • Inlined service ".security.request_matcher.sE_xuEs" to "security.access_map".
  • Inlined service ".security.request_matcher.0GZIBAZ" to "security.access_map".
  • Inlined service ".security.request_matcher.xQnLokA" to "security.access_map".
  • Inlined service ".security.request_matcher.IeV1gbw" to "security.access_map".
  • Inlined service ".security.request_matcher.VudU.7t" to "security.access_map".
  • Inlined service ".security.request_matcher.dRIvpPl" to "security.access_map".
  • Inlined service ".security.request_matcher.tQyONML" to "security.access_map".
  • Inlined service ".security.request_matcher.YYRvFFe" to "security.access_map".
  • Inlined service ".security.request_matcher.onl5aOI" to "security.access_map".
  • Inlined service ".security.request_matcher.gMleSCQ" to "security.access_map".
  • Inlined service ".security.request_matcher.L99Gb1A" to "security.access_map".
  • Inlined service ".security.request_matcher.Rmf0BKS" to "security.access_map".
  • Inlined service ".security.request_matcher..0QBwOn" to "security.access_map".
  • Inlined service ".security.request_matcher.4lFOX_g" to "security.access_map".
  • Inlined service ".security.request_matcher..GPdu.J" to "security.access_map".
  • Inlined service ".security.request_matcher.mvpRiQW" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.super_admin" to "security.logout_listener.super_admin".
  • Inlined service "security.authentication.success_handler.super_admin.form_login" to "security.authentication.listener.form.super_admin".
  • Inlined service "security.authentication.failure_handler.super_admin.form_login" to "security.authentication.listener.form.super_admin".
  • Inlined service "security.authentication.form_entry_point.super_admin" to "security.exception_listener.super_admin".
  • Inlined service "security.exception_listener.super_admin" to "security.firewall.map.context.super_admin".
  • Inlined service "security.logout_listener.super_admin" to "security.firewall.map.context.super_admin".
  • Inlined service "security.firewall.map.config.super_admin" to "security.firewall.map.context.super_admin".
  • Inlined service "security.exception_listener.change_locale" to "security.firewall.map.context.change_locale".
  • Inlined service "security.firewall.map.config.change_locale" to "security.firewall.map.context.change_locale".
  • Inlined service "security.logout.success_handler.sys_admin" to "security.logout_listener.sys_admin".
  • Inlined service "security.authentication.success_handler.sys_admin.form_login" to "security.authentication.listener.form.sys_admin".
  • Inlined service "security.authentication.failure_handler.sys_admin.form_login" to "security.authentication.listener.form.sys_admin".
  • Inlined service "security.authentication.form_entry_point.sys_admin" to "security.exception_listener.sys_admin".
  • Inlined service "security.exception_listener.sys_admin" to "security.firewall.map.context.sys_admin".
  • Inlined service "security.logout_listener.sys_admin" to "security.firewall.map.context.sys_admin".
  • Inlined service "security.firewall.map.config.sys_admin" to "security.firewall.map.context.sys_admin".
  • Inlined service "security.logout.success_handler.grp_sys_admin" to "security.logout_listener.grp_sys_admin".
  • Inlined service "security.authentication.success_handler.grp_sys_admin.form_login" to "security.authentication.listener.form.grp_sys_admin".
  • Inlined service "security.authentication.failure_handler.grp_sys_admin.form_login" to "security.authentication.listener.form.grp_sys_admin".
  • Inlined service "security.authentication.form_entry_point.grp_sys_admin" to "security.exception_listener.grp_sys_admin".
  • Inlined service "security.exception_listener.grp_sys_admin" to "security.firewall.map.context.grp_sys_admin".
  • Inlined service "security.logout_listener.grp_sys_admin" to "security.firewall.map.context.grp_sys_admin".
  • Inlined service "security.firewall.map.config.grp_sys_admin" to "security.firewall.map.context.grp_sys_admin".
  • Inlined service "security.logout.success_handler.admin" to "security.logout_listener.admin".
  • Inlined service "security.authentication.success_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.form_entry_point.admin" to "security.exception_listener.admin".
  • Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.bpvU51K" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.qfDdkUN" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".1_NonceGenerator~YzI96kC" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~YzI96kC" to "twig.extension.webprofiler".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Service\FileServer\Twig\FileServerExtension" to "twig".
  • Inlined service "App\Twig\AddOnsExtension" to "twig".
  • Inlined service "App\Twig\AdmedixExtension" to "twig".
  • Inlined service "App\Twig\Admin\EducationExtension" to "twig".
  • Inlined service "App\Twig\Admin\InterfacePermissionExtension" to "twig".
  • Inlined service "App\Twig\Admin\PatientChartCalendarHistoryExtension" to "twig".
  • Inlined service "App\Twig\Admin\PatientExtension" to "twig".
  • Inlined service "App\Twig\ByteConversionTwigExtension" to "twig".
  • Inlined service "App\Twig\Communication\ChatExtension" to "twig".
  • Inlined service "App\Twig\Communication\CommPanelExtension" to "twig".
  • Inlined service "App\Twig\Communication\MailExtension" to "twig".
  • Inlined service "App\Twig\Communication\NotificationExtension" to "twig".
  • Inlined service "App\Twig\Communication\ToDoListExtension" to "twig".
  • Inlined service "App\Twig\EnvironmentExtension" to "twig".
  • Inlined service "App\Twig\SortByFieldExtension" to "twig".
  • Inlined service "App\Twig\StaticExtension" to "twig".
  • Inlined service "App\Twig\SysAdmin\ActiveUserExtension" to "twig".
  • Inlined service "App\Twig\SysAdmin\ComputerStationExtension" to "twig".
  • Inlined service "App\Twig\SysAdmin\ConsentsExtension" to "twig".
  • Inlined service "App\Twig\SysAdmin\FloorDepartmentExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_bool~LaJiYc8" to "twig.error_renderer.html".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~NVlSlqm" to "var_dumper.contextualized_cli_dumper".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~NVlSlqm" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~NVlSlqm" to "var_dumper.command.server_dump".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.C2Thyvr.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "jms_translation.extractor_manager" to "jms_translation.updater".
  • Inlined service "jms_translation.file_writer" to "jms_translation.updater".
  • Inlined service "jms_translation.dumper.php_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.xlf_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.2" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.3" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.yaml_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.5" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.6" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.7" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.8" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.9" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.wrapped_symfony_dumper.10" to "jms_translation.file_writer".
  • Inlined service "jms_translation.dumper.xliff_dumper" to "jms_translation.file_writer".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.0" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.1" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.1" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.2" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.xliff_loader" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.3" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.4" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.5" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.6" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.7" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.8" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.9" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.loader.wrapped_symfony_loader.10" to "jms_translation.loader_manager".
  • Inlined service "jms_translation.extractor.file_extractor" to "jms_translation.extractor_manager".
  • Inlined service "jms_translation.extractor.file.default_php_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.form_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.translation_container_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.twig_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.validation_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service "jms_translation.extractor.file.authentication_message_extractor" to "jms_translation.extractor.file_extractor".
  • Inlined service ".service_locator.0DpzJRH" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~Tp3MKQa" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.8lp16cP" to ".service_locator.8lp16cP.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB" to ".service_locator.o9nGMXB.twig.template_cache_warmer".
  • Inlined service ".service_locator.C2Thyvr" to ".service_locator.C2Thyvr.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.KfXvYNo" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.8lp16cP.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
  • Inlined service "jms_translation.doc_parser" to "jms_translation.updater".
  • Inlined service "jms_translation.file_source_factory" to "jms_translation.updater".
471
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
  • Tag "multisaveRectangle.service" was defined on service(s) "App\Service\SysAdmin\MultipleSaveRectangle", but was never used.
2