http://tickets.spartanit.pro/

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"base_route"
.
[
  "route" => "base_route"
  "route_parameters" => [
    "_route" => "base_route"
    "_controller" => "App\Controller\BaseController::base"
  ]
  "request_uri" => "http://tickets.spartanit.pro/"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 106

Log messages generated by using features marked as deprecated.

Time Channel Message
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.
[
  "exception" => ErrorException {#183
    #message: "User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead."
    #code: 0
    #file: "/var/www/uvdesk/vendor/symfony/web-server-bundle/WebServerBundle.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/uvdesk/vendor/symfony/web-server-bundle/WebServerBundle.php:23 {
        Symfony\Bundle\WebServerBundle\WebServerBundle->boot() …
        › {    @trigger_error('Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.', \E_USER_DEPRECATED);}
      }
      /var/www/uvdesk/vendor/symfony/http-kernel/Kernel.php:140 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        ›     $bundle->setContainer($this->container);    $bundle->boot();}
      }
      /var/www/uvdesk/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /var/www/uvdesk/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
php (3 times) User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
[
  "exception" => ErrorException {#201
    #message: "User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead."
    #code: 0
    #file: "/var/www/uvdesk/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/uvdesk/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/uvdesk/vendor/symfony/http-foundation/RequestStack.php:92 {
        Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
        › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
      /var/www/uvdesk/vendor/symfony/http-kernel/EventListener/SessionListener.php:47 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(GetResponseEvent $event) …
        › && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage&& ($masterRequest = $this->container->get('request_stack')->getMasterRequest())&& $masterRequest->isSecure()
      }
      /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/uvdesk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:134 {
        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/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/uvdesk/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/uvdesk/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/uvdesk/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/uvdesk/vendor/symfony/http-foundation/RequestStack.php:92 {
    Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
    › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
  /var/www/uvdesk/vendor/symfony/http-kernel/EventListener/SessionListener.php:47 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(GetResponseEvent $event) …
    › && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage&& ($masterRequest = $this->container->get('request_stack')->getMasterRequest())&& $masterRequest->isSecure()
  }
  /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/uvdesk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:134 {
    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/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/uvdesk/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/uvdesk/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead.
[
  "exception" => ErrorException {#217
    #message: "User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead."
    #code: 0
    #file: "/var/www/uvdesk/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/uvdesk/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/uvdesk/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
        Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
        › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
      }
      /var/www/uvdesk/var/cache/dev/ContainerZumQt3Y/srcApp_KernelDevDebugContainer.php:7047 {
        ContainerZumQt3Y\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › {    return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /var/www/uvdesk/var/cache/dev/ContainerZumQt3Y/srcApp_KernelDevDebugContainer.php:7180 {
        ContainerZumQt3Y\srcApp_KernelDevDebugContainer->getSecurity_Logout_Handler_CsrfTokenClearingService() …
        › 
        ›     return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));}
      }
      /var/www/uvdesk/var/cache/dev/ContainerZumQt3Y/srcApp_KernelDevDebugContainer.php:7144 {
        ContainerZumQt3Y\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_CustomerService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, 'helpdesk_customer_login'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'helpdesk_customer_logout']);$c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));$c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
      }
      /var/www/uvdesk/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/uvdesk/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/uvdesk/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/uvdesk/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/uvdesk/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/uvdesk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:134 {
        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/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/uvdesk/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/uvdesk/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/uvdesk/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/uvdesk/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
    Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
    › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
  }
  /var/www/uvdesk/var/cache/dev/ContainerZumQt3Y/srcApp_KernelDevDebugContainer.php:7047 {
    ContainerZumQt3Y\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › {    return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /var/www/uvdesk/var/cache/dev/ContainerZumQt3Y/srcApp_KernelDevDebugContainer.php:7180 {
    ContainerZumQt3Y\srcApp_KernelDevDebugContainer->getSecurity_Logout_Handler_CsrfTokenClearingService() …
    › 
    ›     return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));}
  }
  /var/www/uvdesk/var/cache/dev/ContainerZumQt3Y/srcApp_KernelDevDebugContainer.php:7144 {
    ContainerZumQt3Y\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_CustomerService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, 'helpdesk_customer_login'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'helpdesk_customer_logout']);$c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));$c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  }
  /var/www/uvdesk/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/uvdesk/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/uvdesk/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/uvdesk/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/uvdesk/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/uvdesk/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/uvdesk/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/uvdesk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:134 {
    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/uvdesk/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/uvdesk/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/uvdesk/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/web.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/web.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/cache.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/cache.xml" is deprecated.
n/a (18 times) Since symfony/config 5.1: The signature of method "Symfony\Component\Config\Definition\Builder\NodeDefinition::setDeprecated()" requires 3 arguments: "string $package, string $version, string $message", not defining them is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/identity_translator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/identity_translator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/session.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/session.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Alias::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/validator.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/validator.xml" is deprecated.
n/a (2 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Definition::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/routing.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/framework-bundle/Resources/config/routing.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml" is deprecated.
n/a (4 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml" is deprecated.
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 Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/var/www/uvdesk/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml" is deprecated.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Console\EnvironmentVariables" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Console\Wizard\ConfigureHelpdesk" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Console\Wizard\DefaultUser" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Console\Wizard\MigrateDatabase" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventListener\ExceptionSubscriber" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\EventListener\Swiftmailer" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\ReportService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\AutomationBundle\Services\AutomationService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "uvdesk.automations" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\Configurators\Configurator" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\PackageManager" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\MailboxBundle\EventListener\Swiftmailer" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\MailboxBundle\Services\MailboxService" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "uvdesk.mailbox" service.

Debug 42

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
"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.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel::onKernelRequest"
]
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
"Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel::onKernelControllerArguments"
]
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"
]
doctrine SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM uv_support_role t0 WHERE t0.code = ? LIMIT 1
[
  "ROLE_SUPER_ADMIN"
]
doctrine SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM uv_support_role t0 WHERE t0.code = ? LIMIT 1
[
  "ROLE_ADMIN"
]
doctrine SELECT t0.id AS id_1, t0.source AS source_2, t0.skype_id AS skype_id_3, t0.contact_number AS contact_number_4, t0.designation AS designation_5, t0.signature AS signature_6, t0.profile_image_path AS profile_image_path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.is_active AS is_active_10, t0.is_verified AS is_verified_11, t0.is_starred AS is_starred_12, t0.ticket_access_level AS ticket_access_level_13, t0.user_id AS user_id_14, t0.supportRole_id AS supportRole_id_15 FROM uv_user_instance t0 WHERE t0.supportRole_id = ?
[
  1
]
doctrine SELECT t0.id AS id_1, t0.source AS source_2, t0.skype_id AS skype_id_3, t0.contact_number AS contact_number_4, t0.designation AS designation_5, t0.signature AS signature_6, t0.profile_image_path AS profile_image_path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.is_active AS is_active_10, t0.is_verified AS is_verified_11, t0.is_starred AS is_starred_12, t0.ticket_access_level AS ticket_access_level_13, t0.user_id AS user_id_14, t0.supportRole_id AS supportRole_id_15 FROM uv_user_instance t0 WHERE t0.supportRole_id = ?
[
  2
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
[
  "knowledgebase"
]
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
"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\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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\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 1911

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\Console\EnvironmentVariables" (parent: .abstract.instanceof.App\Console\EnvironmentVariables).
  • Resolving inheritance for "App\Console\EnvironmentVariables" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\EnvironmentVariables).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\ConfigureHelpdesk" (parent: .abstract.instanceof.App\Console\Wizard\ConfigureHelpdesk).
  • Resolving inheritance for "App\Console\Wizard\ConfigureHelpdesk" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\ConfigureHelpdesk).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\DefaultUser" (parent: .abstract.instanceof.App\Console\Wizard\DefaultUser).
  • Resolving inheritance for "App\Console\Wizard\DefaultUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\DefaultUser).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\MigrateDatabase" (parent: .abstract.instanceof.App\Console\Wizard\MigrateDatabase).
  • Resolving inheritance for "App\Console\Wizard\MigrateDatabase" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\MigrateDatabase).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" (parent: .abstract.instanceof.App\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController).
  • Resolving inheritance for "App\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\ConfigureHelpdesk" (parent: .abstract.instanceof.App\Controller\ConfigureHelpdesk).
  • Resolving inheritance for "App\Controller\ConfigureHelpdesk" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\ConfigureHelpdesk).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionSubscriber" (parent: .abstract.instanceof.App\EventListener\ExceptionSubscriber).
  • Resolving inheritance for "App\EventListener\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionSubscriber).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.App\Routing\RoutingResource" (parent: .abstract.instanceof.App\Routing\RoutingResource).
  • Resolving inheritance for "App\Routing\RoutingResource" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.App\Routing\RoutingResource).
  • 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._default_package" (parent: assets.path_package).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "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.back_support" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.back_support" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.back_support" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.back_support" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.back_support.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.back_support.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.back_support" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.back_support" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.back_support" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.back_support" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.back_support" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.back_support" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.customer" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.customer" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.customer" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.customer" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.customer.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.customer.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.customer" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.customer" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.customer" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.customer" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.customer" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.customer" (parent: security.firewall.context).
  • Resolving inheritance for "swiftmailer.mailer.internal@spartanit.pro.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.internal@spartanit.pro.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.internal@spartanit.pro.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.internal@spartanit.pro" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.internal@spartanit.pro.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
  • Resolving inheritance for "swiftmailer.mailer.internal@spartanit.pro" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.internal@spartanit.pro.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Group" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Team" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouterInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouterInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies).
  • Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\AutomationBundle\Form\DefaultForm" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Form\DefaultForm).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Form\DefaultForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\AutomationBundle\Form\DefaultForm).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\AutomationBundle\Routing\RoutingResource" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Routing\RoutingResource).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Routing\RoutingResource" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\AutomationBundle\Routing\RoutingResource).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses).
  • Resolving inheritance for "Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouterInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouterInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps).
  • Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\MailboxBundle\Routing\RoutingResource" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\Routing\RoutingResource).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\Routing\RoutingResource" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\MailboxBundle\Routing\RoutingResource).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer" (parent: .abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer).
  • Resolving inheritance for "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Article" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Article).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Article" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Article).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Branding" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Branding).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Branding" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Branding).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Branding" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Branding).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Category" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Category).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Category" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Category).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Customer" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Customer).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Customer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Customer).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Customer" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Customer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Folder" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Folder).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Folder" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Folder).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Folder" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Folder).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Website" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Website).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Website" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Website).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\Ticket" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\Ticket).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Form\Ticket" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\Ticket).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders).
  • Resolving inheritance for ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings).
  • Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings).
  • 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.http_client" (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.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
