Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
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 ".service_locator.LF.tl.m" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Console\EnvironmentVariables" service.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "Webkul\UVDesk\CoreFrameworkBundle\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "Webkul\UVDesk\CoreFrameworkBundle\Entity\User" should implement it.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
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.
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.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Console\Wizard\DefaultUser" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Console\Wizard\MigrateDatabase" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Controller\ImageCache\ImageManager" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\EventListener\ExceptionSubscriber" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\UrlImageCacheService" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate" service.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Console\Wizard\MigrateDatabase" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\ExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\CoreFrameworkBundle\DependencyInjection\BundleConfiguration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::load()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\MailboxBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\ExtensionFrameworkBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Application\Application" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::load()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate" service.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Console\Wizard\ConfigureHelpdesk" now to avoid errors or add an explicit @return annotation to suppress this message.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "Webkul\UVDesk\SupportCenterBundle\Controller\Customer" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\SupportCenterBundle\Controller\Website" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.gPh6X_L" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.zARbZ0I" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.KmruKSe" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "uvdesk.automations" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\ReportService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" service.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Console\Wizard\DefaultUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Console\EnvironmentVariables" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\SupportCenterBundle\DependencyInjection\SupportCenterExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\MailboxBundle\DependencyInjection\UVDeskExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\MailboxBundle\DependencyInjection\UVDeskExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\ExtensionFrameworkBundle\DependencyInjection\ContainerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\ExtensionFrameworkBundle\DependencyInjection\ContainerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\AutomationBundle\DependencyInjection\UVDeskExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "Webkul\UVDesk\CoreFrameworkBundle\DependencyInjection\CoreFramework" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "Webkul\UVDesk\CoreFrameworkBundle\DependencyInjection\CoreFramework" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.customer" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.customer" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.back_support" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
Populated the TokenStorage with an anonymous Token.
security
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.back_support" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
"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"
(parameters:
[1 => "knowledgebase"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "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"
"params" => [1 => "knowledgebase"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.status AS status_2, t0.brand_color AS brand_color_3, t0.page_background_color AS page_background_color_4, t0.header_background_color AS header_background_color_5, t0.link_color AS link_color_6, t0.article_text_color AS article_text_color_7, t0.ticket_create_option AS ticket_create_option_8, t0.site_description AS site_description_9, t0.meta_description AS meta_description_10, t0.meta_keywords AS meta_keywords_11, t0.homepage_content AS homepage_content_12, t0.white_list AS white_list_13, t0.black_list AS black_list_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.broadcast_message AS broadcast_message_17, t0.disable_customer_login AS disable_customer_login_18, t0.script AS script_19, t0.custom_css AS custom_css_20, t0.is_active AS is_active_21, t0.header_links AS header_links_22, t0.footer_links AS footer_links_23, t0.banner_background_color AS banner_background_color_24, t0.link_hover_color AS link_hover_color_25, t0.login_required_to_create AS login_required_to_create_26, t0.remove_customer_login_button AS remove_customer_login_button_27, t0.remove_branding_content AS remove_branding_content_28, t0.website AS website_29 FROM uv_website_knowledgebase t0 WHERE t0.website = ? AND t0.is_active = ? LIMIT 1"
(parameters:
[1 => 22 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.status AS status_2, t0.brand_color AS brand_color_3, t0.page_background_color AS page_background_color_4, t0.header_background_color AS header_background_color_5, t0.link_color AS link_color_6, t0.article_text_color AS article_text_color_7, t0.ticket_create_option AS ticket_create_option_8, t0.site_description AS site_description_9, t0.meta_description AS meta_description_10, t0.meta_keywords AS meta_keywords_11, t0.homepage_content AS homepage_content_12, t0.white_list AS white_list_13, t0.black_list AS black_list_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.broadcast_message AS broadcast_message_17, t0.disable_customer_login AS disable_customer_login_18, t0.script AS script_19, t0.custom_css AS custom_css_20, t0.is_active AS is_active_21, t0.header_links AS header_links_22, t0.footer_links AS footer_links_23, t0.banner_background_color AS banner_background_color_24, t0.link_hover_color AS link_hover_color_25, t0.login_required_to_create AS login_required_to_create_26, t0.remove_customer_login_button AS remove_customer_login_button_27, t0.remove_branding_content AS remove_branding_content_28, t0.website AS website_29 FROM uv_website_knowledgebase t0 WHERE t0.website = ? AND t0.is_active = ? LIMIT 1"
"params" => [1 => 22 => 1]
"types" => [1 => 12 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.source AS source_2, t0.mailbox_email AS mailbox_email_3, t0.subject AS subject_4, t0.reference_ids AS reference_ids_5, t0.outlook_conversation_id AS outlook_conversation_id_6, t0.is_new AS is_new_7, t0.is_replied AS is_replied_8, t0.is_reply_enabled AS is_reply_enabled_9, t0.is_starred AS is_starred_10, t0.is_trashed AS is_trashed_11, t0.is_agent_viewed AS is_agent_viewed_12, t0.is_customer_viewed AS is_customer_viewed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.status_id AS status_id_16, t0.priority_id AS priority_id_17, t0.type_id AS type_id_18, t0.customer_id AS customer_id_19, t0.agent_id AS agent_id_20, t0.group_id AS group_id_21, t0.subGroup_id AS subGroup_id_22 FROM uv_ticket t0 WHERE t0.reference_ids = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.source AS source_2, t0.mailbox_email AS mailbox_email_3, t0.subject AS subject_4, t0.reference_ids AS reference_ids_5, t0.outlook_conversation_id AS outlook_conversation_id_6, t0.is_new AS is_new_7, t0.is_replied AS is_replied_8, t0.is_reply_enabled AS is_reply_enabled_9, t0.is_starred AS is_starred_10, t0.is_trashed AS is_trashed_11, t0.is_agent_viewed AS is_agent_viewed_12, t0.is_customer_viewed AS is_customer_viewed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.status_id AS status_id_16, t0.priority_id AS priority_id_17, t0.type_id AS type_id_18, t0.customer_id AS customer_id_19, t0.agent_id AS agent_id_20, t0.group_id AS group_id_21, t0.subGroup_id AS subGroup_id_22 FROM uv_ticket t0 WHERE t0.reference_ids = ? LIMIT 1"
"params" => [1 => "<1a2ae19c750b30ffb6643a23085b729168764dd2@mail.de>"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.source AS source_2, t0.message_id AS message_id_3, t0.thread_type AS thread_type_4, t0.created_by AS created_by_5, t0.cc AS cc_6, t0.bcc AS bcc_7, t0.reply_to AS reply_to_8, t0.delivery_status AS delivery_status_9, t0.is_locked AS is_locked_10, t0.is_bookmarked AS is_bookmarked_11, t0.message AS message_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.agent_viewed_at AS agent_viewed_at_15, t0.customer_viewed_at AS customer_viewed_at_16, t0.ticket_id AS ticket_id_17, t0.user_id AS user_id_18 FROM uv_thread t0 WHERE t0.message_id = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.source AS source_2, t0.message_id AS message_id_3, t0.thread_type AS thread_type_4, t0.created_by AS created_by_5, t0.cc AS cc_6, t0.bcc AS bcc_7, t0.reply_to AS reply_to_8, t0.delivery_status AS delivery_status_9, t0.is_locked AS is_locked_10, t0.is_bookmarked AS is_bookmarked_11, t0.message AS message_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.agent_viewed_at AS agent_viewed_at_15, t0.customer_viewed_at AS customer_viewed_at_16, t0.ticket_id AS ticket_id_17, t0.user_id AS user_id_18 FROM uv_thread t0 WHERE t0.message_id = ? LIMIT 1"
"params" => [1 => "<1a2ae19c750b30ffb6643a23085b729168764dd2@mail.de>"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.source AS source_2, t0.mailbox_email AS mailbox_email_3, t0.subject AS subject_4, t0.reference_ids AS reference_ids_5, t0.outlook_conversation_id AS outlook_conversation_id_6, t0.is_new AS is_new_7, t0.is_replied AS is_replied_8, t0.is_reply_enabled AS is_reply_enabled_9, t0.is_starred AS is_starred_10, t0.is_trashed AS is_trashed_11, t0.is_agent_viewed AS is_agent_viewed_12, t0.is_customer_viewed AS is_customer_viewed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.status_id AS status_id_16, t0.priority_id AS priority_id_17, t0.type_id AS type_id_18, t0.customer_id AS customer_id_19, t0.agent_id AS agent_id_20, t0.group_id AS group_id_21, t0.subGroup_id AS subGroup_id_22 FROM uv_ticket t0 WHERE t0.id = ?"
(parameters:
[1 => 274]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.source AS source_2, t0.mailbox_email AS mailbox_email_3, t0.subject AS subject_4, t0.reference_ids AS reference_ids_5, t0.outlook_conversation_id AS outlook_conversation_id_6, t0.is_new AS is_new_7, t0.is_replied AS is_replied_8, t0.is_reply_enabled AS is_reply_enabled_9, t0.is_starred AS is_starred_10, t0.is_trashed AS is_trashed_11, t0.is_agent_viewed AS is_agent_viewed_12, t0.is_customer_viewed AS is_customer_viewed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.status_id AS status_id_16, t0.priority_id AS priority_id_17, t0.type_id AS type_id_18, t0.customer_id AS customer_id_19, t0.agent_id AS agent_id_20, t0.group_id AS group_id_21, t0.subGroup_id AS subGroup_id_22 FROM uv_ticket t0 WHERE t0.id = ?"
"params" => [1 => 274]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3, t0.color_code AS color_code_4, t0.sort_order AS sort_order_5 FROM uv_ticket_status t0 WHERE t0.id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3, t0.color_code AS color_code_4, t0.sort_order AS sort_order_5 FROM uv_ticket_status t0 WHERE t0.id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.source AS source_2, t0.message_id AS message_id_3, t0.thread_type AS thread_type_4, t0.created_by AS created_by_5, t0.cc AS cc_6, t0.bcc AS bcc_7, t0.reply_to AS reply_to_8, t0.delivery_status AS delivery_status_9, t0.is_locked AS is_locked_10, t0.is_bookmarked AS is_bookmarked_11, t0.message AS message_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.agent_viewed_at AS agent_viewed_at_15, t0.customer_viewed_at AS customer_viewed_at_16, t0.ticket_id AS ticket_id_17, t0.user_id AS user_id_18 FROM uv_thread t0 WHERE t0.message_id = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.source AS source_2, t0.message_id AS message_id_3, t0.thread_type AS thread_type_4, t0.created_by AS created_by_5, t0.cc AS cc_6, t0.bcc AS bcc_7, t0.reply_to AS reply_to_8, t0.delivery_status AS delivery_status_9, t0.is_locked AS is_locked_10, t0.is_bookmarked AS is_bookmarked_11, t0.message AS message_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.agent_viewed_at AS agent_viewed_at_15, t0.customer_viewed_at AS customer_viewed_at_16, t0.ticket_id AS ticket_id_17, t0.user_id AS user_id_18 FROM uv_thread t0 WHERE t0.message_id = ? LIMIT 1"
"params" => [1 => "<1a2ae19c750b30ffb6643a23085b729168764dd2@mail.de>"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.source AS source_2, t0.mailbox_email AS mailbox_email_3, t0.subject AS subject_4, t0.reference_ids AS reference_ids_5, t0.outlook_conversation_id AS outlook_conversation_id_6, t0.is_new AS is_new_7, t0.is_replied AS is_replied_8, t0.is_reply_enabled AS is_reply_enabled_9, t0.is_starred AS is_starred_10, t0.is_trashed AS is_trashed_11, t0.is_agent_viewed AS is_agent_viewed_12, t0.is_customer_viewed AS is_customer_viewed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.status_id AS status_id_16, t0.priority_id AS priority_id_17, t0.type_id AS type_id_18, t0.customer_id AS customer_id_19, t0.agent_id AS agent_id_20, t0.group_id AS group_id_21, t0.subGroup_id AS subGroup_id_22 FROM uv_ticket t0 WHERE t0.id = ?"
(parameters:
[1 => 274]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.source AS source_2, t0.mailbox_email AS mailbox_email_3, t0.subject AS subject_4, t0.reference_ids AS reference_ids_5, t0.outlook_conversation_id AS outlook_conversation_id_6, t0.is_new AS is_new_7, t0.is_replied AS is_replied_8, t0.is_reply_enabled AS is_reply_enabled_9, t0.is_starred AS is_starred_10, t0.is_trashed AS is_trashed_11, t0.is_agent_viewed AS is_agent_viewed_12, t0.is_customer_viewed AS is_customer_viewed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.status_id AS status_id_16, t0.priority_id AS priority_id_17, t0.type_id AS type_id_18, t0.customer_id AS customer_id_19, t0.agent_id AS agent_id_20, t0.group_id AS group_id_21, t0.subGroup_id AS subGroup_id_22 FROM uv_ticket t0 WHERE t0.id = ?"
"params" => [1 => 274]
"types" => [1 => 1]
]
deprecation
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
Log messages generated during the compilation of the service container.
Messages
Class
502
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\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigureHelpdesk" (parent: .abstract.instanceof.App\Controller\ConfigureHelpdesk).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigureHelpdesk" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigureHelpdesk).
Resolving inheritance for "App\Controller\ConfigureHelpdesk" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigureHelpdesk).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageCache\ImageCacheController" (parent: .abstract.instanceof.App\Controller\ImageCache\ImageCacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageCache\ImageCacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageCache\ImageCacheController).
Resolving inheritance for "App\Controller\ImageCache\ImageCacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageCache\ImageCacheController).
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 ".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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email).
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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR).
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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies).
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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\EventDispatcher\EventDispatcherInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher" (parent: .instanceof.Symfony\Contracts\EventDispatcher\EventDispatcherInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher).
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\MicrosoftAccountRepository" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAccountRepository).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAppRepository" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAppRepository).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAppRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAppRepository).
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\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\MicrosoftApps" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\MicrosoftApps).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\MicrosoftApps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\HomepageSectionItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\MicrosoftApps).
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\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\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\MicrosoftApps" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\MicrosoftApps).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\MicrosoftApps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\PanelSidebarItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\MicrosoftApps).
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\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\MicrosoftApps" (parent: .abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\MicrosoftApps).
Resolving inheritance for "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\MicrosoftApps" (parent: .instanceof.Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Segments\SearchItemInterface.0.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\MicrosoftApps).
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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR).
Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" (parent: .abstract.instanceof.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR).
Resolving inheritance for "Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application).
Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard" (parent: .abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard).
Resolving inheritance for "Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement).
Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Article" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Article).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Article" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Article).
Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Article" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Category" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Category).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Category" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Category).
Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Category" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR).
Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket).
Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Website" (parent: .abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Website).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Website" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Website).
Resolving inheritance for "Webkul\UVDesk\SupportCenterBundle\Controller\Website" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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 "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 "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.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.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.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.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.listener.default.back_support" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.back_support" (parent: security.logout.listener.session).
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.listener.default.customer" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.customer" (parent: security.logout.listener.session).
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 "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Skipping service "Webkul\UVDesk\CoreFrameworkBundle\Extension\TwigExtension": Class or interface "Webkul\UVDesk\CoreFrameworkBundle\Extension\TwigExtension" cannot be loaded.
216
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "ReCaptcha\RequestMethod"; 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\Transport\AppTransportConfigurationInterface"; reason: private alias.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\IMAP\Transport\DefaultTransportConfigurationInterface"; reason: private alias.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\IMAP\Transport\SimpleTransportConfigurationInterface"; reason: private alias.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\SMTP\Transport\AppTransportConfigurationInterface"; reason: private alias.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\SMTP\Transport\DefaultTransportConfigurationInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "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\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.user_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.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 "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "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 $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.b4sgCQy"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.Mt3.hxm"; reason: private alias.
Removed service ".service_locator.NQ4OO.o"; reason: private alias.
Removed service ".service_locator.Peaz2OL"; reason: private alias.
Removed service ".service_locator.d1_Fd41"; reason: private alias.
Removed service ".service_locator.XWlKxHP"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.PD7p..X"; reason: private alias.
Removed service ".service_locator.LaDDee0"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "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 "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.JBAFp66"; 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.MMSC4Bj"; reason: private alias.
Removed service ".service_locator.j3thc3P"; reason: private alias.
Removed service ".service_locator.6I5vkOu"; reason: private alias.
Removed service ".service_locator.BaVVcHc"; reason: private alias.
Removed service ".service_locator.tLERTIN"; reason: private alias.
Removed service ".service_locator.sC4uSYs"; reason: private alias.
Removed service ".service_locator.jWQ02EE"; reason: private alias.
Removed service ".service_locator.VcxEU_r"; reason: private alias.
Removed service ".service_locator.CzvRhXd"; reason: private alias.
Removed service ".service_locator.x2Wrf61"; reason: private alias.
Removed service ".service_locator.1NPByHT"; reason: private alias.
Removed service ".service_locator.QaNg.Rj"; reason: private alias.
Removed service ".service_locator.Q3FFMv4"; reason: private alias.
Removed service ".service_locator.uECLkP."; reason: private alias.
Removed service ".service_locator.9dD1rY4"; reason: private alias.
Removed service ".service_locator.yTSBQWY"; reason: private alias.
Removed service ".service_locator.xuLkutB"; reason: private alias.
Removed service ".service_locator.NK827YO"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.9YCWxeJ"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
222
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\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\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\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\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\Branding" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.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\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 "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.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.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.manager" 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.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.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" 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 "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 "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 "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.gPh6X_L" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.NiNA.Hn" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService" to "uvdesk.service".
Changed reference of service ".service_locator.0qetQ00" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
Changed reference of service ".service_locator.6SI.I1C" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
Changed reference of service ".service_locator.7XHxxr9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7XHxxr9" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
Changed reference of service ".service_locator.3fKOonS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ZdkFEff" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mzjt3rI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Bl7d9T4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Bl7d9T4" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
Changed reference of service ".service_locator.h2aHbQY" 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.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JrFj8wS" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher" to "uvdesk.core.event_dispatcher".
Changed reference of service ".service_locator.JrFj8wS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "user.provider" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "user.provider" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService" to "recaptcha.service".
Changed reference of service "email.service" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "ticket.service" previously pointing to "Webkul\UVDesk\CoreFrameworkBundle\Services\UserService" to "user.service".
Changed reference of service "ticket.service" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validation.service" previously pointing to "translator.data_collector" to "translator".
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".
Changed reference of service "console.command.public_alias.App\Console\Wizard\DefaultUser" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
475
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "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.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; 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.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; 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\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigureHelpdesk"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigureHelpdesk"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConfigureHelpdesk"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageCache\ImageCacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageCache\ImageCacheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImageCache\ImageCacheController"; 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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\MicrosoftApps"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR"; 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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies"; 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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\EventDispatcher\EventDispatcherInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher"; 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\MicrosoftAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAppRepository"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\Repository\MicrosoftAppRepository"; 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\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\MicrosoftApps"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\MicrosoftApps"; 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\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\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\MicrosoftApps"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\MicrosoftApps"; 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\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\MicrosoftApps"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\MicrosoftApps"; 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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Article"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Category"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket"; reason: abstract.
Removed service ".abstract.instanceof.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Webkul\UVDesk\SupportCenterBundle\Controller\Website"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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.
137
Removed service "ReCaptcha\ReCaptcha"; reason: unused.
Removed service "ReCaptcha\RequestMethod\CurlPost"; reason: unused.
Removed service "ReCaptcha\RequestMethod\Curl"; reason: unused.
Removed service "Webkul\UVDesk\CoreFrameworkBundle\DataProxies\CreateTicketDataClass"; 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\UVDeskCoreFrameworkBundle"; reason: unused.
Removed service "Webkul\UVDesk\CoreFrameworkBundle\Utils\HTMLFilter"; reason: unused.
Removed service "Webkul\UVDesk\CoreFrameworkBundle\Utils\Microsoft\Graph\Me"; 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\Type\Gmail"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\IMAP\Transport\Type\IMAP"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\IMAP\Transport\Type\Outlook"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\IMAP\Transport\Type\OutlookModernAuth"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\IMAP\Transport\Type\Webhook"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\IMAP\Transport\Type\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\MailboxBundle\Utils\SMTP\Transport\Type\Gmail"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\SMTP\Transport\Type\Outlook"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\SMTP\Transport\Type\OutlookModernAuth"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\SMTP\Transport\Type\SMTP"; reason: unused.
Removed service "Webkul\UVDesk\MailboxBundle\Utils\SMTP\Transport\Type\Yahoo"; 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 "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.transports"; reason: unused.
Removed service "mailer.transport_factory"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "mailer.transport_factory.null"; reason: unused.
Removed service "mailer.transport_factory.sendmail"; reason: unused.
Removed service "mailer.transport_factory.smtp"; reason: unused.
Removed service "mailer.transport_factory.native"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~.qo1R_w"; 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 "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.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.user_password_hasher"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.logger.mailer"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.dw8O4oN"; reason: unused.
Removed service ".service_locator.nLgZj7R"; reason: unused.
505
Inlined service ".service_locator.GNc8e5B.App\Controller\BaseController" to "App\Controller\BaseController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ConfigureHelpdesk" to "App\Controller\ConfigureHelpdesk".
Inlined service "App\Service\UrlImageCacheService" to "App\Controller\ImageCache\ImageCacheController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ImageCache\ImageCacheController" to "App\Controller\ImageCache\ImageCacheController".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Account" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Account".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR".
Inlined service "security.authentication_utils" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Email" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Email".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Group" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Group".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftApps".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\MicrosoftAppsXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Report" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Report".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Team" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Team".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR" to "Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR".
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\EmailTemplates" to "Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate".
Inlined service "Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\MicrosoftApps" 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\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\MicrosoftApps" 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\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\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\MicrosoftApps" 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\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.GNc8e5B.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse" to "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR" to "Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow" to "Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR" to "Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application" to "Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard" to "Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel" to "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR" to "Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Announcement" to "Webkul\UVDesk\SupportCenterBundle\Controller\Announcement".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Article" to "Webkul\UVDesk\SupportCenterBundle\Controller\Article".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Branding" to "Webkul\UVDesk\SupportCenterBundle\Controller\Branding".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Category" to "Webkul\UVDesk\SupportCenterBundle\Controller\Category".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Customer" to "Webkul\UVDesk\SupportCenterBundle\Controller\Customer".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Folder" to "Webkul\UVDesk\SupportCenterBundle\Controller\Folder".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR" to "Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Ticket" to "Webkul\UVDesk\SupportCenterBundle\Controller\Ticket".
Inlined service ".service_locator.GNc8e5B.Webkul\UVDesk\SupportCenterBundle\Controller\Website" to "Webkul\UVDesk\SupportCenterBundle\Controller\Website".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader" to "routing.resolver".
Inlined service "Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader" to "routing.resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.X9CzMyE" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.19_mNxd" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "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 "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.GYNkv9O" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.2MholY8" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.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 "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "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 "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.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 "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.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.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 "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.serializer" 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.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
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.7tUqSf1" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service "Webkul\UVDesk\MailboxBundle\EventListener\Mailer" 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 ".service_locator.EyZUPFz.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "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".
1
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "event_dispatcher", ".container.private.validator", but was never used.