var/cache/dev/ContainerShUtK3x/srcApp_KernelDevDebugContainer.php line 765

Open in your IDE?
  1. <?php
  2. namespace ContainerShUtK3x;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 5; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  40.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  41.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'custom.field.service' => 'getCustom_Field_ServiceService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'email.service' => 'getEmail_ServiceService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'profiler' => 'getProfilerService',
  52.             'recaptcha.service' => 'getRecaptcha_ServiceService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  56.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57.             'security.token_storage' => 'getSecurity_TokenStorageService',
  58.             'session' => 'getSessionService',
  59.             'ticket.service' => 'getTicket_ServiceService',
  60.             'translator' => 'getTranslatorService',
  61.             'twig' => 'getTwigService',
  62.             'user.service' => 'getUser_ServiceService',
  63.             'uvdesk.automations' => 'getUvdesk_AutomationsService',
  64.             'uvdesk.core.file_system.service' => 'getUvdesk_Core_FileSystem_ServiceService',
  65.             'uvdesk.extensibles' => 'getUvdesk_ExtensiblesService',
  66.             'uvdesk.service' => 'getUvdesk_ServiceService',
  67.             'uvdesk_extension.assets_manager' => 'getUvdeskExtension_AssetsManagerService',
  68.             'uvdesk_extension.twig_loader' => 'getUvdeskExtension_TwigLoaderService',
  69.             'validation.service' => 'getValidation_ServiceService',
  70.             'validator' => 'getValidatorService',
  71.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  72.         ];
  73.         $this->fileMap = [
  74.             'App\\Controller\\BaseController' => 'getBaseControllerService.php',
  75.             'App\\Controller\\ConfigureHelpdesk' => 'getConfigureHelpdeskService.php',
  76.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  77.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  78.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponse' => 'getPreparedResponseService.php',
  79.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponseXHR' => 'getPreparedResponseXHRService.php',
  80.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\Workflow' => 'getWorkflowService.php',
  81.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\WorkflowXHR' => 'getWorkflowXHRService.php',
  82.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Account' => 'getAccountService.php',
  83.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\AccountXHR' => 'getAccountXHRService.php',
  84.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication' => 'getAuthenticationService.php',
  85.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Customer' => 'getCustomerService.php',
  86.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\CustomerXHR' => 'getCustomerXHRService.php',
  87.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Email' => 'getEmailService.php',
  88.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettings' => 'getEmailSettingsService.php',
  89.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettingsXHR' => 'getEmailSettingsXHRService.php',
  90.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Group' => 'getGroupService.php',
  91.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\GroupXHR' => 'getGroupXHRService.php',
  92.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Privilege' => 'getPrivilegeService.php',
  93.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\PrivilegeXHR' => 'getPrivilegeXHRService.php',
  94.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Report' => 'getReportService.php',
  95.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SavedReplies' => 'getSavedRepliesService.php',
  96.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailer' => 'getSwiftMailerService.php',
  97.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailerXHR' => 'getSwiftMailerXHRService.php',
  98.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Team' => 'getTeamService.php',
  99.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR' => 'getTeamXHRService.php',
  100.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Theme' => 'getThemeService.php',
  101.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Thread' => 'getThreadService.php',
  102.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\ThreadXHR' => 'getThreadXHRService.php',
  103.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket' => 'getTicketService.php',
  104.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TicketXHR' => 'getTicketXHRService.php',
  105.             'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost' => 'getLocalhostService.php',
  106.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application' => 'getApplicationService.php',
  107.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard' => 'getDashboardService.php',
  108.             'Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannel' => 'getMailboxChannelService.php',
  109.             'Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR' => 'getMailboxChannelXHRService.php',
  110.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Announcement' => 'getAnnouncementService.php',
  111.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Article' => 'getArticleService.php',
  112.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Branding' => 'getBrandingService.php',
  113.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Category' => 'getCategoryService.php',
  114.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Customer' => 'getCustomer2Service.php',
  115.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Folder' => 'getFolderService.php',
  116.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\KnowledgebaseXHR' => 'getKnowledgebaseXHRService.php',
  117.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Ticket' => 'getTicket2Service.php',
  118.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Website' => 'getWebsiteService.php',
  119.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  120.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  121.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  122.             'cache_clearer' => 'getCacheClearerService.php',
  123.             'cache_warmer' => 'getCacheWarmerService.php',
  124.             'console.command.public_alias.App\\Console\\EnvironmentVariables' => 'getEnvironmentVariablesService.php',
  125.             'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk' => 'getConfigureHelpdesk2Service.php',
  126.             'console.command.public_alias.App\\Console\\Wizard\\DefaultUser' => 'getDefaultUserService.php',
  127.             'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase' => 'getMigrateDatabaseService.php',
  128.             'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject' => 'getBootstrappingProjectService.php',
  129.             'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions' => 'getBuildExtensionsService.php',
  130.             'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand' => 'getRefreshMailboxCommandService.php',
  131.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  132.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  133.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  134.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  135.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  136.             'filesystem' => 'getFilesystemService.php',
  137.             'form.factory' => 'getForm_FactoryService.php',
  138.             'form.type.file' => 'getForm_Type_FileService.php',
  139.             'knp_paginator' => 'getKnpPaginatorService.php',
  140.             'report.service' => 'getReport_ServiceService.php',
  141.             'routing.loader' => 'getRouting_LoaderService.php',
  142.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  143.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  144.             'serializer' => 'getSerializerService.php',
  145.             'services_resetter' => 'getServicesResetterService.php',
  146.             'swiftmailer.mailer.debdevuser1@gmail.com' => 'getSwiftmailer_Mailer_Debdevuser1gmail_ComService.php',
  147.             'swiftmailer.mailer.debdevuser1@gmail.com.plugin.messagelogger' => 'getSwiftmailer_Mailer_Debdevuser1gmail_Com_Plugin_MessageloggerService.php',
  148.             'swiftmailer.mailer.debdevuser1@gmail.com.transport' => 'getSwiftmailer_Mailer_Debdevuser1gmail_Com_TransportService.php',
  149.             'swiftmailer.service' => 'getSwiftmailer_ServiceService.php',
  150.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  151.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  152.             'user.provider' => 'getUser_ProviderService.php',
  153.             'uvdesk.automations.prepared_responses' => 'getUvdesk_Automations_PreparedResponsesService.php',
  154.             'uvdesk.automations.workflows' => 'getUvdesk_Automations_WorkflowsService.php',
  155.             'uvdesk.core.event_dispatcher' => 'getUvdesk_Core_EventDispatcherService.php',
  156.             'uvdesk.mailbox' => 'getUvdesk_MailboxService.php',
  157.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  158.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  159.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  160.         ];
  161.         $this->aliases = [
  162.             'database_connection' => 'doctrine.dbal.default_connection',
  163.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  164.             'mailer' => 'swiftmailer.mailer.debdevuser1@gmail.com',
  165.             'swiftmailer.transport' => 'swiftmailer.mailer.debdevuser1@gmail.com.transport',
  166.         ];
  167.         $this->privates['service_container'] = function () {
  168.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  169.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  174.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  192.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  193.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  198.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  204.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  205.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Session.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  240.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  243.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  245.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  246.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  247.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  248.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  249.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  250.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  253.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  254.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  255.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  260.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  261.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  262.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  272.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  273.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  274.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  276.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  277.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  278.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  279.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  280.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  282.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  283.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  284.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  286.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  287.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  288.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  289.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  290.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  291.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  292.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  293.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  294.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  296.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  297.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  298.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  299.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  300.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  301.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  302.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  303.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  304.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  305.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  306.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  307.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  308.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  309.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  310.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  311.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  312.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  313.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  314.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  315.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  316.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  317.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  318.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  319.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  320.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  321.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  322.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  323.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  324.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  325.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  326.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  327.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  328.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  329.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  330.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DoctrineProvider.php';
  332.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  333.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  334.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  335.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  336.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  337.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  338.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  339.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  340.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  341.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  342.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  343.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  344.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  345.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  346.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  347.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  348.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  349.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  350.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  351.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  352.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  353.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  354.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  355.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  356.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  357.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  358.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  359.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  360.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  361.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  364.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  365.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  366.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  367.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  368.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  369.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  370.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  372.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  373.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  374.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  375.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  376.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  377.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  378.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  379.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  380.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  381.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  382.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Framework/ExtendableComponentInterface.php';
  383.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/DashboardTemplate.php';
  384.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Tickets/QuickActionButtonCollection.php';
  385.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Tickets/QuickActionButtonInterface.php';
  386.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Ticket/QuickActionButtons/SavedReplies.php';
  387.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/UIComponents/Ticket/QuickActionButtons/PreparedResponses.php';
  388.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/Services/AutomationService.php';
  389.             include_once $this->targetDirs[3].'/vendor/uvdesk/extension-framework/Definition/MappingResource.php';
  390.             include_once $this->targetDirs[3].'/vendor/uvdesk/extension-framework/EventListener/Kernel.php';
  391.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  392.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  393.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  396.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  397.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  405.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  412.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  413.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  414.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  415.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Extension/TwigExtension.php';
  416.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  417.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  418.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  420.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  421.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  422.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  423.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  424.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  425.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  426.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  427.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  428.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  429.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  430.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  431.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  432.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  433.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  434.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  435.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  436.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  437.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  438.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  439.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  440.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  441.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  442.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  443.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  444.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  445.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  446.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  447.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  448.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  449.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  450.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  451.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  452.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  453.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  454.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  455.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  456.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/UVDeskService.php';
  457.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/UserService.php';
  458.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/EmailService.php';
  459.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/TicketService.php';
  460.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/FileSystem/FileUploadServiceInterface.php';
  461.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/FileSystem/UploadManagers/Localhost.php';
  462.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/FileUploadService.php';
  463.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/ReCaptchaService.php';
  464.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/ValidationService.php';
  465.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Services/CustomFieldsService.php';
  466.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/FileSystem/FileSystem.php';
  467.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Framework/ExtendableComponentManager.php';
  468.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/AsideTemplate.php';
  469.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/PanelSidebarInterface.php';
  470.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Account.php';
  471.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Apps.php';
  472.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Branding.php';
  473.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Productivity.php';
  474.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Reports.php';
  475.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Settings.php';
  476.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Users.php';
  477.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Sidebars/Knowledgebase.php';
  478.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/PanelSidebarItemInterface.php';
  479.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Account/Profile.php';
  480.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/SavedReplies.php';
  481.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/Tags.php';
  482.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/TicketTypes.php';
  483.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Reports/AgentActivity.php';
  484.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/Branding.php';
  485.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailSettings.php';
  486.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailTemplates.php';
  487.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/SwiftMailer.php';
  488.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Themes/Helpdesk.php';
  489.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Agents.php';
  490.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Customers.php';
  491.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Groups.php';
  492.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Privileges.php';
  493.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Teams.php';
  494.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/PreparedResponses.php';
  495.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/Workflows.php';
  496.             include_once $this->targetDirs[3].'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Panel/Items/Settings/Mailboxes.php';
  497.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Announcement.php';
  498.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Articles.php';
  499.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Categories.php';
  500.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Folders.php';
  501.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Settings/BlockSpam.php';
  502.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Themes/SupportCenter.php';
  503.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Dashboard.php';
  504.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/NavigationTemplate.php';
  505.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/HomepageTemplate.php';
  506.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/NavigationInterface.php';
  507.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Home.php';
  508.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Reports.php';
  509.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Ticket.php';
  510.             include_once $this->targetDirs[3].'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Navigation/Apps.php';
  511.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Navigation/Knowledgebase.php';
  512.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionInterface.php';
  513.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSection.php';
  514.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Productivity.php';
  515.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Reports.php';
  516.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Settings.php';
  517.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Users.php';
  518.             include_once $this->targetDirs[3].'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Sections/Apps.php';
  519.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Sections/Knowledgebase.php';
  520.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItemInterface.php';
  521.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItem.php';
  522.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/AgentActivity.php';
  523.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Agents.php';
  524.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Branding.php';
  525.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Customers.php';
  526.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailSettings.php';
  527.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailTemplates.php';
  528.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Groups.php';
  529.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Privileges.php';
  530.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SavedReplies.php';
  531.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SwiftMailer.php';
  532.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Tags.php';
  533.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Teams.php';
  534.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/TicketTypes.php';
  535.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/PreparedResponses.php';
  536.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/Workflows.php';
  537.             include_once $this->targetDirs[3].'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Items/ExploreApps.php';
  538.             include_once $this->targetDirs[3].'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Homepage/Items/Mailbox.php';
  539.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Announcement.php';
  540.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Articles.php';
  541.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Categories.php';
  542.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Folders.php';
  543.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/SpamSettings.php';
  544.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/SearchTemplate.php';
  545.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Dashboard/Segments/SearchItemInterface.php';
  546.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/AgentActivity.php';
  547.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Agents.php';
  548.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Apps.php';
  549.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Branding.php';
  550.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailSettings.php';
  551.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailTemplates.php';
  552.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Groups.php';
  553.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Privileges.php';
  554.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/SavedReplies.php';
  555.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Tags.php';
  556.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Teams.php';
  557.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/TicketTypes.php';
  558.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Tickets.php';
  559.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Search/PreparedResponses.php';
  560.             include_once $this->targetDirs[3].'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Search/Workflows.php';
  561.             include_once $this->targetDirs[3].'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Search/Apps.php';
  562.             include_once $this->targetDirs[3].'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Search/Mailbox.php';
  563.             include_once $this->targetDirs[3].'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Search/SwiftMailer.php';
  564.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Announcement.php';
  565.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Articles.php';
  566.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Categories.php';
  567.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Customers.php';
  568.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Folders.php';
  569.             include_once $this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/SpamSettings.php';
  570.             include_once $this->targetDirs[3].'/vendor/uvdesk/core-framework/Tickets/WidgetCollection.php';
  571.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  572.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  573.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  574.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  575.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  576.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  577.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  578.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  579.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  580.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  581.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  582.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  583.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  584.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  585.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  586.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  587.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  588.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  589.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  590.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  591.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  592.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  593.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  594.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  595.         };
  596.     }
  597.     public function compile()
  598.     {
  599.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  600.     }
  601.     public function isCompiled()
  602.     {
  603.         return true;
  604.     }
  605.     public function getRemovedIds()
  606.     {
  607.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  608.     }
  609.     protected function load($file$lazyLoad true)
  610.     {
  611.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  612.     }
  613.     protected function createProxy($class, \Closure $factory)
  614.     {
  615.         class_exists($classfalse) || $this->load("{$class}.php");
  616.         return $factory();
  617.     }
  618.     /**
  619.      * Gets the public 'cache.app' shared service.
  620.      *
  621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  622.      */
  623.     protected function getCache_AppService()
  624.     {
  625.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('p01iSb6LyF'0, ($this->targetDirs[0].'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  626.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  627.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  628.     }
  629.     /**
  630.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  631.      *
  632.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  633.      */
  634.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  635.     {
  636.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  637.     }
  638.     /**
  639.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  640.      *
  641.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  642.      */
  643.     protected function getCache_Doctrine_Orm_Default_QueryService()
  644.     {
  645.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  646.     }
  647.     /**
  648.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  649.      *
  650.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  651.      */
  652.     protected function getCache_Doctrine_Orm_Default_ResultService()
  653.     {
  654.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  655.     }
  656.     /**
  657.      * Gets the public 'cache.system' shared service.
  658.      *
  659.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  660.      */
  661.     protected function getCache_SystemService()
  662.     {
  663.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4OrIw2XtqS'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  664.     }
  665.     /**
  666.      * Gets the public 'custom.field.service' shared autowired service.
  667.      *
  668.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService
  669.      */
  670.     protected function getCustom_Field_ServiceService()
  671.     {
  672.         $a = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  673.         if (isset($this->services['custom.field.service'])) {
  674.             return $this->services['custom.field.service'];
  675.         }
  676.         return $this->services['custom.field.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['validation.service'] ?? $this->getValidation_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  677.     }
  678.     /**
  679.      * Gets the public 'data_collector.dump' shared service.
  680.      *
  681.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  682.      */
  683.     protected function getDataCollector_DumpService()
  684.     {
  685.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  686.     }
  687.     /**
  688.      * Gets the public 'doctrine' shared service.
  689.      *
  690.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  691.      */
  692.     protected function getDoctrineService()
  693.     {
  694.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  695.     }
  696.     /**
  697.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  698.      *
  699.      * @return \Doctrine\DBAL\Connection
  700.      */
  701.     protected function getDoctrine_Dbal_DefaultConnectionService()
  702.     {
  703.         $a = new \Doctrine\DBAL\Configuration();
  704.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  705.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  706.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  707.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  708.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  709.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  710.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  711.         $a->setSQLLogger($b);
  712.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  713.             'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle''getLifecycleService.php'true],
  714.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  715.         ], [
  716.             'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => '?',
  717.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  718.         ]));
  719.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  720.         $d->addEventListener([=> 'prePersist'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  721.         $d->addEventListener([=> 'preUpdate'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  722.         $d->addEventListener([=> 'postLoad'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  723.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  724.     }
  725.     /**
  726.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  727.      *
  728.      * @return \Doctrine\ORM\EntityManager
  729.      */
  730.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  731.     {
  732.         if ($lazyLoad) {
  733.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  734.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  735.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  736.                     $proxy->setProxyInitializer(null);
  737.                     return true;
  738.                 });
  739.             });
  740.         }
  741.         $a = new \Doctrine\ORM\Configuration();
  742.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  743.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity'), => ($this->targetDirs[3].'/vendor/uvdesk/core-framework/Entity'), => ($this->targetDirs[3].'/vendor/uvdesk/automation-bundle/Entity'), => ($this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/Entity')]);
  744.         $b->addDriver($c'App\\Entity');
  745.         $b->addDriver($c'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity');
  746.         $b->addDriver($c'Webkul\\UVDesk\\AutomationBundle\\Entity');
  747.         $b->addDriver($c'Webkul\\UVDesk\\SupportCenterBundle\\Entity');
  748.         $a->setEntityNamespaces(['App' => 'App\\Entity''UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity''UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\Entity''UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\Entity']);
  749.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  750.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  751.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  752.         $a->setMetadataDriverImpl($b);
  753.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  754.         $a->setProxyNamespace('Proxies');
  755.         $a->setAutoGenerateProxyClasses(true);
  756.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  757.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  758.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  759.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  760.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  761.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  762.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository''getAgentActivityRepositoryService.php'true],
  763.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository''getRecaptchaRepositoryService.php'true],
  764.             'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository''getAnnouncementRepositoryService.php'true],
  765.         ], [
  766.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => '?',
  767.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => '?',
  768.             'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => '?',
  769.         ])));
  770.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  771.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  772.         return $instance;
  773.     }
  774.     /**
  775.      * Gets the public 'email.service' shared autowired service.
  776.      *
  777.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService
  778.      */
  779.     protected function getEmail_ServiceService()
  780.     {
  781.         return $this->services['email.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  782.     }
  783.     /**
  784.      * Gets the public 'event_dispatcher' shared service.
  785.      *
  786.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  787.      */
  788.     protected function getEventDispatcherService()
  789.     {
  790.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  791.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  792.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  793.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  794.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  795.         $instance->addListener('kernel.controller', [=> function () {
  796.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  797.         }, => 'onKernelController'], 0);
  798.         $instance->addListener('kernel.request', [=> function () {
  799.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  800.         }, => 'onKernelRequest'], 0);
  801.         $instance->addListener('console.command', [=> function () {
  802.             return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->load('getConsoleService.php'));
  803.         }, => 'onConsoleCommand'], 0);
  804.         $instance->addListener('console.terminate', [=> function () {
  805.             return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->load('getConsoleService.php'));
  806.         }, => 'onConsoleTerminate'], 0);
  807.         $instance->addListener('uvdesk.automation.prepared_response.execute', [=> function () {
  808.             return ($this->services['uvdesk.automations.prepared_responses'] ?? $this->load('getUvdesk_Automations_PreparedResponsesService.php'));
  809.         }, => 'executePreparedResponse'], 0);
  810.         $instance->addListener('uvdesk.automation.workflow.execute', [=> function () {
  811.             return ($this->services['uvdesk.automations.workflows'] ?? $this->load('getUvdesk_Automations_WorkflowsService.php'));
  812.         }, => 'executeWorkflow'], 0);
  813.         $instance->addListener('console.command', [=> function () {
  814.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->load('getConsole2Service.php'));
  815.         }, => 'onConsoleCommand'], 0);
  816.         $instance->addListener('console.terminate', [=> function () {
  817.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->load('getConsole2Service.php'));
  818.         }, => 'onConsoleTerminate'], 0);
  819.         $instance->addListener('kernel.request', [=> function () {
  820.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  821.         }, => 'onKernelRequest'], 0);
  822.         $instance->addListener('kernel.controller_arguments', [=> function () {
  823.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  824.         }, => 'onKernelControllerarguments'], 0);
  825.         $instance->addListener('kernel.exception', [=> function () {
  826.             return ($this->privates['App\\EventListener\\ExceptionSubscriber'] ?? $this->load('getExceptionSubscriberService.php'));
  827.         }, => 'onKernelException'], 10);
  828.         $instance->addListener('kernel.response', [=> function () {
  829.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  830.         }, => 'onKernelResponse'], 0);
  831.         $instance->addListener('kernel.response', [=> function () {
  832.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  833.         }, => 'onKernelResponse'], -1024);
  834.         $instance->addListener('kernel.request', [=> function () {
  835.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  836.         }, => 'setDefaultLocale'], 100);
  837.         $instance->addListener('kernel.request', [=> function () {
  838.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  839.         }, => 'onKernelRequest'], 16);
  840.         $instance->addListener('kernel.finish_request', [=> function () {
  841.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  842.         }, => 'onKernelFinishRequest'], 0);
  843.         $instance->addListener('kernel.request', [=> function () {
  844.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  845.         }, => 'onKernelRequest'], 256);
  846.         $instance->addListener('kernel.request', [=> function () {
  847.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  848.         }, => 'onKernelRequest'], 24);
  849.         $instance->addListener('kernel.response', [=> function () {
  850.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  851.         }, => 'onResponse'], -255);
  852.         $instance->addListener('kernel.request', [=> function () {
  853.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  854.         }, => 'onKernelRequest'], 15);
  855.         $instance->addListener('kernel.finish_request', [=> function () {
  856.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  857.         }, => 'onKernelFinishRequest'], -15);
  858.         $instance->addListener('console.error', [=> function () {
  859.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  860.         }, => 'onConsoleError'], -128);
  861.         $instance->addListener('console.terminate', [=> function () {
  862.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  863.         }, => 'onConsoleTerminate'], -128);
  864.         $instance->addListener('console.error', [=> function () {
  865.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  866.         }, => 'onConsoleError'], 0);
  867.         $instance->addListener('kernel.request', [=> function () {
  868.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  869.         }, => 'onKernelRequest'], 128);
  870.         $instance->addListener('kernel.response', [=> function () {
  871.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  872.         }, => 'onKernelResponse'], -1000);
  873.         $instance->addListener('kernel.finish_request', [=> function () {
  874.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  875.         }, => 'onFinishRequest'], 0);
  876.         $instance->addListener('kernel.response', [=> function () {
  877.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  878.         }, => 'onKernelResponse'], -100);
  879.         $instance->addListener('kernel.exception', [=> function () {
  880.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  881.         }, => 'onKernelException'], 0);
  882.         $instance->addListener('kernel.terminate', [=> function () {
  883.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  884.         }, => 'onKernelTerminate'], -1024);
  885.         $instance->addListener('kernel.controller', [=> function () {
  886.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  887.         }, => 'onKernelController'], 0);
  888.         $instance->addListener('kernel.response', [=> function () {
  889.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  890.         }, => 'onKernelResponse'], 0);
  891.         $instance->addListener('kernel.request', [=> function () {
  892.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  893.         }, => 'configure'], 2048);
  894.         $instance->addListener('kernel.exception', [=> function () {
  895.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  896.         }, => 'onKernelException'], -2048);
  897.         $instance->addListener('kernel.request', [=> function () {
  898.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  899.         }, => 'onKernelRequest'], 32);
  900.         $instance->addListener('kernel.finish_request', [=> function () {
  901.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  902.         }, => 'onKernelFinishRequest'], 0);
  903.         $instance->addListener('kernel.exception', [=> function () {
  904.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  905.         }, => 'onKernelException'], -64);
  906.         $instance->addListener('kernel.response', [=> function () {
  907.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  908.         }, => 'onKernelResponse'], 0);
  909.         $instance->addListener('kernel.controller', [=> function () {
  910.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  911.         }, => 'onKernelController'], 0);
  912.         $instance->addListener('kernel.controller', [=> function () {
  913.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  914.         }, => 'onKernelController'], 0);
  915.         $instance->addListener('kernel.controller', [=> function () {
  916.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  917.         }, => 'onKernelController'], -128);
  918.         $instance->addListener('kernel.view', [=> function () {
  919.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  920.         }, => 'onKernelView'], 0);
  921.         $instance->addListener('kernel.controller', [=> function () {
  922.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  923.         }, => 'onKernelController'], 0);
  924.         $instance->addListener('kernel.response', [=> function () {
  925.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  926.         }, => 'onKernelResponse'], 0);
  927.         $instance->addListener('kernel.controller_arguments', [=> function () {
  928.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  929.         }, => 'onKernelControllerArguments'], 0);
  930.         $instance->addListener('kernel.controller_arguments', [=> function () {
  931.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  932.         }, => 'onKernelControllerArguments'], 0);
  933.         $instance->addListener('kernel.response', [=> function () {
  934.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  935.         }, => 'onKernelResponse'], 0);
  936.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  937.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  938.         }, => 'onVoterVote'], 0);
  939.         $instance->addListener('kernel.request', [=> function () {
  940.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  941.         }, => 'configureLogoutUrlGenerator'], 8);
  942.         $instance->addListener('kernel.request', [=> function () {
  943.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  944.         }, => 'onKernelRequest'], 8);
  945.         $instance->addListener('kernel.finish_request', [=> function () {
  946.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  947.         }, => 'onKernelFinishRequest'], 0);
  948.         $instance->addListener('kernel.exception', [=> function () {
  949.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  950.         }, => 'onException'], 0);
  951.         $instance->addListener('kernel.terminate', [=> function () {
  952.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  953.         }, => 'onTerminate'], 0);
  954.         $instance->addListener('console.error', [=> function () {
  955.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  956.         }, => 'onException'], 0);
  957.         $instance->addListener('console.terminate', [=> function () {
  958.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  959.         }, => 'onTerminate'], 0);
  960.         $instance->addListener('kernel.exception', [=> function () {
  961.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  962.         }, => 'logKernelException'], 0);
  963.         $instance->addListener('kernel.exception', [=> function () {
  964.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  965.         }, => 'onKernelException'], -128);
  966.         $instance->addListener('kernel.response', [=> function () {
  967.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  968.         }, => 'onKernelResponse'], -128);
  969.         $instance->addListener('console.command', [=> function () {
  970.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  971.         }, => 'onCommand'], 255);
  972.         $instance->addListener('console.terminate', [=> function () {
  973.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  974.         }, => 'onTerminate'], -255);
  975.         $instance->addListener('console.command', [=> function () {
  976.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  977.         }, => 'configure'], 1024);
  978.         $instance->addListener('console.error', [=> function () {
  979.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  980.         }, => 'onConsoleError'], 0);
  981.         $instance->addListener('console.terminate', [=> function () {
  982.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  983.         }, => 'onConsoleTerminate'], 0);
  984.         $instance->addListener('knp_pager.before', [=> function () {
  985.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  986.         }, => 'before'], 0);
  987.         $instance->addListener('knp_pager.pagination', [=> function () {
  988.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  989.         }, => 'pagination'], 0);
  990.         $instance->addListener('knp_pager.before', [=> function () {
  991.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  992.         }, => 'before'], 1);
  993.         $instance->addListener('knp_pager.before', [=> function () {
  994.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  995.         }, => 'before'], 1);
  996.         $instance->addListener('knp_pager.pagination', [=> function () {
  997.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  998.         }, => 'pagination'], 1);
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the public 'http_kernel' shared service.
  1003.      *
  1004.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1005.      */
  1006.     protected function getHttpKernelService()
  1007.     {
  1008.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1009.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1010.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1011.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1012.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1013.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1014.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1015.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1016.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1017.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1018.         }, 8)), $a));
  1019.     }
  1020.     /**
  1021.      * Gets the public 'profiler' shared service.
  1022.      *
  1023.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1024.      */
  1025.     protected function getProfilerService()
  1026.     {
  1027.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1028.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1029.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1030.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1031.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1032.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1033.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1034.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1035.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1036.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1037.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1038.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1039.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1040.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1041.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1042.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1043.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1044.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1045.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1046.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1047.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1048.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1049.         if ($this->has('kernel')) {
  1050.             $f->setKernel($b);
  1051.         }
  1052.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1053.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1054.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1055.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1056.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1057.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1058.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1059.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  1060.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1061.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1062.         $instance->add($d);
  1063.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1064.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1065.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1066.         $instance->add($e);
  1067.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1068.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1069.         $instance->add($f);
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the public 'recaptcha.service' shared autowired service.
  1074.      *
  1075.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService
  1076.      */
  1077.     protected function getRecaptcha_ServiceService()
  1078.     {
  1079.         return $this->services['recaptcha.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this);
  1080.     }
  1081.     /**
  1082.      * Gets the public 'request_stack' shared service.
  1083.      *
  1084.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1085.      */
  1086.     protected function getRequestStackService()
  1087.     {
  1088.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1089.     }
  1090.     /**
  1091.      * Gets the public 'router' shared service.
  1092.      *
  1093.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1094.      */
  1095.     protected function getRouterService()
  1096.     {
  1097.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1098.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1099.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1100.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1101.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1102.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1103.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1104.         ], [
  1105.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1106.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1107.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1108.         return $instance;
  1109.     }
  1110.     /**
  1111.      * Gets the public 'security.authorization_checker' shared service.
  1112.      *
  1113.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1114.      */
  1115.     protected function getSecurity_AuthorizationCheckerService()
  1116.     {
  1117.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1118.     }
  1119.     /**
  1120.      * Gets the public 'security.csrf.token_manager' shared service.
  1121.      *
  1122.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1123.      */
  1124.     protected function getSecurity_Csrf_TokenManagerService()
  1125.     {
  1126.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1127.     }
  1128.     /**
  1129.      * Gets the public 'security.token_storage' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1132.      */
  1133.     protected function getSecurity_TokenStorageService()
  1134.     {
  1135.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1136.     }
  1137.     /**
  1138.      * Gets the public 'session' shared service.
  1139.      *
  1140.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1141.      */
  1142.     protected function getSessionService()
  1143.     {
  1144.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1145.     }
  1146.     /**
  1147.      * Gets the public 'ticket.service' shared autowired service.
  1148.      *
  1149.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService
  1150.      */
  1151.     protected function getTicket_ServiceService()
  1152.     {
  1153.         $a = ($this->services['custom.field.service'] ?? $this->getCustom_Field_ServiceService());
  1154.         if (isset($this->services['ticket.service'])) {
  1155.             return $this->services['ticket.service'];
  1156.         }
  1157.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1158.         if (isset($this->services['ticket.service'])) {
  1159.             return $this->services['ticket.service'];
  1160.         }
  1161.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1162.         return $this->services['ticket.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService($this$c, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService($this$c), $a$b);
  1163.     }
  1164.     /**
  1165.      * Gets the public 'translator' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1168.      */
  1169.     protected function getTranslatorService()
  1170.     {
  1171.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1172.     }
  1173.     /**
  1174.      * Gets the public 'twig' shared service.
  1175.      *
  1176.      * @return \Twig\Environment
  1177.      */
  1178.     protected function getTwigService()
  1179.     {
  1180.         $this->services['twig'] = $instance = new \Twig\Environment(($this->services['uvdesk_extension.twig_loader'] ?? $this->getUvdeskExtension_TwigLoaderService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1181.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1182.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1183.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1184.         $d = ($this->services['router'] ?? $this->getRouterService());
  1185.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1186.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1187.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1188.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1189.         $g->setEnvironment('dev');
  1190.         $g->setDebug(true);
  1191.         if ($this->has('security.token_storage')) {
  1192.             $g->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1193.         }
  1194.         if ($this->has('request_stack')) {
  1195.             $g->setRequestStack($e);
  1196.         }
  1197.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1198.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1199.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1200.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1201.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1202.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['uvdesk_extension.assets_manager'] ?? $this->getUvdeskExtension_AssetsManagerService())));
  1203.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c$this->targetDirs[3], 'UTF-8'));
  1204.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  1205.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1206.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1207.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1208.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1209.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1210.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  1211.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1212.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1213.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1214.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($d$b)));
  1215.         $instance->addExtension(new \Webkul\UVDesk\CoreFrameworkBundle\Extension\TwigExtension());
  1216.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1217.         $instance->addGlobal('app'$g);
  1218.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1219.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1220.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1221.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1222.         ], [
  1223.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1224.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1225.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1226.         ])));
  1227.         $instance->addGlobal('default_agent_image_path''bundles/uvdeskcoreframework/images/uv-avatar-batman.png');
  1228.         $instance->addGlobal('default_customer_image_path''bundles/uvdeskcoreframework/images/uv-avatar-ironman.png');
  1229.         $instance->addGlobal('default_helpdesk_image_path''bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png');
  1230.         $instance->addGlobal('max_post_size'8388608);
  1231.         $instance->addGlobal('max_file_uploads'20);
  1232.         $instance->addGlobal('upload_max_filesize'2097152);
  1233.         $instance->addGlobal('user_service', ($this->services['user.service'] ?? $this->getUser_ServiceService()));
  1234.         $instance->addGlobal('uvdesk_service', ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()));
  1235.         $instance->addGlobal('recaptcha_service', ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()));
  1236.         $instance->addGlobal('ticket_service', ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()));
  1237.         $instance->addGlobal('csrf_token_generator', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  1238.         $instance->addGlobal('email_service', ($this->services['email.service'] ?? $this->getEmail_ServiceService()));
  1239.         $instance->addGlobal('uvdesk_extensibles', ($this->services['uvdesk.extensibles'] ?? $this->getUvdesk_ExtensiblesService()));
  1240.         $instance->addGlobal('uvdesk_core_file_system', ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()));
  1241.         $instance->addGlobal('uvdesk_automations', ($this->services['uvdesk.automations'] ?? $this->getUvdesk_AutomationsService()));
  1242.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1243.         return $instance;
  1244.     }
  1245.     /**
  1246.      * Gets the public 'user.service' shared autowired service.
  1247.      *
  1248.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UserService
  1249.      */
  1250.     protected function getUser_ServiceService()
  1251.     {
  1252.         $a = ($this->services['twig'] ?? $this->getTwigService());
  1253.         if (isset($this->services['user.service'])) {
  1254.             return $this->services['user.service'];
  1255.         }
  1256.         return $this->services['user.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\UserService($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  1257.     }
  1258.     /**
  1259.      * Gets the public 'uvdesk.automations' shared autowired service.
  1260.      *
  1261.      * @return \Webkul\UVDesk\AutomationBundle\Services\AutomationService
  1262.      */
  1263.     protected function getUvdesk_AutomationsService()
  1264.     {
  1265.         return $this->services['uvdesk.automations'] = new \Webkul\UVDesk\AutomationBundle\Services\AutomationService($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1266.     }
  1267.     /**
  1268.      * Gets the public 'uvdesk.core.file_system.service' shared autowired service.
  1269.      *
  1270.      * @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem
  1271.      */
  1272.     protected function getUvdesk_Core_FileSystem_ServiceService()
  1273.     {
  1274.         return $this->services['uvdesk.core.file_system.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1275.     }
  1276.     /**
  1277.      * Gets the public 'uvdesk.extensibles' shared autowired service.
  1278.      *
  1279.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager
  1280.      */
  1281.     protected function getUvdesk_ExtensiblesService()
  1282.     {
  1283.         $this->services['uvdesk.extensibles'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager($this);
  1284.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1285.         $b = ($this->services['twig'] ?? $this->getTwigService());
  1286.         $c = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1287.         $d = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate($a$b$c);
  1288.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account());
  1289.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps());
  1290.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding());
  1291.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity());
  1292.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports());
  1293.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings());
  1294.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users());
  1295.         $d->addPanelSidebar(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase());
  1296.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile());
  1297.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies());
  1298.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags());
  1299.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes());
  1300.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity());
  1301.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding());
  1302.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings());
  1303.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates());
  1304.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer());
  1305.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk());
  1306.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents());
  1307.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers());
  1308.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups());
  1309.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges());
  1310.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams());
  1311.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses());
  1312.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows());
  1313.         $d->addPanelSidebarItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes());
  1314.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement());
  1315.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles());
  1316.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories());
  1317.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders());
  1318.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam());
  1319.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter());
  1320.         $e = ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] ?? $this->getDashboardTemplateService());
  1321.         $f = ($this->services['router'] ?? $this->getRouterService());
  1322.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  1323.         $h = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate($this$a$f$c$g);
  1324.         $i = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate($f$c$g);
  1325.         $j = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard($e$h$i);
  1326.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home());
  1327.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports());
  1328.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket());
  1329.         $j->appendNavigation(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps());
  1330.         $j->appendNavigation(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase());
  1331.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity());
  1332.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports());
  1333.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings());
  1334.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users());
  1335.         $j->appendHomepageSection(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps());
  1336.         $j->appendHomepageSection(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase());
  1337.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity());
  1338.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents());
  1339.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding());
  1340.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers());
  1341.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings());
  1342.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates());
  1343.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups());
  1344.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges());
  1345.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies());
  1346.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer());
  1347.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags());
  1348.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams());
  1349.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes());
  1350.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses());
  1351.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows());
  1352.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps());
  1353.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox());
  1354.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement());
  1355.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles());
  1356.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories());
  1357.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders());
  1358.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings());
  1359.         $k = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate($b$g$c);
  1360.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity());
  1361.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents());
  1362.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  1363.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding());
  1364.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings());
  1365.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates());
  1366.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups());
  1367.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges());
  1368.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies());
  1369.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags());
  1370.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams());
  1371.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes());
  1372.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets());
  1373.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses());
  1374.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows());
  1375.         $k->appendSearchItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  1376.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox());
  1377.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer());
  1378.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement());
  1379.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles());
  1380.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories());
  1381.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers());
  1382.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders());
  1383.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings());
  1384.         $instance->addComponent($d);
  1385.         $instance->addComponent($j);
  1386.         $instance->addComponent($e);
  1387.         $instance->addComponent($i);
  1388.         $instance->addComponent($h);
  1389.         $instance->addComponent($k);
  1390.         $instance->addComponent(($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'] ?? $this->getQuickActionButtonCollectionService()));
  1391.         $instance->addComponent(new \Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection());
  1392.         return $instance;
  1393.     }
  1394.     /**
  1395.      * Gets the public 'uvdesk.service' shared autowired service.
  1396.      *
  1397.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService
  1398.      */
  1399.     protected function getUvdesk_ServiceService()
  1400.     {
  1401.         return $this->services['uvdesk.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1402.     }
  1403.     /**
  1404.      * Gets the public 'uvdesk_extension.assets_manager' shared service.
  1405.      *
  1406.      * @return \Symfony\Component\Asset\Packages
  1407.      */
  1408.     protected function getUvdeskExtension_AssetsManagerService()
  1409.     {
  1410.         return $this->services['uvdesk_extension.assets_manager'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1411.     }
  1412.     /**
  1413.      * Gets the public 'uvdesk_extension.twig_loader' shared service.
  1414.      *
  1415.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  1416.      */
  1417.     protected function getUvdeskExtension_TwigLoaderService()
  1418.     {
  1419.         $this->services['uvdesk_extension.twig_loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], $this->targetDirs[3]);
  1420.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1421.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1422.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1423.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1424.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  1425.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  1426.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1427.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1428.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1429.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1430.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/core-framework/Resources/views'), 'UVDeskCoreFramework');
  1431.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/core-framework/Resources/views'), '!UVDeskCoreFramework');
  1432.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/automation-bundle/Resources/views'), 'UVDeskAutomation');
  1433.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/automation-bundle/Resources/views'), '!UVDeskAutomation');
  1434.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/extension-framework/Resources/views'), 'UVDeskExtensionFramework');
  1435.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/extension-framework/Resources/views'), '!UVDeskExtensionFramework');
  1436.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/mailbox-component/Resources/views'), 'UVDeskMailbox');
  1437.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/mailbox-component/Resources/views'), '!UVDeskMailbox');
  1438.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/Resources/views'), 'UVDeskSupportCenter');
  1439.         $instance->addPath(($this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/Resources/views'), '!UVDeskSupportCenter');
  1440.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1441.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1442.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1443.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1444.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1445.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1446.         $instance->addPath(($this->targetDirs[3].'/templates'));
  1447.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the public 'validation.service' shared autowired service.
  1452.      *
  1453.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService
  1454.      */
  1455.     protected function getValidation_ServiceService()
  1456.     {
  1457.         return $this->services['validation.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this, ($this->services['translator'] ?? $this->getTranslatorService()));
  1458.     }
  1459.     /**
  1460.      * Gets the public 'validator' shared service.
  1461.      *
  1462.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1463.      */
  1464.     protected function getValidatorService()
  1465.     {
  1466.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1467.     }
  1468.     /**
  1469.      * Gets the public 'var_dumper.cloner' shared service.
  1470.      *
  1471.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1472.      */
  1473.     protected function getVarDumper_ClonerService()
  1474.     {
  1475.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1476.         $instance->setMaxItems(2500);
  1477.         $instance->setMinDepth(1);
  1478.         $instance->setMaxString(-1);
  1479.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1480.         return $instance;
  1481.     }
  1482.     /**
  1483.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate' shared autowired service.
  1484.      *
  1485.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate
  1486.      */
  1487.     protected function getDashboardTemplateService()
  1488.     {
  1489.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  1490.     }
  1491.     /**
  1492.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection' shared autowired service.
  1493.      *
  1494.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection
  1495.      */
  1496.     protected function getQuickActionButtonCollectionService()
  1497.     {
  1498.         $a = ($this->services['twig'] ?? $this->getTwigService());
  1499.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  1500.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  1501.         }
  1502.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1503.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  1504.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  1505.         }
  1506.         $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection($a, ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] ?? $this->getDashboardTemplateService()), $b);
  1507.         $instance->add(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies(), [=> []]);
  1508.         $instance->add(new \Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), [=> []]);
  1509.         return $instance;
  1510.     }
  1511.     /**
  1512.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel' shared autowired service.
  1513.      *
  1514.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel
  1515.      */
  1516.     protected function getKernel2Service()
  1517.     {
  1518.         return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel($this, ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] ?? ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource())));
  1519.     }
  1520.     /**
  1521.      * Gets the private 'annotations.cached_reader' shared service.
  1522.      *
  1523.      * @return \Doctrine\Common\Annotations\CachedReader
  1524.      */
  1525.     protected function getAnnotations_CachedReaderService()
  1526.     {
  1527.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1528.     }
  1529.     /**
  1530.      * Gets the private 'annotations.reader' shared service.
  1531.      *
  1532.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1533.      */
  1534.     protected function getAnnotations_ReaderService()
  1535.     {
  1536.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1537.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1538.         $a->registerUniqueLoader('class_exists');
  1539.         $instance->addGlobalIgnoredName('required'$a);
  1540.         return $instance;
  1541.     }
  1542.     /**
  1543.      * Gets the private 'cache.annotations' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1546.      */
  1547.     protected function getCache_AnnotationsService()
  1548.     {
  1549.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('23aIuLGcro'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1550.     }
  1551.     /**
  1552.      * Gets the private 'cache.property_info' shared service.
  1553.      *
  1554.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1555.      */
  1556.     protected function getCache_PropertyInfoService()
  1557.     {
  1558.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EzQp3bY38m'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1559.     }
  1560.     /**
  1561.      * Gets the private 'cache.security_expression_language' shared service.
  1562.      *
  1563.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1564.      */
  1565.     protected function getCache_SecurityExpressionLanguageService()
  1566.     {
  1567.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Rt+hTTz31C'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1568.     }
  1569.     /**
  1570.      * Gets the private 'cache.serializer' shared service.
  1571.      *
  1572.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1573.      */
  1574.     protected function getCache_SerializerService()
  1575.     {
  1576.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YNtPu6b0h8'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1577.     }
  1578.     /**
  1579.      * Gets the private 'cache.validator' shared service.
  1580.      *
  1581.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1582.      */
  1583.     protected function getCache_ValidatorService()
  1584.     {
  1585.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+oUe502nc9'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1586.     }
  1587.     /**
  1588.      * Gets the private 'config_cache_factory' shared service.
  1589.      *
  1590.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1591.      */
  1592.     protected function getConfigCacheFactoryService()
  1593.     {
  1594.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1595.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1596.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1597.         }, 2));
  1598.     }
  1599.     /**
  1600.      * Gets the private 'data_collector.form' shared service.
  1601.      *
  1602.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1603.      */
  1604.     protected function getDataCollector_FormService()
  1605.     {
  1606.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1607.     }
  1608.     /**
  1609.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1610.      *
  1611.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1612.      */
  1613.     protected function getDebug_DebugHandlersListenerService()
  1614.     {
  1615.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1616.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1617.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1618.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1619.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1620.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  1621.     }
  1622.     /**
  1623.      * Gets the private 'debug.file_link_formatter' shared service.
  1624.      *
  1625.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1626.      */
  1627.     protected function getDebug_FileLinkFormatterService()
  1628.     {
  1629.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->targetDirs[3], function () {
  1630.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1631.         });
  1632.     }
  1633.     /**
  1634.      * Gets the private 'debug.log_processor' shared service.
  1635.      *
  1636.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1637.      */
  1638.     protected function getDebug_LogProcessorService()
  1639.     {
  1640.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1641.     }
  1642.     /**
  1643.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1644.      *
  1645.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1646.      */
  1647.     protected function getDebug_Security_Access_DecisionManagerService()
  1648.     {
  1649.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1650.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1651.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1652.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1653.             yield => ($this->privates['debug.security.voter.Webkul\\UVDesk\\CoreFrameworkBundle\\Security\\TicketVoter'] ?? $this->load('getTicketVoterService.php'));
  1654.         }, 4), 'affirmative'falsetrue));
  1655.     }
  1656.     /**
  1657.      * Gets the private 'debug.security.firewall' shared service.
  1658.      *
  1659.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1660.      */
  1661.     protected function getDebug_Security_FirewallService()
  1662.     {
  1663.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1664.     }
  1665.     /**
  1666.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1667.      *
  1668.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1669.      */
  1670.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1671.     {
  1672.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1673.     }
  1674.     /**
  1675.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1676.      *
  1677.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1678.      */
  1679.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1680.     {
  1681.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1682.     }
  1683.     /**
  1684.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1685.      *
  1686.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1687.      */
  1688.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1689.     {
  1690.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  1691.     }
  1692.     /**
  1693.      * Gets the private 'locale_aware_listener' shared service.
  1694.      *
  1695.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1696.      */
  1697.     protected function getLocaleAwareListenerService()
  1698.     {
  1699.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1700.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1701.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1702.     }
  1703.     /**
  1704.      * Gets the private 'locale_listener' shared service.
  1705.      *
  1706.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1707.      */
  1708.     protected function getLocaleListenerService()
  1709.     {
  1710.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  1711.     }
  1712.     /**
  1713.      * Gets the private 'monolog.handler.console' shared service.
  1714.      *
  1715.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1716.      */
  1717.     protected function getMonolog_Handler_ConsoleService()
  1718.     {
  1719.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1720.     }
  1721.     /**
  1722.      * Gets the private 'monolog.handler.main' shared service.
  1723.      *
  1724.      * @return \Monolog\Handler\StreamHandler
  1725.      */
  1726.     protected function getMonolog_Handler_MainService()
  1727.     {
  1728.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1729.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1730.         return $instance;
  1731.     }
  1732.     /**
  1733.      * Gets the private 'monolog.logger' shared service.
  1734.      *
  1735.      * @return \Symfony\Bridge\Monolog\Logger
  1736.      */
  1737.     protected function getMonolog_LoggerService()
  1738.     {
  1739.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1740.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1741.         $instance->useMicrosecondTimestamps(true);
  1742.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1743.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1744.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1745.         return $instance;
  1746.     }
  1747.     /**
  1748.      * Gets the private 'monolog.logger.cache' shared service.
  1749.      *
  1750.      * @return \Symfony\Bridge\Monolog\Logger
  1751.      */
  1752.     protected function getMonolog_Logger_CacheService()
  1753.     {
  1754.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1755.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1756.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1757.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1758.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1759.         return $instance;
  1760.     }
  1761.     /**
  1762.      * Gets the private 'monolog.logger.request' shared service.
  1763.      *
  1764.      * @return \Symfony\Bridge\Monolog\Logger
  1765.      */
  1766.     protected function getMonolog_Logger_RequestService()
  1767.     {
  1768.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1769.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1770.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1771.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1772.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1773.         return $instance;
  1774.     }
  1775.     /**
  1776.      * Gets the private 'parameter_bag' shared service.
  1777.      *
  1778.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1779.      */
  1780.     protected function getParameterBagService()
  1781.     {
  1782.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1783.     }
  1784.     /**
  1785.      * Gets the private 'profiler_listener' shared service.
  1786.      *
  1787.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1788.      */
  1789.     protected function getProfilerListenerService()
  1790.     {
  1791.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1792.     }
  1793.     /**
  1794.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1795.      *
  1796.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1797.      */
  1798.     protected function getResolveControllerNameSubscriberService()
  1799.     {
  1800.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1801.     }
  1802.     /**
  1803.      * Gets the private 'router.request_context' shared service.
  1804.      *
  1805.      * @return \Symfony\Component\Routing\RequestContext
  1806.      */
  1807.     protected function getRouter_RequestContextService()
  1808.     {
  1809.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1810.     }
  1811.     /**
  1812.      * Gets the private 'router_listener' shared service.
  1813.      *
  1814.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1815.      */
  1816.     protected function getRouterListenerService()
  1817.     {
  1818.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), $this->targetDirs[3], true);
  1819.     }
  1820.     /**
  1821.      * Gets the private 'security.authentication.manager' shared service.
  1822.      *
  1823.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1824.      */
  1825.     protected function getSecurity_Authentication_ManagerService()
  1826.     {
  1827.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1828.             yield => ($this->privates['security.authentication.provider.dao.back_support'] ?? $this->load('getSecurity_Authentication_Provider_Dao_BackSupportService.php'));
  1829.             yield => ($this->privates['security.authentication.provider.anonymous.back_support'] ?? ($this->privates['security.authentication.provider.anonymous.back_support'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1830.             yield => ($this->privates['security.authentication.provider.dao.customer'] ?? $this->load('getSecurity_Authentication_Provider_Dao_CustomerService.php'));
  1831.             yield => ($this->privates['security.authentication.provider.anonymous.customer'] ?? ($this->privates['security.authentication.provider.anonymous.customer'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1832.         }, 4), true);
  1833.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the private 'security.csrf.token_storage' shared service.
  1838.      *
  1839.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1840.      */
  1841.     protected function getSecurity_Csrf_TokenStorageService()
  1842.     {
  1843.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  1844.     }
  1845.     /**
  1846.      * Gets the private 'security.firewall.map' shared service.
  1847.      *
  1848.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1849.      */
  1850.     protected function getSecurity_Firewall_MapService()
  1851.     {
  1852.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1853.             'security.firewall.map.context.back_support' => ['privates''security.firewall.map.context.back_support''getSecurity_Firewall_Map_Context_BackSupportService.php'true],
  1854.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService.php'true],
  1855.         ], [
  1856.             'security.firewall.map.context.back_support' => '?',
  1857.             'security.firewall.map.context.customer' => '?',
  1858.         ]), new RewindableGenerator(function () {
  1859.             yield 'security.firewall.map.context.back_support' => ($this->privates['.security.request_matcher.jrF4Gab'] ?? ($this->privates['.security.request_matcher.jrF4Gab'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/member')));
  1860.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.01Y6ZVJ'] ?? ($this->privates['.security.request_matcher.01Y6ZVJ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/')));
  1861.         }, 2));
  1862.     }
  1863.     /**
  1864.      * Gets the private 'security.logout_url_generator' shared service.
  1865.      *
  1866.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1867.      */
  1868.     protected function getSecurity_LogoutUrlGeneratorService()
  1869.     {
  1870.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1871.         $instance->registerListener('back_support''helpdesk_member_handle_logout''logout''_csrf_token'NULLNULL);
  1872.         $instance->registerListener('customer''helpdesk_customer_logout''logout''_csrf_token'NULLNULL);
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the private 'security.role_hierarchy' shared service.
  1877.      *
  1878.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1879.      */
  1880.     protected function getSecurity_RoleHierarchyService()
  1881.     {
  1882.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1883.     }
  1884.     /**
  1885.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1886.      *
  1887.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1888.      */
  1889.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1890.     {
  1891.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1892.     }
  1893.     /**
  1894.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1895.      *
  1896.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1897.      */
  1898.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1899.     {
  1900.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1901.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1902.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1903.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1904.     }
  1905.     /**
  1906.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1907.      *
  1908.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1909.      */
  1910.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1911.     {
  1912.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1913.     }
  1914.     /**
  1915.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1916.      *
  1917.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1918.      */
  1919.     protected function getSensioFrameworkExtra_View_ListenerService()
  1920.     {
  1921.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  1922.     }
  1923.     /**
  1924.      * Gets the private 'session.storage.native' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  1927.      */
  1928.     protected function getSession_Storage_NativeService()
  1929.     {
  1930.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  1931.     }
  1932.     /**
  1933.      * Gets the private 'session_listener' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1936.      */
  1937.     protected function getSessionListenerService()
  1938.     {
  1939.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1940.             'initialized_session' => ['services''session'NULLfalse],
  1941.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1942.             'session' => ['services''session''getSessionService'false],
  1943.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  1944.         ], [
  1945.             'initialized_session' => '?',
  1946.             'request_stack' => '?',
  1947.             'session' => '?',
  1948.             'session_storage' => '?',
  1949.         ]));
  1950.     }
  1951.     /**
  1952.      * Gets the private 'translator.default' shared service.
  1953.      *
  1954.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1955.      */
  1956.     protected function getTranslator_DefaultService()
  1957.     {
  1958.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1959.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1960.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1961.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1962.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1963.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1964.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1965.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1966.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1967.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1968.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1969.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1970.         ], [
  1971.             'translation.loader.csv' => '?',
  1972.             'translation.loader.dat' => '?',
  1973.             'translation.loader.ini' => '?',
  1974.             'translation.loader.json' => '?',
  1975.             'translation.loader.mo' => '?',
  1976.             'translation.loader.php' => '?',
  1977.             'translation.loader.po' => '?',
  1978.             'translation.loader.qt' => '?',
  1979.             'translation.loader.res' => '?',
  1980.             'translation.loader.xliff' => '?',
  1981.             'translation.loader.yml' => '?',
  1982.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff'), => ($this->targetDirs[3].'/translations/messages.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.bg.xliff')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff'), => ($this->targetDirs[3].'/translations/messages.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff'), => ($this->targetDirs[3].'/translations/messages.de.yml')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), => ($this->targetDirs[3].'/translations/messages.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff'), => ($this->targetDirs[3].'/translations/messages.es.yml')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff'), => ($this->targetDirs[3].'/translations/messages.fr.yml')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff'), => ($this->targetDirs[3].'/translations/messages.it.yml')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff'), => ($this->targetDirs[3].'/translations/messages.pl.yml')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/uvdesk/core-framework/Resources/translations/messages.ru.yml'), => ($this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/Resources/translations/messages.ru.yml')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/translations/messages.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'ky' => [=> ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')], 'zh' => [=> ($this->targetDirs[3].'/translations/messages.zh.yml')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/uvdesk/core-framework/Resources/translations'), => ($this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/Resources/translations'), => ($this->targetDirs[3].'/translations'), => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 10 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 11 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/DoctrineFixturesBundle/translations'), 15 => ($this->targetDirs[3].'/src/Resources/KnpPaginatorBundle/translations'), 16 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Resources/translations'), 17 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 18 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 19 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 20 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 21 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 22 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 23 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 24 => ($this->targetDirs[3].'/src/Resources/UVDeskCoreFrameworkBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/uvdesk/automation-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/UVDeskAutomationBundle/translations'), 27 => ($this->targetDirs[3].'/vendor/uvdesk/extension-framework/Resources/translations'), 28 => ($this->targetDirs[3].'/src/Resources/UVDeskExtensionFrameworkBundle/translations'), 29 => ($this->targetDirs[3].'/vendor/uvdesk/mailbox-component/Resources/translations'), 30 => ($this->targetDirs[3].'/src/Resources/UVDeskMailboxBundle/translations'), 31 => ($this->targetDirs[3].'/src/Resources/UVDeskSupportCenterBundle/translations'), 32 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 33 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 34 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 35 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 36 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 37 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 38 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 39 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 40 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 41 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 42 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 43 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 44 => ($this->targetDirs[3].'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/Resources/translations'=> 'vendor/uvdesk/core-framework/Resources/translations'=> 'vendor/uvdesk/support-center-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/Resources/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/doctrine/doctrine-cache-bundle/Resources/translations'10 => 'src/Resources/DoctrineCacheBundle/translations'11 => 'vendor/doctrine/doctrine-bundle/Resources/translations'12 => 'src/Resources/DoctrineBundle/translations'13 => 'vendor/doctrine/doctrine-fixtures-bundle/Resources/translations'14 => 'src/Resources/DoctrineFixturesBundle/translations'15 => 'src/Resources/KnpPaginatorBundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/Resources/translations'17 => 'src/Resources/SensioFrameworkExtraBundle/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/Resources/translations'19 => 'src/Resources/DoctrineMigrationsBundle/translations'20 => 'vendor/symfony/security-bundle/Resources/translations'21 => 'src/Resources/SecurityBundle/translations'22 => 'vendor/symfony/swiftmailer-bundle/Resources/translations'23 => 'src/Resources/SwiftmailerBundle/translations'24 => 'src/Resources/UVDeskCoreFrameworkBundle/translations'25 => 'vendor/uvdesk/automation-bundle/Resources/translations'26 => 'src/Resources/UVDeskAutomationBundle/translations'27 => 'vendor/uvdesk/extension-framework/Resources/translations'28 => 'src/Resources/UVDeskExtensionFrameworkBundle/translations'29 => 'vendor/uvdesk/mailbox-component/Resources/translations'30 => 'src/Resources/UVDeskMailboxBundle/translations'31 => 'src/Resources/UVDeskSupportCenterBundle/translations'32 => 'vendor/symfony/twig-bundle/Resources/translations'33 => 'src/Resources/TwigBundle/translations'34 => 'vendor/symfony/web-profiler-bundle/Resources/translations'35 => 'src/Resources/WebProfilerBundle/translations'36 => 'vendor/symfony/monolog-bundle/Resources/translations'37 => 'src/Resources/MonologBundle/translations'38 => 'vendor/symfony/debug-bundle/Resources/translations'39 => 'src/Resources/DebugBundle/translations'40 => 'vendor/symfony/maker-bundle/src/Resources/translations'41 => 'src/Resources/MakerBundle/translations'42 => 'vendor/symfony/web-server-bundle/Resources/translations'43 => 'src/Resources/WebServerBundle/translations'44 => 'src/Resources/translations']]]);
  1983.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1984.         $instance->setFallbackLocales([=> 'en']);
  1985.         return $instance;
  1986.     }
  1987.     /**
  1988.      * Gets the private 'validator.builder' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1991.      */
  1992.     protected function getValidator_BuilderService()
  1993.     {
  1994.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1995.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1996.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1997.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1998.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1999.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2000.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2001.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2002.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2003.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2004.         ], [
  2005.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2006.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2007.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2008.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2009.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2010.             'doctrine.orm.validator.unique' => '?',
  2011.             'security.validator.user_password' => '?',
  2012.             'validator.expression' => '?',
  2013.         ])));
  2014.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2015.         $instance->setTranslationDomain('validators');
  2016.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml')]);
  2017.         $instance->addYamlMappings([=> ($this->targetDirs[3].'/vendor/uvdesk/core-framework/Resources/config/validation.yaml'), => ($this->targetDirs[3].'/vendor/uvdesk/support-center-bundle/Resources/config/validation.yaml')]);
  2018.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2019.         $instance->addMethodMapping('loadValidatorMetadata');
  2020.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2021.         return $instance;
  2022.     }
  2023.     /**
  2024.      * Gets the private 'var_dumper.html_dumper' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2027.      */
  2028.     protected function getVarDumper_HtmlDumperService()
  2029.     {
  2030.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2031.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2032.         return $instance;
  2033.     }
  2034.     /**
  2035.      * Gets the private 'var_dumper.server_connection' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\VarDumper\Server\Connection
  2038.      */
  2039.     protected function getVarDumper_ServerConnectionService()
  2040.     {
  2041.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'$this->targetDirs[3], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2042.     }
  2043.     /**
  2044.      * Gets the private 'web_profiler.csp.handler' shared service.
  2045.      *
  2046.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2047.      */
  2048.     protected function getWebProfiler_Csp_HandlerService()
  2049.     {
  2050.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2051.     }
  2052.     /**
  2053.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2054.      *
  2055.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2056.      */
  2057.     protected function getWebProfiler_DebugToolbarService()
  2058.     {
  2059.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2060.     }
  2061.     public function getParameter($name)
  2062.     {
  2063.         $name = (string) $name;
  2064.         if (isset($this->buildParameters[$name])) {
  2065.             return $this->buildParameters[$name];
  2066.         }
  2067.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2068.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2069.         }
  2070.         if (isset($this->loadedDynamicParameters[$name])) {
  2071.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2072.         }
  2073.         return $this->parameters[$name];
  2074.     }
  2075.     public function hasParameter($name)
  2076.     {
  2077.         $name = (string) $name;
  2078.         if (isset($this->buildParameters[$name])) {
  2079.             return true;
  2080.         }
  2081.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2082.     }
  2083.     public function setParameter($name$value)
  2084.     {
  2085.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2086.     }
  2087.     public function getParameterBag()
  2088.     {
  2089.         if (null === $this->parameterBag) {
  2090.             $parameters $this->parameters;
  2091.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2092.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2093.             }
  2094.             foreach ($this->buildParameters as $name => $value) {
  2095.                 $parameters[$name] = $value;
  2096.             }
  2097.             $this->parameterBag = new FrozenParameterBag($parameters);
  2098.         }
  2099.         return $this->parameterBag;
  2100.     }
  2101.     private $loadedDynamicParameters = [
  2102.         'kernel.root_dir' => false,
  2103.         'kernel.project_dir' => false,
  2104.         'kernel.cache_dir' => false,
  2105.         'kernel.logs_dir' => false,
  2106.         'kernel.bundles_metadata' => false,
  2107.         'google_recaptcha_site_key' => false,
  2108.         'kernel.secret' => false,
  2109.         'session.save_path' => false,
  2110.         'validator.mapping.cache.file' => false,
  2111.         'translator.default_path' => false,
  2112.         'profiler.storage.dsn' => false,
  2113.         'debug.container.dump' => false,
  2114.         'serializer.mapping.cache.file' => false,
  2115.         'doctrine.orm.proxy_dir' => false,
  2116.         'doctrine_migrations.dir_name' => false,
  2117.         'uvdesk_extensions.dir' => false,
  2118.         'twig.default_path' => false,
  2119.     ];
  2120.     private $dynamicParameters = [];
  2121.     /**
  2122.      * Computes a dynamic parameter.
  2123.      *
  2124.      * @param string $name The name of the dynamic parameter to load
  2125.      *
  2126.      * @return mixed The value of the dynamic parameter
  2127.      *
  2128.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2129.      */
  2130.     private function getDynamicParameter($name)
  2131.     {
  2132.         switch ($name) {
  2133.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2134.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2135.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2136.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  2137.             case 'kernel.bundles_metadata'$value = [
  2138.                 'FrameworkBundle' => [
  2139.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2140.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2141.                 ],
  2142.                 'DoctrineCacheBundle' => [
  2143.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2144.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2145.                 ],
  2146.                 'DoctrineBundle' => [
  2147.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2148.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2149.                 ],
  2150.                 'DoctrineFixturesBundle' => [
  2151.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2152.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2153.                 ],
  2154.                 'KnpPaginatorBundle' => [
  2155.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle'),
  2156.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2157.                 ],
  2158.                 'SensioFrameworkExtraBundle' => [
  2159.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src'),
  2160.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2161.                 ],
  2162.                 'DoctrineMigrationsBundle' => [
  2163.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2164.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2165.                 ],
  2166.                 'SecurityBundle' => [
  2167.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  2168.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2169.                 ],
  2170.                 'SwiftmailerBundle' => [
  2171.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2172.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2173.                 ],
  2174.                 'UVDeskCoreFrameworkBundle' => [
  2175.                     'path' => ($this->targetDirs[3].'/vendor/uvdesk/core-framework'),
  2176.                     'namespace' => 'Webkul\\UVDesk\\CoreFrameworkBundle',
  2177.                 ],
  2178.                 'UVDeskAutomationBundle' => [
  2179.                     'path' => ($this->targetDirs[3].'/vendor/uvdesk/automation-bundle'),
  2180.                     'namespace' => 'Webkul\\UVDesk\\AutomationBundle',
  2181.                 ],
  2182.                 'UVDeskExtensionFrameworkBundle' => [
  2183.                     'path' => ($this->targetDirs[3].'/vendor/uvdesk/extension-framework'),
  2184.                     'namespace' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle',
  2185.                 ],
  2186.                 'UVDeskMailboxBundle' => [
  2187.                     'path' => ($this->targetDirs[3].'/vendor/uvdesk/mailbox-component'),
  2188.                     'namespace' => 'Webkul\\UVDesk\\MailboxBundle',
  2189.                 ],
  2190.                 'UVDeskSupportCenterBundle' => [
  2191.                     'path' => ($this->targetDirs[3].'/vendor/uvdesk/support-center-bundle'),
  2192.                     'namespace' => 'Webkul\\UVDesk\\SupportCenterBundle',
  2193.                 ],
  2194.                 'TwigBundle' => [
  2195.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  2196.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2197.                 ],
  2198.                 'WebProfilerBundle' => [
  2199.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  2200.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2201.                 ],
  2202.                 'MonologBundle' => [
  2203.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2204.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2205.                 ],
  2206.                 'DebugBundle' => [
  2207.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  2208.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2209.                 ],
  2210.                 'MakerBundle' => [
  2211.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  2212.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2213.                 ],
  2214.                 'WebServerBundle' => [
  2215.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  2216.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2217.                 ],
  2218.             ]; break;
  2219.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  2220.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2221.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  2222.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2223.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2224.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2225.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  2226.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2227.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2228.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/migrations'); break;
  2229.             case 'uvdesk_extensions.dir'$value = ($this->targetDirs[3].'/apps'); break;
  2230.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2231.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2232.         }
  2233.         $this->loadedDynamicParameters[$name] = true;
  2234.         return $this->dynamicParameters[$name] = $value;
  2235.     }
  2236.     /**
  2237.      * Gets the default parameters.
  2238.      *
  2239.      * @return array An array of the default parameters
  2240.      */
  2241.     protected function getDefaultParameters()
  2242.     {
  2243.         return [
  2244.             'kernel.environment' => 'dev',
  2245.             'kernel.debug' => true,
  2246.             'kernel.name' => 'src',
  2247.             'kernel.bundles' => [
  2248.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2249.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2250.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2251.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2252.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2253.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2254.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2255.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2256.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2257.                 'UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\UVDeskCoreFrameworkBundle',
  2258.                 'UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\UVDeskAutomationBundle',
  2259.                 'UVDeskExtensionFrameworkBundle' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\UVDeskExtensionFrameworkBundle',
  2260.                 'UVDeskMailboxBundle' => 'Webkul\\UVDesk\\MailboxBundle\\UVDeskMailboxBundle',
  2261.                 'UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\UVDeskSupportCenterBundle',
  2262.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2263.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2264.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2265.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2266.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2267.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2268.             ],
  2269.             'kernel.charset' => 'UTF-8',
  2270.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2271.             'container.dumper.inline_class_loader' => true,
  2272.             'container.dumper.inline_factories' => true,
  2273.             'env(DATABASE_URL)' => '',
  2274.             'app_locales' => 'en|fr|it',
  2275.             'assets_default_agent_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png',
  2276.             'assets_default_customer_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png',
  2277.             'assets_default_helpdesk_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png',
  2278.             'uvdesk_site_path.member_prefix' => 'member',
  2279.             'uvdesk_site_path.knowledgebase_customer_prefix' => 'customer',
  2280.             'max_post_size' => 8388608,
  2281.             'max_file_uploads' => 20,
  2282.             'upload_max_filesize' => 2097152,
  2283.             'locale' => 'en',
  2284.             'fragment.renderer.hinclude.global_template' => '',
  2285.             'fragment.path' => '/_fragment',
  2286.             'kernel.http_method_override' => true,
  2287.             'kernel.trusted_hosts' => [
  2288.             ],
  2289.             'kernel.default_locale' => 'en',
  2290.             'templating.helper.code.file_link_format' => NULL,
  2291.             'debug.file_link_format' => NULL,
  2292.             'session.metadata.storage_key' => '_sf2_meta',
  2293.             'session.storage.options' => [
  2294.                 'cache_limiter' => '0',
  2295.                 'cookie_secure' => 'auto',
  2296.                 'cookie_httponly' => true,
  2297.                 'cookie_samesite' => 'lax',
  2298.                 'gc_probability' => 1,
  2299.             ],
  2300.             'session.metadata.update_threshold' => 0,
  2301.             'form.type_extension.csrf.enabled' => true,
  2302.             'form.type_extension.csrf.field_name' => '_token',
  2303.             'asset.request_context.base_path' => '',
  2304.             'asset.request_context.secure' => false,
  2305.             'validator.mapping.cache.prefix' => '',
  2306.             'validator.translation_domain' => 'validators',
  2307.             'translator.logging' => false,
  2308.             'profiler_listener.only_exceptions' => false,
  2309.             'profiler_listener.only_master_requests' => false,
  2310.             'debug.error_handler.throw_at' => -1,
  2311.             'router.request_context.host' => 'localhost',
  2312.             'router.request_context.scheme' => 'http',
  2313.             'router.request_context.base_url' => '',
  2314.             'router.resource' => 'kernel::loadRoutes',
  2315.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2316.             'request_listener.http_port' => 80,
  2317.             'request_listener.https_port' => 443,
  2318.             'serializer.mapping.cache.prefix' => '',
  2319.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2320.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2321.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2322.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2323.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2324.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2325.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2326.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2327.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2328.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2329.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2330.             'doctrine_cache.memcache.host' => 'localhost',
  2331.             'doctrine_cache.memcache.port' => 11211,
  2332.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2333.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2334.             'doctrine_cache.memcached.host' => 'localhost',
  2335.             'doctrine_cache.memcached.port' => 11211,
  2336.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2337.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2338.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2339.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2340.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2341.             'doctrine_cache.predis.scheme' => 'tcp',
  2342.             'doctrine_cache.predis.host' => 'localhost',
  2343.             'doctrine_cache.predis.port' => 6379,
  2344.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2345.             'doctrine_cache.redis.connection.class' => 'Redis',
  2346.             'doctrine_cache.redis.host' => 'localhost',
  2347.             'doctrine_cache.redis.port' => 6379,
  2348.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2349.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2350.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2351.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2352.             'doctrine_cache.riak.host' => 'localhost',
  2353.             'doctrine_cache.riak.port' => 8087,
  2354.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2355.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2356.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2357.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2358.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2359.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2360.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2361.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2362.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2363.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2364.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2365.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2366.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2367.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2368.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2369.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2370.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2371.             'doctrine.entity_managers' => [
  2372.                 'default' => 'doctrine.orm.default_entity_manager',
  2373.             ],
  2374.             'doctrine.default_entity_manager' => 'default',
  2375.             'doctrine.dbal.connection_factory.types' => [
  2376.             ],
  2377.             'doctrine.connections' => [
  2378.                 'default' => 'doctrine.dbal.default_connection',
  2379.             ],
  2380.             'doctrine.default_connection' => 'default',
  2381.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2382.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2383.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2384.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2385.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2386.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2387.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2388.             'doctrine.orm.cache.memcache_port' => 11211,
  2389.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2390.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2391.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2392.             'doctrine.orm.cache.memcached_port' => 11211,
  2393.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2394.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2395.             'doctrine.orm.cache.redis_host' => 'localhost',
  2396.             'doctrine.orm.cache.redis_port' => 6379,
  2397.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2398.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2399.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2400.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2401.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2402.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2403.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2404.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2405.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2406.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2407.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2408.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2409.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2410.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2411.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2412.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2413.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2414.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2415.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2416.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2417.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2418.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2419.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2420.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2421.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2422.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2423.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2424.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2425.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2426.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2427.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2428.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  2429.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2430.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  2431.             'knp_paginator.page_range' => 5,
  2432.             'doctrine_migrations.name' => 'Application Migrations',
  2433.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2434.             'doctrine_migrations.table_name' => 'migration_versions',
  2435.             'doctrine_migrations.column_name' => 'version',
  2436.             'doctrine_migrations.column_length' => 14,
  2437.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2438.             'doctrine_migrations.all_or_nothing' => false,
  2439.             'doctrine_migrations.custom_template' => NULL,
  2440.             'doctrine_migrations.organize_migrations' => false,
  2441.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2442.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2443.             'security.role_hierarchy.roles' => [
  2444.                 'ROLE_AGENT' => [
  2445.                     => 'ROLE_AGENT',
  2446.                 ],
  2447.                 'ROLE_ADMIN' => [
  2448.                     => 'ROLE_AGENT',
  2449.                     => 'ROLE_ADMIN',
  2450.                 ],
  2451.                 'ROLE_SUPER_ADMIN' => [
  2452.                     => 'ROLE_ADMIN',
  2453.                     => 'ROLE_SUPER_ADMIN',
  2454.                 ],
  2455.                 'ROLE_CUSTOMER' => [
  2456.                     => 'ROLE_CUSTOMER',
  2457.                 ],
  2458.             ],
  2459.             'security.access.denied_url' => NULL,
  2460.             'security.authentication.manager.erase_credentials' => true,
  2461.             'security.authentication.session_strategy.strategy' => 'migrate',
  2462.             'security.access.always_authenticate_before_granting' => false,
  2463.             'security.authentication.hide_user_not_found' => true,
  2464.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.name' => 'smtp',
  2465.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.encryption' => 'ssl',
  2466.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.port' => 465,
  2467.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.host' => 'smtp.gmail.com',
  2468.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.username' => 'debdevuser1@gmail.com',
  2469.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.password' => 'kneektvjbuwmutmv',
  2470.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.auth_mode' => 'login',
  2471.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.timeout' => 30,
  2472.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.source_ip' => NULL,
  2473.             'swiftmailer.mailer.debdevuser1@gmail.com.transport.smtp.local_domain' => NULL,
  2474.             'swiftmailer.mailer.debdevuser1@gmail.com.spool.enabled' => false,
  2475.             'swiftmailer.mailer.debdevuser1@gmail.com.plugin.impersonate' => NULL,
  2476.             'swiftmailer.mailer.debdevuser1@gmail.com.single_address' => NULL,
  2477.             'swiftmailer.mailer.debdevuser1@gmail.com.delivery.enabled' => true,
  2478.             'swiftmailer.spool.enabled' => false,
  2479.             'swiftmailer.delivery.enabled' => true,
  2480.             'swiftmailer.single_address' => NULL,
  2481.             'swiftmailer.mailers' => [
  2482.                 'debdevuser1@gmail.com' => 'swiftmailer.mailer.debdevuser1@gmail.com',
  2483.             ],
  2484.             'swiftmailer.default_mailer' => 'debdevuser1@gmail.com',
  2485.             'uvdesk.site_url' => 'project-1.clientreview.xyz',
  2486.             'uvdesk.upload_manager.id' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost',
  2487.             'uvdesk.support_email.id' => 'Debdevuser1@gmail.com',
  2488.             'uvdesk.support_email.name' => 'Digital Helpdesk',
  2489.             'uvdesk.support_email.mailer_id' => 'debdevuser1@gmail.com',
  2490.             'uvdesk.default.ticket.type' => 'support',
  2491.             'uvdesk.default.ticket.status' => 'open',
  2492.             'uvdesk.default.ticket.priority' => 'low',
  2493.             'uvdesk.default.templates.email' => 'mail.html.twig',
  2494.             'uvdesk.emails.delimiter' => '<-- Please add content above this line -->',
  2495.             'uvdesk.emails.enable_delimiter' => false,
  2496.             'uvdesk.mailboxes' => [
  2497.                 => 'Digital Helpdesk',
  2498.             ],
  2499.             'uvdesk.mailboxes.Digital Helpdesk' => [
  2500.                 'name' => 'Digital Helpdesk',
  2501.                 'enabled' => true,
  2502.                 'smtp_server' => [
  2503.                     'mailer_id' => 'debdevuser1@gmail.com',
  2504.                 ],
  2505.                 'imap_server' => [
  2506.                     'host' => '{imap.gmail.com:993/imap/ssl}INBOX',
  2507.                     'username' => 'debdevuser1@gmail.com',
  2508.                     'password' => 'kneektvjbuwmutmv',
  2509.                 ],
  2510.                 'email' => 'debdevuser1@gmail.com',
  2511.             ],
  2512.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2513.             'twig.form.resources' => [
  2514.                 => 'form_div_layout.html.twig',
  2515.             ],
  2516.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2517.             'web_profiler.debug_toolbar.mode' => 2,
  2518.             'monolog.use_microseconds' => true,
  2519.             'monolog.swift_mailer.handlers' => [
  2520.             ],
  2521.             'monolog.handlers_to_channels' => [
  2522.                 'monolog.handler.console' => [
  2523.                     'type' => 'exclusive',
  2524.                     'elements' => [
  2525.                         => 'event',
  2526.                         => 'doctrine',
  2527.                         => 'console',
  2528.                     ],
  2529.                 ],
  2530.                 'monolog.handler.main' => [
  2531.                     'type' => 'exclusive',
  2532.                     'elements' => [
  2533.                         => 'event',
  2534.                     ],
  2535.                 ],
  2536.             ],
  2537.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2538.             'data_collector.templates' => [
  2539.                 'data_collector.request' => [
  2540.                     => 'request',
  2541.                     => '@WebProfiler/Collector/request.html.twig',
  2542.                 ],
  2543.                 'data_collector.time' => [
  2544.                     => 'time',
  2545.                     => '@WebProfiler/Collector/time.html.twig',
  2546.                 ],
  2547.                 'data_collector.memory' => [
  2548.                     => 'memory',
  2549.                     => '@WebProfiler/Collector/memory.html.twig',
  2550.                 ],
  2551.                 'data_collector.validator' => [
  2552.                     => 'validator',
  2553.                     => '@WebProfiler/Collector/validator.html.twig',
  2554.                 ],
  2555.                 'data_collector.ajax' => [
  2556.                     => 'ajax',
  2557.                     => '@WebProfiler/Collector/ajax.html.twig',
  2558.                 ],
  2559.                 'data_collector.form' => [
  2560.                     => 'form',
  2561.                     => '@WebProfiler/Collector/form.html.twig',
  2562.                 ],
  2563.                 'data_collector.exception' => [
  2564.                     => 'exception',
  2565.                     => '@WebProfiler/Collector/exception.html.twig',
  2566.                 ],
  2567.                 'data_collector.logger' => [
  2568.                     => 'logger',
  2569.                     => '@WebProfiler/Collector/logger.html.twig',
  2570.                 ],
  2571.                 'data_collector.events' => [
  2572.                     => 'events',
  2573.                     => '@WebProfiler/Collector/events.html.twig',
  2574.                 ],
  2575.                 'data_collector.router' => [
  2576.                     => 'router',
  2577.                     => '@WebProfiler/Collector/router.html.twig',
  2578.                 ],
  2579.                 'data_collector.cache' => [
  2580.                     => 'cache',
  2581.                     => '@WebProfiler/Collector/cache.html.twig',
  2582.                 ],
  2583.                 'data_collector.translation' => [
  2584.                     => 'translation',
  2585.                     => '@WebProfiler/Collector/translation.html.twig',
  2586.                 ],
  2587.                 'data_collector.security' => [
  2588.                     => 'security',
  2589.                     => '@Security/Collector/security.html.twig',
  2590.                 ],
  2591.                 'data_collector.twig' => [
  2592.                     => 'twig',
  2593.                     => '@WebProfiler/Collector/twig.html.twig',
  2594.                 ],
  2595.                 'data_collector.doctrine' => [
  2596.                     => 'db',
  2597.                     => '@Doctrine/Collector/db.html.twig',
  2598.                 ],
  2599.                 'swiftmailer.data_collector' => [
  2600.                     => 'swiftmailer',
  2601.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2602.                 ],
  2603.                 'data_collector.dump' => [
  2604.                     => 'dump',
  2605.                     => '@Debug/Profiler/dump.html.twig',
  2606.                 ],
  2607.                 'data_collector.config' => [
  2608.                     => 'config',
  2609.                     => '@WebProfiler/Collector/config.html.twig',
  2610.                 ],
  2611.             ],
  2612.             'console.command.ids' => [
  2613.                 => 'console.command.public_alias.App\\Console\\EnvironmentVariables',
  2614.                 => 'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk',
  2615.                 => 'console.command.public_alias.App\\Console\\Wizard\\DefaultUser',
  2616.                 => 'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase',
  2617.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2618.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2619.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2620.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2621.                 => 'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject',
  2622.                 => 'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions',
  2623.                 10 => 'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand',
  2624.             ],
  2625.         ];
  2626.     }
  2627. }