474
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "Webkul\UVDesk\CoreFrameworkBundle\Extension\TwigExtension": Class or interface "Webkul\UVDesk\CoreFrameworkBundle\Extension\TwigExtension" cannot be loaded.
1
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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\Contracts\HttpClient\HttpClientInterface"; 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 "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 "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "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.back_support"; reason: private alias.
  • Removed service "security.user_checker.back_support"; reason: private alias.
  • Removed service "security.authentication.session_strategy.customer"; reason: private alias.
  • Removed service "security.user_checker.customer"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouterInterface"; reason: private alias.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface"; reason: private alias.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonInterface"; reason: private alias.
  • Removed service "Webkul\UVDesk\MailboxBundle\Utils\Imap\CustomConfigurationInterface"; 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 $httpClientLogger"; 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 $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; 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 "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service ".service_locator.QRyIOjn"; reason: private alias.
  • Removed service ".service_locator.VbsdbAu"; reason: private alias.
  • Removed service ".service_locator.9Jslvhq"; reason: private alias.
  • Removed service ".service_locator.nS8n3x9"; reason: private alias.
  • Removed service ".service_locator.cyUFeh1"; reason: private alias.
  • Removed service ".service_locator.Q3FFMv4"; reason: private alias.
  • Removed service ".service_locator.uECLkP."; reason: private alias.
  • Removed service ".service_locator.dvABJV_"; reason: private alias.
  • Removed service ".service_locator.2_a5sdU"; reason: private alias.
169
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • 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 "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "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 "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 "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" to "user.provider".
  • 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.provider.dao.back_support" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" to "user.provider".
  • Changed reference of service "security.authentication.listener.form.back_support" 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.authentication.provider.dao.customer" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" to "user.provider".
  • Changed reference of service "security.authentication.listener.form.customer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.internal@spartanit.pro.transport.smtp" to "swiftmailer.mailer.internal@spartanit.pro.transport".
  • Changed reference of service "swiftmailer.mailer.internal@spartanit.pro" previously pointing to "swiftmailer.mailer.internal@spartanit.pro.transport.smtp" to "swiftmailer.mailer.internal@spartanit.pro.transport".
  • Changed reference of service "twig" previously pointing to "twig.loader.native_filesystem" to "uvdesk_extension.twig_loader".
  • Changed reference of service "twig" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "twig" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.service".
  • Changed reference of service "twig" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService" to "recaptcha.service".
  • Changed reference of service "twig" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" to "ticket.service".
  • Changed reference of service "twig" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService" to "email.service".
  • Changed reference of service "twig" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager" to "uvdesk.extensibles".
  • Changed reference of service "twig" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" to "uvdesk.core.file_system.service".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.assets" previously pointing to "assets.packages" to "uvdesk_extension.assets_manager".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" to "uvdesk.core.file_system.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService" to "recaptcha.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" to "uvdesk.core.file_system.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Group" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Group" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\ReportService" to "report.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Team" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Team" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" to "ticket.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService" to "email.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" to "ticket.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" to "ticket.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService" to "email.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService" to "custom.field.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" to "ticket.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService" to "email.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate" previously pointing to "router.default" to "router".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate" previously pointing to "router.default" to "router".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" previously pointing to "router.default" to "router".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" previously pointing to "Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener" to "uvdesk.automations.prepared_responses".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" previously pointing to "Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener" to "uvdesk.automations.workflows".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" previously pointing to "Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener" to "uvdesk.automations.workflows".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" to "ticket.service".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\AutomationBundle\Services\AutomationService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "uvdesk.automations" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\MailboxBundle\EventListener\Swiftmailer" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "Webkul\UVDesk\MailboxBundle\Services\MailboxService" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "uvdesk.mailbox" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer" to "swiftmailer.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Article" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Article" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Article" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Article" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Branding" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Branding" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Branding" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" to "uvdesk.core.file_system.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Category" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Category" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Customer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Customer" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Customer" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" to "uvdesk.core.file_system.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Folder" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Folder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Folder" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" to "uvdesk.core.file_system.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" to "ticket.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService" to "custom.field.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService" to "recaptcha.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Website" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "Webkul\UVDesk\SupportCenterBundle\Controller\Website" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.gPh6X_L" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.1ypeunc" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.1qxpWX0" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service "user.provider" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService" to "recaptcha.service".
  • Changed reference of service "ticket.service" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService" to "custom.field.service".
  • Changed reference of service "ticket.service" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "validation.service" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "custom.field.service" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService" to "validation.service".
  • Changed reference of service "custom.field.service" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "custom.field.service" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
  • Changed reference of service "event_dispatcher" previously pointing to "Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener" to "uvdesk.automations.prepared_responses".
  • Changed reference of service "event_dispatcher" previously pointing to "Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener" to "uvdesk.automations.workflows".
217
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 "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 "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.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 "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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\EnvironmentVariables"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Console\EnvironmentVariables"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\ConfigureHelpdesk"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Console\Wizard\ConfigureHelpdesk"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\DefaultUser"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Console\Wizard\DefaultUser"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Wizard\MigrateDatabase"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Console\Wizard\MigrateDatabase"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\ConfigureHelpdesk"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ConfigureHelpdesk"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\ExceptionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.App\Routing\RoutingResource"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Routing\RoutingResource"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouterInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\AutomationBundle\Form\DefaultForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\Form\DefaultForm"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\AutomationBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonInterface.0.Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RouterInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\MailboxBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Article"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Article"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Branding"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Branding"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Branding"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Category"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Category"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Customer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Customer"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Customer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Folder"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Folder"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Folder"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Webkul\UVDesk\SupportCenterBundle\Controller\Website"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Website"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Webkul\UVDesk\SupportCenterBundle\Form\Ticket"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Form\Ticket"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Definition\RoutingResourceInterface.0.Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\NavigationInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders"; reason: abstract.
  • Removed service ".instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings"; reason: abstract.
  • Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings"; reason: abstract.
466
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\kernel"; 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~TwpgMZM"; 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 "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~fFGUVCH"; reason: unused.
  • Removed service ".1_DoctrineProvider~fFGUVCH"; 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 "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~OCHFZqr"; 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 "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; 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 "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 "swiftmailer.transport.failover"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\DataProxies\CreateTicketDataClass"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\EventListener\Swiftmailer"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Extension\TwigExtension"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\EmailTemplatesRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\SavedRepliesRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\SupportGroupRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\SupportPrivilegeRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\SupportTeamRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\ThreadRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\TicketRatingRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\TicketRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Repository\UserRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\Event\ConfigurationRemovedEvent"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\Event\ConfigurationUpdatedEvent"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\UVDeskCoreFrameworkBundle"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Utils\HTMLFilter"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Utils\SwiftMailer\Configuration\Gmail"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Utils\SwiftMailer\Configuration\SMTP"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Utils\SwiftMailer\Configuration\Yahoo"; reason: unused.
  • Removed service "Webkul\UVDesk\CoreFrameworkBundle\Utils\TokenGenerator"; reason: unused.
  • Removed service "Webkul\UVDesk\AutomationBundle\Event\ActivityEvent"; reason: unused.
  • Removed service "Webkul\UVDesk\AutomationBundle\Repository\PreparedResponsesRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\AutomationBundle\Repository\WorkflowEventsRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\AutomationBundle\Repository\WorkflowRepository"; reason: unused.
  • Removed service "Webkul\UVDesk\AutomationBundle\Services\AutomationService"; reason: unused.
  • Removed service "Webkul\UVDesk\AutomationBundle\UVDeskAutomationBundle"; reason: unused.
  • Removed service "Webkul\UVDesk\ExtensionFrameworkBundle\Configurators\Configurator"; reason: unused.
  • Removed service "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Package\PackageMetadata"; reason: unused.
  • Removed service "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\PackageManager"; reason: unused.
  • Removed service "Webkul\UVDesk\ExtensionFrameworkBundle\UVDeskExtensionFrameworkBundle"; reason: unused.
  • Removed service "Webkul\UVDesk\MailboxBundle\UVDeskMailboxBundle"; reason: unused.
  • Removed service "Webkul\UVDesk\MailboxBundle\Utils\Imap\Transport\Custom"; reason: unused.
  • Removed service "Webkul\UVDesk\MailboxBundle\Utils\Imap\Transport\Gmail"; reason: unused.
  • Removed service "Webkul\UVDesk\MailboxBundle\Utils\Imap\Transport\Yahoo"; reason: unused.
  • Removed service "Webkul\UVDesk\MailboxBundle\Utils\Mailbox\Mailbox"; reason: unused.
  • Removed service "Webkul\UVDesk\MailboxBundle\Utils\MailboxConfiguration"; reason: unused.
  • Removed service "Webkul\UVDesk\SupportCenterBundle\Repository\Article"; reason: unused.
  • Removed service "Webkul\UVDesk\SupportCenterBundle\Repository\SolutionCategory"; reason: unused.
  • Removed service "Webkul\UVDesk\SupportCenterBundle\Repository\Solutions"; reason: unused.
  • Removed service "Webkul\UVDesk\SupportCenterBundle\UVDeskSupportCenterBundle"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.aa1PbBb"; reason: unused.
102
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.1qxpWX0.App\Controller\BaseController" to "App\Controller\BaseController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service ".1_~jpnUbQM" to "error_handler.error_renderer.html".
  • Inlined service ".2_~jpnUbQM" 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.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.5QWEYtR" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~56iJKx." 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.rw.STyZ" 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.empty_version_strategy" 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.anofQPJ" to "validator.validator_factory".
  • Inlined service ".service_locator.O24_MAy" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "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.kODoftA" to ".1_LegacyRouteLoaderContainer~hvLK6XU".
  • 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 "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" to "routing.resolver".
  • Inlined service "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader" 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~hvLK6XU" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" 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.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_~zxBp_dI" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~zxBp_dI" to "error_handler.error_renderer.serializer".
  • 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.opL0bT3" 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.5RvnROC" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.compatibility_layer" 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.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates" to "doctrine.fixtures.loader".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite" to "doctrine.fixtures.loader".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • 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.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~I0BvJH8" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~I0BvJH8" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~I0BvJH8" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~I0BvJH8" to "var_dumper.server_connection".
  • 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~I0BvJH8" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~I0BvJH8" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service ".service_locator.7nFBkqQ" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.zymRgZ5" 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.0MuT6vZ" to "security.access_map".
  • Inlined service ".security.request_matcher.0tmGHYx" to "security.access_map".
  • Inlined service ".security.request_matcher..ADSPOW" to "security.access_map".
  • Inlined service ".security.request_matcher.TX0hlff" to "security.access_map".
  • Inlined service ".security.request_matcher.Xr5bh5g" to "security.access_map".
  • Inlined service ".security.request_matcher.1wkQggQ" to "security.access_map".
  • Inlined service ".security.request_matcher.nNuE.Sz" to "security.access_map".
  • Inlined service ".security.request_matcher.Y.F7a8t" to "security.access_map".
  • Inlined service ".security.request_matcher.UWNcV4p" to "security.access_map".
  • Inlined service ".security.request_matcher.7eJpeDW" to "security.access_map".
  • Inlined service ".security.request_matcher.8TPW1Kw" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.logout.success_handler.back_support" to "security.logout_listener.back_support".
  • Inlined service "security.authentication.success_handler.back_support.form_login" to "security.authentication.listener.form.back_support".
  • Inlined service "security.authentication.failure_handler.back_support.form_login" to "security.authentication.listener.form.back_support".
  • Inlined service "security.authentication.form_entry_point.back_support" to "security.exception_listener.back_support".
  • Inlined service "security.exception_listener.back_support" to "security.firewall.map.context.back_support".
  • Inlined service "security.logout_listener.back_support" to "security.firewall.map.context.back_support".
  • Inlined service "security.firewall.map.config.back_support" to "security.firewall.map.context.back_support".
  • Inlined service "security.logout.success_handler.customer" to "security.logout_listener.customer".
  • Inlined service "security.authentication.success_handler.customer.form_login" to "security.authentication.listener.form.customer".
  • Inlined service "security.authentication.failure_handler.customer.form_login" to "security.authentication.listener.form.customer".
  • Inlined service "security.authentication.form_entry_point.customer" to "security.exception_listener.customer".
  • Inlined service "security.exception_listener.customer" to "security.firewall.map.context.customer".
  • Inlined service "security.logout_listener.customer" to "security.firewall.map.context.customer".
  • Inlined service "security.firewall.map.config.customer" to "security.firewall.map.context.customer".
  • Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~qBMB4AV" to "swiftmailer.mailer.internal@spartanit.pro.transport.authhandler".
  • Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~qBMB4AV" to "swiftmailer.mailer.internal@spartanit.pro.transport.authhandler".
  • Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~qBMB4AV" to "swiftmailer.mailer.internal@spartanit.pro.transport.authhandler".
  • Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~qBMB4AV" to "swiftmailer.mailer.internal@spartanit.pro.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.internal@spartanit.pro.transport.buffer".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.dump" 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 "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "twig.extension.webprofiler" 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.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.L1OAKmd" to "twig.runtime_loader".
  • Inlined service ".1_bool~5COaVY1" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service ".1_NonceGenerator~R7HPu5_" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~R7HPu5_" to "twig.extension.webprofiler".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Group".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Team".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate".
  • Inlined service "App\Routing\RoutingResource" to "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource" to "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader".
  • Inlined service "Webkul\UVDesk\AutomationBundle\Routing\RoutingResource" to "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader".
  • Inlined service "Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource" to "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader".
  • Inlined service "Webkul\UVDesk\MailboxBundle\Routing\RoutingResource" to "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader".
  • Inlined service "Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource" to "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies" to "Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection".
  • Inlined service "Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses" to "Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse" to "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" to "Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" to "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR" to "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\SupportCenterBundle\Controller\Branding" to "Webkul\UVDesk\SupportCenterBundle\Controller\Branding".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\SupportCenterBundle\Controller\Customer" to "Webkul\UVDesk\SupportCenterBundle\Controller\Customer".
  • Inlined service ".service_locator.1qxpWX0.Webkul\UVDesk\SupportCenterBundle\Controller\Folder" to "Webkul\UVDesk\SupportCenterBundle\Controller\Folder".
  • 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 ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" to "debug.security.voter.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.EyZUPFz" to ".service_locator.EyZUPFz.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.gnYCPCn" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.EyZUPFz.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.internal@spartanit.pro.transport.buffer" to "swiftmailer.mailer.internal@spartanit.pro.transport".
  • Inlined service "swiftmailer.mailer.internal@spartanit.pro.transport.authhandler" to "swiftmailer.mailer.internal@spartanit.pro.transport".
  • Inlined service "swiftmailer.mailer.internal@spartanit.pro.transport.eventdispatcher" to "swiftmailer.mailer.internal@spartanit.pro.transport".
  • Inlined service "swiftmailer.transport.configurator.internal@spartanit.pro" to "swiftmailer.mailer.internal@spartanit.pro.transport".
  • Inlined service "Webkul\UVDesk\MailboxBundle\EventListener\Swiftmailer" to "uvdesk.core.event_dispatcher".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate" to "uvdesk.extensibles".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard" to "uvdesk.extensibles".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate" to "uvdesk.extensibles".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection" to "uvdesk.extensibles".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Create" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Delete" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\ForgotPassword" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Update" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Create" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Delete" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\ForgotPassword" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Update" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Agent" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\AgentReply" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Collaborator" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CollaboratorReply" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Create" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CustomerReply" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Delete" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Group" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Note" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Priority" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Status" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Team" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\ThreadUpdate" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Type" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\UserForgotPassword" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\MailAgent" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\TransferTickets" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Customer\MailCustomer" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\MailUser" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\AddNote" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailAgent" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailCustomer" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailGroup" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailLastCollaborator" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailTeam" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MarkSpam" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateAgent" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateGroup" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateLabel" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdatePriority" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateStatus" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTag" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTeam" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateType" to "uvdesk.automations.workflows".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\MailAgent" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\TransferTickets" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Customer\MailCustomer" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\AddNote" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\Delete" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailAgent" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailCustomer" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailGroup" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailLastCollaborator" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailTeam" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MarkSpam" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateAgent" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateGroup" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdatePriority" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateStatus" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTag" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTeam" to "uvdesk.automations.prepared_responses".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateType" to "uvdesk.automations.prepared_responses".
  • Inlined service "assets._default_package" to "uvdesk_extension.assets_manager".
  • 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 "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" to "uvdesk.extensibles".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate" to "uvdesk.extensibles".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate" to "uvdesk.extensibles".
  • Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" to "uvdesk.extensibles".
481
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1