var/cache/dev/ContainerWTh8wtn/App_KernelDevDebugContainer.php line 1601

Open in your IDE?
  1. <?php
  2. namespace ContainerWTh8wtn;
  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. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37. '.container.private.session' => 'get_Container_Private_SessionService',
  38. '.container.private.twig' => 'get_Container_Private_TwigService',
  39. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40. 'cache.app' => 'getCache_AppService',
  41. 'cache.system' => 'getCache_SystemService',
  42. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43. 'data_collector.dump' => 'getDataCollector_DumpService',
  44. 'doctrine' => 'getDoctrineService',
  45. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46. 'doctrine.dbal.global_auth_connection' => 'getDoctrine_Dbal_GlobalAuthConnectionService',
  47. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48. 'doctrine.orm.global_auth_entity_manager' => 'getDoctrine_Orm_GlobalAuthEntityManagerService',
  49. 'email.service' => 'getEmail_ServiceService',
  50. 'event_dispatcher' => 'getEventDispatcherService',
  51. 'http_kernel' => 'getHttpKernelService',
  52. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  53. 'recaptcha.service' => 'getRecaptcha_ServiceService',
  54. 'request_stack' => 'getRequestStackService',
  55. 'router' => 'getRouterService',
  56. 'ticket.service' => 'getTicket_ServiceService',
  57. 'translator' => 'getTranslatorService',
  58. 'user.service' => 'getUser_ServiceService',
  59. 'uvdesk.automations' => 'getUvdesk_AutomationsService',
  60. 'uvdesk.core.file_system.service' => 'getUvdesk_Core_FileSystem_ServiceService',
  61. 'uvdesk.extensibles' => 'getUvdesk_ExtensiblesService',
  62. 'uvdesk.service' => 'getUvdesk_ServiceService',
  63. 'uvdesk_extension.assets_manager' => 'getUvdeskExtension_AssetsManagerService',
  64. 'uvdesk_extension.twig_loader' => 'getUvdeskExtension_TwigLoaderService',
  65. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66. 'cache_clearer' => 'getCacheClearerService',
  67. 'filesystem' => 'getFilesystemService',
  68. 'serializer' => 'getSerializerService',
  69. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  70. 'form.factory' => 'getForm_FactoryService',
  71. 'form.type.file' => 'getForm_Type_FileService',
  72. 'profiler' => 'getProfilerService',
  73. 'twig' => 'getTwigService',
  74. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  75. 'security.token_storage' => 'getSecurity_TokenStorageService',
  76. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  77. 'session' => 'getSessionService',
  78. 'validator' => 'getValidatorService',
  79. ];
  80. $this->fileMap = [
  81. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  82. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  83. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  84. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  85. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87. 'App\\Controller\\ApiController' => 'getApiControllerService',
  88. 'App\\Controller\\BaseController' => 'getBaseControllerService',
  89. 'App\\Controller\\ConfigureHelpdesk' => 'getConfigureHelpdeskService',
  90. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  91. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  92. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  93. 'Webkul\\UVDesk\\ApiBundle\\API\\Agents' => 'getAgentsService',
  94. 'Webkul\\UVDesk\\ApiBundle\\API\\Customers' => 'getCustomersService',
  95. 'Webkul\\UVDesk\\ApiBundle\\API\\Group' => 'getGroupService',
  96. 'Webkul\\UVDesk\\ApiBundle\\API\\Me' => 'getMeService',
  97. 'Webkul\\UVDesk\\ApiBundle\\API\\Sessions' => 'getSessionsService',
  98. 'Webkul\\UVDesk\\ApiBundle\\API\\Team' => 'getTeamService',
  99. 'Webkul\\UVDesk\\ApiBundle\\API\\Threads' => 'getThreadsService',
  100. 'Webkul\\UVDesk\\ApiBundle\\API\\TicketTypes' => 'getTicketTypesService',
  101. 'Webkul\\UVDesk\\ApiBundle\\API\\Tickets' => 'getTicketsService',
  102. 'Webkul\\UVDesk\\ApiBundle\\Controller\\ApiSettings' => 'getApiSettingsService',
  103. 'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponse' => 'getPreparedResponseService',
  104. 'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponseXHR' => 'getPreparedResponseXHRService',
  105. 'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\Workflow' => 'getWorkflowService',
  106. 'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\WorkflowXHR' => 'getWorkflowXHRService',
  107. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Account' => 'getAccountService',
  108. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\AccountXHR' => 'getAccountXHRService',
  109. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication' => 'getAuthenticationService',
  110. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Customer' => 'getCustomerService',
  111. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\CustomerXHR' => 'getCustomerXHRService',
  112. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Email' => 'getEmailService',
  113. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettings' => 'getEmailSettingsService',
  114. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettingsXHR' => 'getEmailSettingsXHRService',
  115. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Group' => 'getGroup2Service',
  116. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\GroupXHR' => 'getGroupXHRService',
  117. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Privilege' => 'getPrivilegeService',
  118. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\PrivilegeXHR' => 'getPrivilegeXHRService',
  119. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Report' => 'getReportService',
  120. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SavedReplies' => 'getSavedRepliesService',
  121. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailer' => 'getSwiftMailerService',
  122. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailerXHR' => 'getSwiftMailerXHRService',
  123. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Team' => 'getTeam2Service',
  124. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR' => 'getTeamXHRService',
  125. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Theme' => 'getThemeService',
  126. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Thread' => 'getThreadService',
  127. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\ThreadXHR' => 'getThreadXHRService',
  128. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket' => 'getTicketService',
  129. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TicketXHR' => 'getTicketXHRService',
  130. 'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost' => 'getLocalhostService',
  131. 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application' => 'getApplicationService',
  132. 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard' => 'getDashboardService',
  133. 'Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannel' => 'getMailboxChannelService',
  134. 'Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR' => 'getMailboxChannelXHRService',
  135. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Announcement' => 'getAnnouncementService',
  136. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Article' => 'getArticleService',
  137. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Branding' => 'getBrandingService',
  138. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Category' => 'getCategoryService',
  139. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Customer' => 'getCustomer2Service',
  140. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Folder' => 'getFolderService',
  141. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\KnowledgebaseXHR' => 'getKnowledgebaseXHRService',
  142. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Ticket' => 'getTicket2Service',
  143. 'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Website' => 'getWebsiteService',
  144. 'cache.app_clearer' => 'getCache_AppClearerService',
  145. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  146. 'cache.system_clearer' => 'getCache_SystemClearerService',
  147. 'cache_warmer' => 'getCacheWarmerService',
  148. 'console.command.public_alias.App\\Command\\UpdateAgentIdCommand' => 'getUpdateAgentIdCommandService',
  149. 'console.command.public_alias.App\\Console\\EnvironmentVariables' => 'getEnvironmentVariablesService',
  150. 'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk' => 'getConfigureHelpdesk2Service',
  151. 'console.command.public_alias.App\\Console\\Wizard\\DefaultUser' => 'getDefaultUserService',
  152. 'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase' => 'getMigrateDatabaseService',
  153. 'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject' => 'getBootstrappingProjectService',
  154. 'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions' => 'getBuildExtensionsService',
  155. 'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand' => 'getRefreshMailboxCommandService',
  156. 'console.command_loader' => 'getConsole_CommandLoaderService',
  157. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  158. 'error_controller' => 'getErrorControllerService',
  159. 'knp_paginator' => 'getKnpPaginatorService',
  160. 'report.service' => 'getReport_ServiceService',
  161. 'routing.loader' => 'getRouting_LoaderService',
  162. 'services_resetter' => 'getServicesResetterService',
  163. 'swiftmailer.mailer.mailer_1945' => 'getSwiftmailer_Mailer_Mailer1945Service',
  164. 'swiftmailer.mailer.mailer_1945.plugin.messagelogger' => 'getSwiftmailer_Mailer_Mailer1945_Plugin_MessageloggerService',
  165. 'swiftmailer.mailer.mailer_1945.transport' => 'getSwiftmailer_Mailer_Mailer1945_TransportService',
  166. 'swiftmailer.service' => 'getSwiftmailer_ServiceService',
  167. 'user.provider' => 'getUser_ProviderService',
  168. 'uvdesk.automations.prepared_responses' => 'getUvdesk_Automations_PreparedResponsesService',
  169. 'uvdesk.automations.workflows' => 'getUvdesk_Automations_WorkflowsService',
  170. 'uvdesk.core.event_dispatcher' => 'getUvdesk_Core_EventDispatcherService',
  171. 'uvdesk.mailbox' => 'getUvdesk_MailboxService',
  172. 'validation.service' => 'getValidation_ServiceService',
  173. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  174. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  175. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  176. ];
  177. $this->aliases = [
  178. 'App\\Kernel' => 'kernel',
  179. 'database_connection' => 'doctrine.dbal.default_connection',
  180. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  181. 'mailer' => 'swiftmailer.mailer.mailer_1945',
  182. 'swiftmailer.transport' => 'swiftmailer.mailer.mailer_1945.transport',
  183. ];
  184. $this->privates['service_container'] = function () {
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  191. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  192. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Framework/ExtendableComponentInterface.php';
  193. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/DashboardTemplate.php';
  194. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/FileSystem/FileUploadServiceInterface.php';
  195. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/FileSystem/UploadManagers/Localhost.php';
  196. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Services/FileUploadService.php';
  197. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Tickets/QuickActionButtonCollection.php';
  198. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Tickets/QuickActionButtonInterface.php';
  199. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Ticket/QuickActionButtons/SavedReplies.php';
  200. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/UIComponents/Ticket/QuickActionButtons/PreparedResponses.php';
  201. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/Services/AutomationService.php';
  202. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/Definition/MappingResource.php';
  203. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/EventListener/Kernel.php';
  204. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/EventListeners/API/KernelRequest.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  431. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Services/UVDeskService.php';
  432. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Services/UserService.php';
  433. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Services/EmailService.php';
  434. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Services/TicketService.php';
  435. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Services/ReCaptchaService.php';
  436. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/FileSystem/FileSystem.php';
  437. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Framework/ExtendableComponentManager.php';
  438. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/AsideTemplate.php';
  439. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/PanelSidebarInterface.php';
  440. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Account.php';
  441. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Apps.php';
  442. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Branding.php';
  443. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Productivity.php';
  444. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Reports.php';
  445. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Settings.php';
  446. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Users.php';
  447. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Sidebars/Knowledgebase.php';
  448. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/PanelSidebarItemInterface.php';
  449. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Account/Profile.php';
  450. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/SavedReplies.php';
  451. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/Tags.php';
  452. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/TicketTypes.php';
  453. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Reports/AgentActivity.php';
  454. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Reports/Kudos.php';
  455. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/Branding.php';
  456. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailSettings.php';
  457. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailTemplates.php';
  458. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/SwiftMailer.php';
  459. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Themes/Helpdesk.php';
  460. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Agents.php';
  461. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Customers.php';
  462. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Groups.php';
  463. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Privileges.php';
  464. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Teams.php';
  465. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/PreparedResponses.php';
  466. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/Workflows.php';
  467. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component/UIComponents/Dashboard/Panel/Items/Settings/Mailboxes.php';
  468. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Announcement.php';
  469. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Articles.php';
  470. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Categories.php';
  471. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Folders.php';
  472. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Settings/BlockSpam.php';
  473. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Themes/SupportCenter.php';
  474. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/UIComponents/Dashboard/Panel/Items/Settings/ApiSettings.php';
  475. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Dashboard.php';
  476. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/NavigationTemplate.php';
  477. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/HomepageTemplate.php';
  478. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/NavigationInterface.php';
  479. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Home.php';
  480. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Reports.php';
  481. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Ticket.php';
  482. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/UIComponents/Dashboard/Navigation/Apps.php';
  483. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Navigation/Knowledgebase.php';
  484. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/HomepageSectionInterface.php';
  485. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/HomepageSection.php';
  486. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Productivity.php';
  487. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Reports.php';
  488. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Settings.php';
  489. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Users.php';
  490. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Sections/Apps.php';
  491. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Sections/Knowledgebase.php';
  492. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItemInterface.php';
  493. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItem.php';
  494. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/AgentActivity.php';
  495. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Agents.php';
  496. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Branding.php';
  497. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Customers.php';
  498. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailSettings.php';
  499. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailTemplates.php';
  500. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Groups.php';
  501. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Kudos.php';
  502. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Privileges.php';
  503. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SavedReplies.php';
  504. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SwiftMailer.php';
  505. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Tags.php';
  506. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Teams.php';
  507. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/TicketTypes.php';
  508. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/PreparedResponses.php';
  509. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/Workflows.php';
  510. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Items/ExploreApps.php';
  511. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component/UIComponents/Dashboard/Homepage/Items/Mailbox.php';
  512. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Announcement.php';
  513. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Articles.php';
  514. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Categories.php';
  515. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Folders.php';
  516. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/SpamSettings.php';
  517. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/UIComponents/Dashboard/Homepage/Items/ApiSettings.php';
  518. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/SearchTemplate.php';
  519. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Dashboard/Segments/SearchItemInterface.php';
  520. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/AgentActivity.php';
  521. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Agents.php';
  522. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Apps.php';
  523. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Branding.php';
  524. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailSettings.php';
  525. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailTemplates.php';
  526. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Groups.php';
  527. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Kudos.php';
  528. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Privileges.php';
  529. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/SavedReplies.php';
  530. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Tags.php';
  531. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Teams.php';
  532. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/TicketTypes.php';
  533. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/UIComponents/Dashboard/Search/Tickets.php';
  534. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/UIComponents/Dashboard/Search/PreparedResponses.php';
  535. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/UIComponents/Dashboard/Search/Workflows.php';
  536. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/UIComponents/Dashboard/Search/Apps.php';
  537. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component/UIComponents/Dashboard/Search/Mailbox.php';
  538. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component/UIComponents/Dashboard/Search/SwiftMailer.php';
  539. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Announcement.php';
  540. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Articles.php';
  541. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Categories.php';
  542. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Customers.php';
  543. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Folders.php';
  544. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/SpamSettings.php';
  545. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/UIComponents/Dashboard/Search/ApiSettings.php';
  546. include_once \dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Tickets/WidgetCollection.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  648. };
  649. }
  650. public function compile(): void
  651. {
  652. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  653. }
  654. public function isCompiled(): bool
  655. {
  656. return true;
  657. }
  658. public function getRemovedIds(): array
  659. {
  660. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  661. }
  662. protected function load($file, $lazyLoad = true)
  663. {
  664. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  665. return $class::do($this, $lazyLoad);
  666. }
  667. if ('.' === $file[-4]) {
  668. $class = substr($class, 0, -4);
  669. } else {
  670. $file .= '.php';
  671. }
  672. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  673. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  674. }
  675. protected function createProxy($class, \Closure $factory)
  676. {
  677. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  678. return $factory();
  679. }
  680. /**
  681. * Gets the public '.container.private.profiler' shared service.
  682. *
  683. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  684. */
  685. protected function get_Container_Private_ProfilerService()
  686. {
  687. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  688. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  689. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  690. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  691. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  692. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  693. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  694. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  695. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  696. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  697. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  698. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  699. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  700. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  701. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  702. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  703. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  704. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  705. $d->addInstance('cache.doctrine.orm.global_auth.result', ($this->privates['cache.doctrine.orm.global_auth.result'] ?? $this->getCache_Doctrine_Orm_GlobalAuth_ResultService()));
  706. $d->addInstance('cache.doctrine.orm.global_auth.query', ($this->privates['cache.doctrine.orm.global_auth.query'] ?? $this->getCache_Doctrine_Orm_GlobalAuth_QueryService()));
  707. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  708. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  709. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  710. $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
  711. $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  712. $f->addLogger('global_auth', ($this->privates['doctrine.dbal.logger.profiling.global_auth'] ?? ($this->privates['doctrine.dbal.logger.profiling.global_auth'] = new \Doctrine\DBAL\Logging\DebugStack())));
  713. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  714. if ($this->has('kernel')) {
  715. $g->setKernel($b);
  716. }
  717. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  718. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  719. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  720. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  721. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  722. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  723. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  724. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  725. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  726. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  727. $instance->add($d);
  728. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  729. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_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()), false));
  730. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  731. $instance->add($e);
  732. $instance->add($f);
  733. $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  734. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  735. $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  736. $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  737. $instance->add($g);
  738. return $instance;
  739. }
  740. /**
  741. * Gets the public '.container.private.security.authorization_checker' shared service.
  742. *
  743. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  744. */
  745. protected function get_Container_Private_Security_AuthorizationCheckerService()
  746. {
  747. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  748. if (isset($this->services['.container.private.security.authorization_checker'])) {
  749. return $this->services['.container.private.security.authorization_checker'];
  750. }
  751. return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
  752. }
  753. /**
  754. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  755. *
  756. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  757. */
  758. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  759. {
  760. return $this->services['.container.private.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())));
  761. }
  762. /**
  763. * Gets the public '.container.private.security.token_storage' shared service.
  764. *
  765. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  766. */
  767. protected function get_Container_Private_Security_TokenStorageService()
  768. {
  769. return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  770. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  771. ], [
  772. 'request_stack' => '?',
  773. ]));
  774. }
  775. /**
  776. * Gets the public '.container.private.session' shared service.
  777. *
  778. * @return \Symfony\Component\HttpFoundation\Session\Session
  779. */
  780. protected function get_Container_Private_SessionService()
  781. {
  782. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  783. if (isset($this->services['.container.private.session'])) {
  784. return $this->services['.container.private.session'];
  785. }
  786. return $this->services['.container.private.session'] = $a->createSession();
  787. }
  788. /**
  789. * Gets the public '.container.private.twig' shared service.
  790. *
  791. * @return \Twig\Environment
  792. */
  793. protected function get_Container_Private_TwigService()
  794. {
  795. $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->services['uvdesk_extension.twig_loader'] ?? $this->getUvdeskExtension_TwigLoaderService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  796. $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  797. $b = ($this->services['translator'] ?? $this->getTranslatorService());
  798. $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  799. $d = ($this->services['router'] ?? $this->getRouterService());
  800. $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  801. $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  802. $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  803. $g->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $c]);
  804. $h = new \Symfony\Bridge\Twig\AppVariable();
  805. $h->setEnvironment('dev');
  806. $h->setDebug(true);
  807. if ($this->has('.container.private.security.token_storage')) {
  808. $h->setTokenStorage($f);
  809. }
  810. if ($this->has('request_stack')) {
  811. $h->setRequestStack($e);
  812. }
  813. $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  814. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  815. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  816. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  817. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['uvdesk_extension.assets_manager'] ?? $this->getUvdeskExtension_AssetsManagerService())));
  818. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__, 4), 'UTF-8'));
  819. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  820. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  821. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($a, true));
  822. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  823. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  824. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, $d)));
  825. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  826. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  827. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  828. $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())));
  829. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  830. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  831. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  832. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($d, $b)));
  833. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  834. $instance->addGlobal('app', $h);
  835. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  836. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  837. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  838. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  839. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  840. ], [
  841. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  842. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  843. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  844. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  845. ])));
  846. $instance->addGlobal('default_agent_image_path', 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png');
  847. $instance->addGlobal('default_customer_image_path', 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png');
  848. $instance->addGlobal('default_helpdesk_image_path', 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png');
  849. $instance->addGlobal('max_post_size', 8388608);
  850. $instance->addGlobal('max_file_uploads', 20);
  851. $instance->addGlobal('upload_max_filesize', 2097152);
  852. $instance->addGlobal('user_service', ($this->services['user.service'] ?? $this->getUser_ServiceService()));
  853. $instance->addGlobal('uvdesk_service', ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()));
  854. $instance->addGlobal('recaptcha_service', ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()));
  855. $instance->addGlobal('ticket_service', ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()));
  856. $instance->addGlobal('csrf_token_generator', ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  857. $instance->addGlobal('email_service', ($this->services['email.service'] ?? $this->getEmail_ServiceService()));
  858. $instance->addGlobal('uvdesk_extensibles', ($this->services['uvdesk.extensibles'] ?? $this->getUvdesk_ExtensiblesService()));
  859. $instance->addGlobal('uvdesk_core_file_system', ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()));
  860. $instance->addGlobal('uvdesk_automations', ($this->services['uvdesk.automations'] ?? $this->getUvdesk_AutomationsService()));
  861. $instance->addGlobal('uvdesk_version', 'v1.1.3');
  862. $instance->addGlobal('uvdesk_core_version', 'v1.1.4');
  863. $instance->registerUndefinedFilterCallback([0 => $i, 1 => 'suggestFilter']);
  864. $instance->registerUndefinedFunctionCallback([0 => $i, 1 => 'suggestFunction']);
  865. $instance->registerUndefinedTokenParserCallback([0 => $i, 1 => 'suggestTag']);
  866. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  867. return $instance;
  868. }
  869. /**
  870. * Gets the public '.container.private.validator' shared service.
  871. *
  872. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  873. */
  874. protected function get_Container_Private_ValidatorService()
  875. {
  876. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  877. }
  878. /**
  879. * Gets the public 'cache.app' shared service.
  880. *
  881. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  882. */
  883. protected function getCache_AppService()
  884. {
  885. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('TlZj-CN0ZH', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  886. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  887. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  888. }
  889. /**
  890. * Gets the public 'cache.system' shared service.
  891. *
  892. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  893. */
  894. protected function getCache_SystemService()
  895. {
  896. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CcfEGrHQHN', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  897. }
  898. /**
  899. * Gets the public 'cache.validator_expression_language' shared service.
  900. *
  901. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  902. */
  903. protected function getCache_ValidatorExpressionLanguageService()
  904. {
  905. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4TpB3337DD', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  906. }
  907. /**
  908. * Gets the public 'data_collector.dump' shared service.
  909. *
  910. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  911. */
  912. protected function getDataCollector_DumpService()
  913. {
  914. 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()));
  915. }
  916. /**
  917. * Gets the public 'doctrine' shared service.
  918. *
  919. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  920. */
  921. protected function getDoctrineService()
  922. {
  923. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  924. }
  925. /**
  926. * Gets the public 'doctrine.dbal.default_connection' shared service.
  927. *
  928. * @return \Doctrine\DBAL\Connection
  929. */
  930. protected function getDoctrine_Dbal_DefaultConnectionService()
  931. {
  932. $a = new \Doctrine\DBAL\Configuration();
  933. $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  934. return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  935. 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => ['privates', 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle', 'getLifecycleService', true],
  936. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  937. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  938. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  939. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  940. ], [
  941. 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => '?',
  942. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  943. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  944. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  945. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  946. ]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => [0 => [0 => 'prePersist'], 1 => 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'], 4 => [0 => [0 => 'preUpdate'], 1 => 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'], 5 => [0 => [0 => 'postLoad'], 1 => 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'], 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  947. }
  948. /**
  949. * Gets the public 'doctrine.dbal.global_auth_connection' shared service.
  950. *
  951. * @return \Doctrine\DBAL\Connection
  952. */
  953. protected function getDoctrine_Dbal_GlobalAuthConnectionService()
  954. {
  955. $a = new \Doctrine\DBAL\Configuration();
  956. $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.global_auth'] ?? ($this->privates['doctrine.dbal.logger.profiling.global_auth'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  957. return $this->services['doctrine.dbal.global_auth_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_SECOND_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  958. 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => ['privates', 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle', 'getLifecycleService', true],
  959. 'doctrine.orm.global_auth_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.global_auth_listeners.attach_entity_listeners', 'getDoctrine_Orm_GlobalAuthListeners_AttachEntityListenersService', true],
  960. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  961. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  962. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  963. ], [
  964. 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => '?',
  965. 'doctrine.orm.global_auth_listeners.attach_entity_listeners' => '?',
  966. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  967. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  968. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  969. ]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => [0 => [0 => 'prePersist'], 1 => 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'], 4 => [0 => [0 => 'preUpdate'], 1 => 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'], 5 => [0 => [0 => 'postLoad'], 1 => 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'], 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.global_auth_listeners.attach_entity_listeners']]), []);
  970. }
  971. /**
  972. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  973. *
  974. * @return \Doctrine\ORM\EntityManager
  975. */
  976. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  977. {
  978. if ($lazyLoad) {
  979. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  980. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  981. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  982. $proxy->setProxyInitializer(null);
  983. return true;
  984. });
  985. });
  986. }
  987. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  988. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  989. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  990. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  991. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  992. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  993. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  994. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  995. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  996. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  997. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  998. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  999. $a = new \Doctrine\ORM\Configuration();
  1000. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1001. $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1002. $b->addDriver($c, 'App\\Entity');
  1003. $b->addDriver($c, 'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity');
  1004. $b->addDriver($c, 'Webkul\\UVDesk\\AutomationBundle\\Entity');
  1005. $b->addDriver($c, 'Webkul\\UVDesk\\SupportCenterBundle\\Entity');
  1006. $b->addDriver($c, 'Webkul\\UVDesk\\ApiBundle\\Entity');
  1007. $a->setEntityNamespaces(['App' => 'App\\Entity', 'UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity', 'UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\Entity', 'UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\Entity', 'UVDeskApiBundle' => 'Webkul\\UVDesk\\ApiBundle\\Entity']);
  1008. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1009. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1010. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1011. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1012. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1013. $a->setProxyNamespace('Proxies');
  1014. $a->setAutoGenerateProxyClasses(false);
  1015. $a->setSchemaIgnoreClasses([]);
  1016. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1017. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1018. $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1019. $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1020. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1021. $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1022. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1023. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1024. return $instance;
  1025. }
  1026. /**
  1027. * Gets the public 'doctrine.orm.global_auth_entity_manager' shared service.
  1028. *
  1029. * @return \Doctrine\ORM\EntityManager
  1030. */
  1031. protected function getDoctrine_Orm_GlobalAuthEntityManagerService($lazyLoad = true)
  1032. {
  1033. if ($lazyLoad) {
  1034. return $this->services['doctrine.orm.global_auth_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1035. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1036. $wrappedInstance = $this->getDoctrine_Orm_GlobalAuthEntityManagerService(false);
  1037. $proxy->setProxyInitializer(null);
  1038. return true;
  1039. });
  1040. });
  1041. }
  1042. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1043. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1044. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  1045. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1046. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1047. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1048. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1049. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1050. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1051. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1052. $a = new \Doctrine\ORM\Configuration();
  1053. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1054. $b->addDriver(($this->privates['doctrine.orm.global_auth_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.global_auth_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity/Global_auth')]))), 'App\\Entity\\Global_auth');
  1055. $a->setEntityNamespaces(['global_auth' => 'App\\Entity\\Global_auth']);
  1056. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1057. $a->setQueryCache(($this->privates['cache.doctrine.orm.global_auth.query'] ?? $this->getCache_Doctrine_Orm_GlobalAuth_QueryService()));
  1058. $a->setResultCache(($this->privates['cache.doctrine.orm.global_auth.result'] ?? $this->getCache_Doctrine_Orm_GlobalAuth_ResultService()));
  1059. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1060. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1061. $a->setProxyNamespace('Proxies');
  1062. $a->setAutoGenerateProxyClasses(false);
  1063. $a->setSchemaIgnoreClasses([]);
  1064. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1065. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1066. $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1067. $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1068. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1069. $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1070. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.global_auth_connection'] ?? $this->getDoctrine_Dbal_GlobalAuthConnectionService()), $a);
  1071. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1072. return $instance;
  1073. }
  1074. /**
  1075. * Gets the public 'email.service' shared autowired service.
  1076. *
  1077. * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService
  1078. */
  1079. protected function getEmail_ServiceService()
  1080. {
  1081. 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()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1082. }
  1083. /**
  1084. * Gets the public 'event_dispatcher' shared service.
  1085. *
  1086. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1087. */
  1088. protected function getEventDispatcherService()
  1089. {
  1090. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1091. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1092. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1093. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1094. $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())));
  1095. $instance->addListener('console.command', [0 => function () {
  1096. return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->load('getConsoleService'));
  1097. }, 1 => 'onConsoleCommand'], 0);
  1098. $instance->addListener('console.terminate', [0 => function () {
  1099. return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->load('getConsoleService'));
  1100. }, 1 => 'onConsoleTerminate'], 0);
  1101. $instance->addListener('uvdesk.automation.prepared_response.execute', [0 => function () {
  1102. return ($this->services['uvdesk.automations.prepared_responses'] ?? $this->load('getUvdesk_Automations_PreparedResponsesService'));
  1103. }, 1 => 'executePreparedResponse'], 0);
  1104. $instance->addListener('uvdesk.automation.workflow.execute', [0 => function () {
  1105. return ($this->services['uvdesk.automations.workflows'] ?? $this->load('getUvdesk_Automations_WorkflowsService'));
  1106. }, 1 => 'executeWorkflow'], 0);
  1107. $instance->addListener('console.command', [0 => function () {
  1108. return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->load('getConsole2Service'));
  1109. }, 1 => 'onConsoleCommand'], 0);
  1110. $instance->addListener('console.terminate', [0 => function () {
  1111. return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->load('getConsole2Service'));
  1112. }, 1 => 'onConsoleTerminate'], 0);
  1113. $instance->addListener('kernel.request', [0 => function () {
  1114. return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  1115. }, 1 => 'onKernelRequest'], 0);
  1116. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1117. return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  1118. }, 1 => 'onKernelControllerArguments'], 0);
  1119. $instance->addListener('kernel.exception', [0 => function () {
  1120. return ($this->privates['Webkul\\UVDesk\\ApiBundle\\EventListeners\\API\\KernelException'] ?? $this->load('getKernelExceptionService'));
  1121. }, 1 => 'onKernelException'], 0);
  1122. $instance->addListener('kernel.request', [0 => function () {
  1123. return ($this->privates['Webkul\\UVDesk\\ApiBundle\\EventListeners\\API\\KernelRequest'] ?? $this->getKernelRequestService());
  1124. }, 1 => 'onKernelRequest'], 0);
  1125. $instance->addListener('kernel.response', [0 => function () {
  1126. return ($this->privates['Webkul\\UVDesk\\ApiBundle\\EventListeners\\API\\KernelRequest'] ?? $this->getKernelRequestService());
  1127. }, 1 => 'onKernelResponse'], 0);
  1128. $instance->addListener('kernel.controller', [0 => function () {
  1129. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1130. }, 1 => 'onKernelController'], 0);
  1131. $instance->addListener('kernel.request', [0 => function () {
  1132. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1133. }, 1 => 'onKernelRequest'], 0);
  1134. $instance->addListener('kernel.exception', [0 => function () {
  1135. return ($this->privates['App\\EventListener\\ExceptionSubscriber'] ?? $this->load('getExceptionSubscriberService'));
  1136. }, 1 => 'onKernelException'], 10);
  1137. $instance->addListener('kernel.response', [0 => function () {
  1138. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1139. }, 1 => 'onKernelResponse'], 0);
  1140. $instance->addListener('kernel.response', [0 => function () {
  1141. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1142. }, 1 => 'onKernelResponse'], -1024);
  1143. $instance->addListener('kernel.request', [0 => function () {
  1144. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1145. }, 1 => 'setDefaultLocale'], 100);
  1146. $instance->addListener('kernel.request', [0 => function () {
  1147. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1148. }, 1 => 'onKernelRequest'], 16);
  1149. $instance->addListener('kernel.finish_request', [0 => function () {
  1150. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1151. }, 1 => 'onKernelFinishRequest'], 0);
  1152. $instance->addListener('kernel.request', [0 => function () {
  1153. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1154. }, 1 => 'onKernelRequest'], 256);
  1155. $instance->addListener('kernel.response', [0 => function () {
  1156. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1157. }, 1 => 'onResponse'], -255);
  1158. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1159. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1160. }, 1 => 'onControllerArguments'], 0);
  1161. $instance->addListener('kernel.exception', [0 => function () {
  1162. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1163. }, 1 => 'logKernelException'], 0);
  1164. $instance->addListener('kernel.exception', [0 => function () {
  1165. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1166. }, 1 => 'onKernelException'], -128);
  1167. $instance->addListener('kernel.response', [0 => function () {
  1168. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1169. }, 1 => 'removeCspHeader'], -128);
  1170. $instance->addListener('kernel.request', [0 => function () {
  1171. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1172. }, 1 => 'onKernelRequest'], 15);
  1173. $instance->addListener('kernel.finish_request', [0 => function () {
  1174. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1175. }, 1 => 'onKernelFinishRequest'], -15);
  1176. $instance->addListener('console.error', [0 => function () {
  1177. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1178. }, 1 => 'onConsoleError'], -128);
  1179. $instance->addListener('console.terminate', [0 => function () {
  1180. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1181. }, 1 => 'onConsoleTerminate'], -128);
  1182. $instance->addListener('console.error', [0 => function () {
  1183. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1184. }, 1 => 'onConsoleError'], 0);
  1185. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1186. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1187. }, 1 => 'onMessage'], -255);
  1188. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1189. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1190. }, 1 => 'onMessage'], -255);
  1191. $instance->addListener('kernel.request', [0 => function () {
  1192. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1193. }, 1 => 'configure'], 2048);
  1194. $instance->addListener('console.command', [0 => function () {
  1195. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1196. }, 1 => 'configure'], 2048);
  1197. $instance->addListener('kernel.request', [0 => function () {
  1198. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1199. }, 1 => 'onKernelRequest'], 32);
  1200. $instance->addListener('kernel.finish_request', [0 => function () {
  1201. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1202. }, 1 => 'onKernelFinishRequest'], 0);
  1203. $instance->addListener('kernel.exception', [0 => function () {
  1204. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1205. }, 1 => 'onKernelException'], -64);
  1206. $instance->addListener('kernel.response', [0 => function () {
  1207. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1208. }, 1 => 'onKernelResponse'], 0);
  1209. $instance->addListener('kernel.request', [0 => function () {
  1210. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1211. }, 1 => 'onKernelRequest'], 128);
  1212. $instance->addListener('kernel.response', [0 => function () {
  1213. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1214. }, 1 => 'onKernelResponse'], -1000);
  1215. $instance->addListener('kernel.finish_request', [0 => function () {
  1216. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1217. }, 1 => 'onFinishRequest'], 0);
  1218. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1219. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1220. }, 1 => 'onNotification'], -255);
  1221. $instance->addListener('kernel.response', [0 => function () {
  1222. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1223. }, 1 => 'onKernelResponse'], -100);
  1224. $instance->addListener('kernel.exception', [0 => function () {
  1225. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1226. }, 1 => 'onKernelException'], 0);
  1227. $instance->addListener('kernel.terminate', [0 => function () {
  1228. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1229. }, 1 => 'onKernelTerminate'], -1024);
  1230. $instance->addListener('kernel.controller', [0 => function () {
  1231. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1232. }, 1 => 'onKernelController'], 0);
  1233. $instance->addListener('kernel.response', [0 => function () {
  1234. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1235. }, 1 => 'onKernelResponse'], 0);
  1236. $instance->addListener('knp_pager.before', [0 => function () {
  1237. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1238. }, 1 => 'before'], 0);
  1239. $instance->addListener('knp_pager.pagination', [0 => function () {
  1240. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1241. }, 1 => 'pagination'], 0);
  1242. $instance->addListener('knp_pager.before', [0 => function () {
  1243. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1244. }, 1 => 'before'], 1);
  1245. $instance->addListener('knp_pager.before', [0 => function () {
  1246. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1247. }, 1 => 'before'], 1);
  1248. $instance->addListener('knp_pager.pagination', [0 => function () {
  1249. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1250. }, 1 => 'pagination'], 1);
  1251. $instance->addListener('kernel.controller', [0 => function () {
  1252. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1253. }, 1 => 'onKernelController'], 0);
  1254. $instance->addListener('kernel.controller', [0 => function () {
  1255. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1256. }, 1 => 'onKernelController'], 0);
  1257. $instance->addListener('kernel.controller', [0 => function () {
  1258. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1259. }, 1 => 'onKernelController'], -128);
  1260. $instance->addListener('kernel.view', [0 => function () {
  1261. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1262. }, 1 => 'onKernelView'], 0);
  1263. $instance->addListener('kernel.controller', [0 => function () {
  1264. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1265. }, 1 => 'onKernelController'], 0);
  1266. $instance->addListener('kernel.response', [0 => function () {
  1267. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1268. }, 1 => 'onKernelResponse'], 0);
  1269. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1270. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1271. }, 1 => 'onKernelControllerArguments'], 0);
  1272. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1273. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1274. }, 1 => 'onKernelControllerArguments'], 0);
  1275. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1276. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1277. }, 1 => 'onMessage'], 0);
  1278. $instance->addListener('kernel.response', [0 => function () {
  1279. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1280. }, 1 => 'onKernelResponse'], -128);
  1281. $instance->addListener('console.command', [0 => function () {
  1282. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1283. }, 1 => 'onCommand'], 255);
  1284. $instance->addListener('console.terminate', [0 => function () {
  1285. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1286. }, 1 => 'onTerminate'], -255);
  1287. $instance->addListener('console.command', [0 => function () {
  1288. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1289. }, 1 => 'configure'], 1024);
  1290. $instance->addListener('console.error', [0 => function () {
  1291. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1292. }, 1 => 'onConsoleError'], 0);
  1293. $instance->addListener('console.terminate', [0 => function () {
  1294. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1295. }, 1 => 'onConsoleTerminate'], 0);
  1296. $instance->addListener('kernel.response', [0 => function () {
  1297. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1298. }, 1 => 'onKernelResponse'], 0);
  1299. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1300. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1301. }, 1 => 'onVoterVote'], 0);
  1302. $instance->addListener('kernel.request', [0 => function () {
  1303. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1304. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1305. $instance->addListener('kernel.request', [0 => function () {
  1306. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1307. }, 1 => 'onKernelRequest'], 8);
  1308. $instance->addListener('kernel.finish_request', [0 => function () {
  1309. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1310. }, 1 => 'onKernelFinishRequest'], 0);
  1311. $instance->addListener('kernel.exception', [0 => function () {
  1312. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1313. }, 1 => 'onException'], 0);
  1314. $instance->addListener('kernel.terminate', [0 => function () {
  1315. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1316. }, 1 => 'onTerminate'], 0);
  1317. $instance->addListener('console.error', [0 => function () {
  1318. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1319. }, 1 => 'onException'], 0);
  1320. $instance->addListener('console.terminate', [0 => function () {
  1321. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1322. }, 1 => 'onTerminate'], 0);
  1323. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1324. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1325. }, 1 => 'onLogout'], 0);
  1326. return $instance;
  1327. }
  1328. /**
  1329. * Gets the public 'http_kernel' shared service.
  1330. *
  1331. * @return \Symfony\Component\HttpKernel\HttpKernel
  1332. */
  1333. protected function getHttpKernelService()
  1334. {
  1335. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1336. if (isset($this->services['http_kernel'])) {
  1337. return $this->services['http_kernel'];
  1338. }
  1339. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1340. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1341. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1342. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1343. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1344. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1345. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1346. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1347. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1348. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1349. }, 8)), $b));
  1350. }
  1351. /**
  1352. * Gets the public 'monolog.logger.deprecation' shared service.
  1353. *
  1354. * @return \Symfony\Bridge\Monolog\Logger
  1355. */
  1356. protected function getMonolog_Logger_DeprecationService()
  1357. {
  1358. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1359. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1360. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1361. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1362. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1363. return $instance;
  1364. }
  1365. /**
  1366. * Gets the public 'recaptcha.service' shared autowired service.
  1367. *
  1368. * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService
  1369. */
  1370. protected function getRecaptcha_ServiceService()
  1371. {
  1372. 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);
  1373. }
  1374. /**
  1375. * Gets the public 'request_stack' shared service.
  1376. *
  1377. * @return \Symfony\Component\HttpFoundation\RequestStack
  1378. */
  1379. protected function getRequestStackService()
  1380. {
  1381. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1382. }
  1383. /**
  1384. * Gets the public 'router' shared service.
  1385. *
  1386. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1387. */
  1388. protected function getRouterService()
  1389. {
  1390. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1391. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1392. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1393. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1394. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1395. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1396. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1397. ], [
  1398. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1399. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', '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');
  1400. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1401. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1402. return $instance;
  1403. }
  1404. /**
  1405. * Gets the public 'ticket.service' shared autowired service.
  1406. *
  1407. * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService
  1408. */
  1409. protected function getTicket_ServiceService()
  1410. {
  1411. $a = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1412. if (isset($this->services['ticket.service'])) {
  1413. return $this->services['ticket.service'];
  1414. }
  1415. return $this->services['ticket.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService($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->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Services\\FileUploadService'] ?? $this->getFileUploadServiceService()), $a);
  1416. }
  1417. /**
  1418. * Gets the public 'translator' shared service.
  1419. *
  1420. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1421. */
  1422. protected function getTranslatorService()
  1423. {
  1424. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1425. }
  1426. /**
  1427. * Gets the public 'user.service' shared autowired service.
  1428. *
  1429. * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UserService
  1430. */
  1431. protected function getUser_ServiceService()
  1432. {
  1433. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1434. if (isset($this->services['user.service'])) {
  1435. return $this->services['user.service'];
  1436. }
  1437. 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);
  1438. }
  1439. /**
  1440. * Gets the public 'uvdesk.automations' shared autowired service.
  1441. *
  1442. * @return \Webkul\UVDesk\AutomationBundle\Services\AutomationService
  1443. */
  1444. protected function getUvdesk_AutomationsService()
  1445. {
  1446. 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()));
  1447. }
  1448. /**
  1449. * Gets the public 'uvdesk.core.file_system.service' shared autowired service.
  1450. *
  1451. * @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem
  1452. */
  1453. protected function getUvdesk_Core_FileSystem_ServiceService()
  1454. {
  1455. 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())));
  1456. }
  1457. /**
  1458. * Gets the public 'uvdesk.extensibles' shared autowired service.
  1459. *
  1460. * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager
  1461. */
  1462. protected function getUvdesk_ExtensiblesService()
  1463. {
  1464. $this->services['uvdesk.extensibles'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager($this);
  1465. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1466. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1467. $c = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1468. $d = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate($a, $b, $c);
  1469. $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account());
  1470. $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps());
  1471. $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding());
  1472. $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity());
  1473. $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports());
  1474. $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings());
  1475. $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users());
  1476. $d->addPanelSidebar(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase());
  1477. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile());
  1478. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies());
  1479. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags());
  1480. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes());
  1481. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity());
  1482. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos());
  1483. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding());
  1484. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings());
  1485. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates());
  1486. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer());
  1487. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk());
  1488. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents());
  1489. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers());
  1490. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups());
  1491. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges());
  1492. $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams());
  1493. $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses());
  1494. $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows());
  1495. $d->addPanelSidebarItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes());
  1496. $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement());
  1497. $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles());
  1498. $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories());
  1499. $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders());
  1500. $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam());
  1501. $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter());
  1502. $d->addPanelSidebarItem(new \Webkul\UVDesk\ApiBundle\UIComponents\Dashboard\Panel\Items\Settings\ApiSettings());
  1503. $e = ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] ?? $this->getDashboardTemplateService());
  1504. $f = ($this->services['router'] ?? $this->getRouterService());
  1505. $g = ($this->services['translator'] ?? $this->getTranslatorService());
  1506. $h = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate($this, $a, $f, $c, $g);
  1507. $i = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate($f, $c, $g);
  1508. $j = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard($e, $h, $i);
  1509. $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home());
  1510. $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports());
  1511. $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket());
  1512. $j->appendNavigation(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps());
  1513. $j->appendNavigation(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase());
  1514. $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity());
  1515. $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports());
  1516. $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings());
  1517. $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users());
  1518. $j->appendHomepageSection(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps());
  1519. $j->appendHomepageSection(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase());
  1520. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity());
  1521. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents());
  1522. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding());
  1523. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers());
  1524. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings());
  1525. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates());
  1526. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups());
  1527. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos());
  1528. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges());
  1529. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies());
  1530. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer());
  1531. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags());
  1532. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams());
  1533. $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes());
  1534. $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses());
  1535. $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows());
  1536. $j->appendHomepageSectionItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps());
  1537. $j->appendHomepageSectionItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox());
  1538. $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement());
  1539. $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles());
  1540. $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories());
  1541. $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders());
  1542. $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings());
  1543. $j->appendHomepageSectionItem(new \Webkul\UVDesk\ApiBundle\UIComponents\Dashboard\Homepage\Items\ApiSettings());
  1544. $k = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate($b, $g, $c);
  1545. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity());
  1546. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents());
  1547. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  1548. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding());
  1549. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings());
  1550. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates());
  1551. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups());
  1552. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos());
  1553. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges());
  1554. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies());
  1555. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags());
  1556. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams());
  1557. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes());
  1558. $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets());
  1559. $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses());
  1560. $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows());
  1561. $k->appendSearchItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  1562. $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox());
  1563. $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer());
  1564. $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement());
  1565. $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles());
  1566. $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories());
  1567. $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers());
  1568. $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders());
  1569. $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings());
  1570. $k->appendSearchItem(new \Webkul\UVDesk\ApiBundle\UIComponents\Dashboard\Search\ApiSettings());
  1571. $instance->addComponent($d);
  1572. $instance->addComponent($j);
  1573. $instance->addComponent($e);
  1574. $instance->addComponent($i);
  1575. $instance->addComponent($h);
  1576. $instance->addComponent($k);
  1577. $instance->addComponent(($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'] ?? $this->getQuickActionButtonCollectionService()));
  1578. $instance->addComponent(new \Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection());
  1579. return $instance;
  1580. }
  1581. /**
  1582. * Gets the public 'uvdesk.service' shared autowired service.
  1583. *
  1584. * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService
  1585. */
  1586. protected function getUvdesk_ServiceService()
  1587. {
  1588. $a = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1589. if (isset($this->services['uvdesk.service'])) {
  1590. return $this->services['uvdesk.service'];
  1591. }
  1592. 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()), $a);
  1593. }
  1594. /**
  1595. * Gets the public 'uvdesk_extension.assets_manager' shared service.
  1596. *
  1597. * @return \Symfony\Component\Asset\Packages
  1598. */
  1599. protected function getUvdeskExtension_AssetsManagerService()
  1600. {
  1601. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1602. 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())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1603. return new \EmptyIterator();
  1604. }, 0));
  1605. }
  1606. /**
  1607. * Gets the public 'uvdesk_extension.twig_loader' shared service.
  1608. *
  1609. * @return \Twig\Loader\FilesystemLoader
  1610. */
  1611. protected function getUvdeskExtension_TwigLoaderService()
  1612. {
  1613. $this->services['uvdesk_extension.twig_loader'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1614. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Resources/views'), 'UVDeskCoreFramework');
  1615. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Resources/views'), '!UVDeskCoreFramework');
  1616. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/Resources/views'), 'UVDeskAutomation');
  1617. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/Resources/views'), '!UVDeskAutomation');
  1618. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/Resources/views'), 'UVDeskExtensionFramework');
  1619. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/Resources/views'), '!UVDeskExtensionFramework');
  1620. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component/Resources/views'), 'UVDeskMailbox');
  1621. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component/Resources/views'), '!UVDeskMailbox');
  1622. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/Resources/views'), 'UVDeskSupportCenter');
  1623. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/Resources/views'), '!UVDeskSupportCenter');
  1624. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/Resources/views'), 'UVDeskApi');
  1625. $instance->addPath((\dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/Resources/views'), '!UVDeskApi');
  1626. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1627. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1628. $instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1629. $instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1630. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1631. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1632. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1633. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1634. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1635. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1636. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1637. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1638. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1639. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1640. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1641. return $instance;
  1642. }
  1643. /**
  1644. * Gets the public 'var_dumper.cloner' shared service.
  1645. *
  1646. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1647. */
  1648. protected function getVarDumper_ClonerService()
  1649. {
  1650. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1651. $instance->setMaxItems(2500);
  1652. $instance->setMinDepth(1);
  1653. $instance->setMaxString(-1);
  1654. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1655. return $instance;
  1656. }
  1657. /**
  1658. * Gets the private '.debug.http_client' shared service.
  1659. *
  1660. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1661. */
  1662. protected function get_Debug_HttpClientService()
  1663. {
  1664. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1665. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1666. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1667. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1668. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1669. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1670. $a->setLogger($b);
  1671. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1672. }
  1673. /**
  1674. * Gets the private '.service_locator.KLVvNIq' shared service.
  1675. *
  1676. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1677. */
  1678. protected function get_ServiceLocator_KLVvNIqService()
  1679. {
  1680. return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1681. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1682. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1683. ], [
  1684. 'doctrine.ulid_generator' => '?',
  1685. 'doctrine.uuid_generator' => '?',
  1686. ]);
  1687. }
  1688. /**
  1689. * Gets the private '.service_locator.Y0rYR9K' shared service.
  1690. *
  1691. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1692. */
  1693. protected function get_ServiceLocator_Y0rYR9KService()
  1694. {
  1695. return $this->privates['.service_locator.Y0rYR9K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1696. 'security.firewall.map.context.back_support' => ['privates', 'security.firewall.map.context.back_support', 'getSecurity_Firewall_Map_Context_BackSupportService', true],
  1697. 'security.firewall.map.context.customer' => ['privates', 'security.firewall.map.context.customer', 'getSecurity_Firewall_Map_Context_CustomerService', true],
  1698. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1699. 'security.firewall.map.context.uvdesk_api' => ['privates', 'security.firewall.map.context.uvdesk_api', 'getSecurity_Firewall_Map_Context_UvdeskApiService', true],
  1700. ], [
  1701. 'security.firewall.map.context.back_support' => '?',
  1702. 'security.firewall.map.context.customer' => '?',
  1703. 'security.firewall.map.context.dev' => '?',
  1704. 'security.firewall.map.context.uvdesk_api' => '?',
  1705. ]);
  1706. }
  1707. /**
  1708. * Gets the private 'Webkul\UVDesk\ApiBundle\EventListeners\API\KernelRequest' shared autowired service.
  1709. *
  1710. * @return \Webkul\UVDesk\ApiBundle\EventListeners\API\KernelRequest
  1711. */
  1712. protected function getKernelRequestService()
  1713. {
  1714. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1715. if (isset($this->privates['Webkul\\UVDesk\\ApiBundle\\EventListeners\\API\\KernelRequest'])) {
  1716. return $this->privates['Webkul\\UVDesk\\ApiBundle\\EventListeners\\API\\KernelRequest'];
  1717. }
  1718. return $this->privates['Webkul\\UVDesk\\ApiBundle\\EventListeners\\API\\KernelRequest'] = new \Webkul\UVDesk\ApiBundle\EventListeners\API\KernelRequest($a);
  1719. }
  1720. /**
  1721. * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate' shared autowired service.
  1722. *
  1723. * @return \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate
  1724. */
  1725. protected function getDashboardTemplateService()
  1726. {
  1727. 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()));
  1728. }
  1729. /**
  1730. * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService' shared autowired service.
  1731. *
  1732. * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService
  1733. */
  1734. protected function getFileUploadServiceService()
  1735. {
  1736. return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Services\\FileUploadService'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1737. }
  1738. /**
  1739. * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection' shared autowired service.
  1740. *
  1741. * @return \Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection
  1742. */
  1743. protected function getQuickActionButtonCollectionService()
  1744. {
  1745. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1746. if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  1747. return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  1748. }
  1749. $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1750. if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  1751. return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  1752. }
  1753. $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);
  1754. $instance->add(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies(), [0 => []]);
  1755. $instance->add(new \Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), [0 => []]);
  1756. return $instance;
  1757. }
  1758. /**
  1759. * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel' shared autowired service.
  1760. *
  1761. * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel
  1762. */
  1763. protected function getKernel2Service()
  1764. {
  1765. 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())));
  1766. }
  1767. /**
  1768. * Gets the private 'annotations.cache_adapter' shared service.
  1769. *
  1770. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1771. */
  1772. protected function getAnnotations_CacheAdapterService()
  1773. {
  1774. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1775. }
  1776. /**
  1777. * Gets the private 'annotations.cached_reader' shared service.
  1778. *
  1779. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1780. */
  1781. protected function getAnnotations_CachedReaderService()
  1782. {
  1783. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1784. }
  1785. /**
  1786. * Gets the private 'annotations.reader' shared service.
  1787. *
  1788. * @return \Doctrine\Common\Annotations\AnnotationReader
  1789. */
  1790. protected function getAnnotations_ReaderService()
  1791. {
  1792. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1793. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1794. $a->registerUniqueLoader('class_exists');
  1795. $instance->addGlobalIgnoredName('required', $a);
  1796. return $instance;
  1797. }
  1798. /**
  1799. * Gets the private 'cache.annotations' shared service.
  1800. *
  1801. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1802. */
  1803. protected function getCache_AnnotationsService()
  1804. {
  1805. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MYbNAeSPlV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1806. }
  1807. /**
  1808. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1809. *
  1810. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1811. */
  1812. protected function getCache_Doctrine_Orm_Default_QueryService()
  1813. {
  1814. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1815. }
  1816. /**
  1817. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1818. *
  1819. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1820. */
  1821. protected function getCache_Doctrine_Orm_Default_ResultService()
  1822. {
  1823. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1824. }
  1825. /**
  1826. * Gets the private 'cache.doctrine.orm.global_auth.query' shared service.
  1827. *
  1828. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1829. */
  1830. protected function getCache_Doctrine_Orm_GlobalAuth_QueryService()
  1831. {
  1832. return $this->privates['cache.doctrine.orm.global_auth.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1833. }
  1834. /**
  1835. * Gets the private 'cache.doctrine.orm.global_auth.result' shared service.
  1836. *
  1837. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1838. */
  1839. protected function getCache_Doctrine_Orm_GlobalAuth_ResultService()
  1840. {
  1841. return $this->privates['cache.doctrine.orm.global_auth.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1842. }
  1843. /**
  1844. * Gets the private 'cache.property_info' shared service.
  1845. *
  1846. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1847. */
  1848. protected function getCache_PropertyInfoService()
  1849. {
  1850. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('q2SXRaPX6+', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1851. }
  1852. /**
  1853. * Gets the private 'cache.security_expression_language' shared service.
  1854. *
  1855. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1856. */
  1857. protected function getCache_SecurityExpressionLanguageService()
  1858. {
  1859. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Z3-a+Zgvcp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1860. }
  1861. /**
  1862. * Gets the private 'cache.serializer' shared service.
  1863. *
  1864. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1865. */
  1866. protected function getCache_SerializerService()
  1867. {
  1868. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Jl11XtSGLp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1869. }
  1870. /**
  1871. * Gets the private 'cache.validator' shared service.
  1872. *
  1873. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1874. */
  1875. protected function getCache_ValidatorService()
  1876. {
  1877. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k8O7+w5zKA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1878. }
  1879. /**
  1880. * Gets the private 'config_cache_factory' shared service.
  1881. *
  1882. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1883. */
  1884. protected function getConfigCacheFactoryService()
  1885. {
  1886. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1887. yield 0 => ($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)));
  1888. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1889. }, 2));
  1890. }
  1891. /**
  1892. * Gets the private 'data_collector.form' shared service.
  1893. *
  1894. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1895. */
  1896. protected function getDataCollector_FormService()
  1897. {
  1898. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1899. }
  1900. /**
  1901. * Gets the private 'data_collector.request' shared service.
  1902. *
  1903. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1904. */
  1905. protected function getDataCollector_RequestService()
  1906. {
  1907. return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1908. }
  1909. /**
  1910. * Gets the private 'debug.debug_handlers_listener' shared service.
  1911. *
  1912. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1913. */
  1914. protected function getDebug_DebugHandlersListenerService()
  1915. {
  1916. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1917. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1918. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1919. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1920. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1921. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1922. }
  1923. /**
  1924. * Gets the private 'debug.file_link_formatter' shared service.
  1925. *
  1926. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1927. */
  1928. protected function getDebug_FileLinkFormatterService()
  1929. {
  1930. 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())), \dirname(__DIR__, 4), function () {
  1931. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1932. });
  1933. }
  1934. /**
  1935. * Gets the private 'debug.log_processor' shared service.
  1936. *
  1937. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1938. */
  1939. protected function getDebug_LogProcessorService()
  1940. {
  1941. 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())));
  1942. }
  1943. /**
  1944. * Gets the private 'debug.security.access.decision_manager' shared service.
  1945. *
  1946. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1947. */
  1948. protected function getDebug_Security_Access_DecisionManagerService()
  1949. {
  1950. 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 () {
  1951. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1952. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1953. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1954. yield 3 => ($this->privates['debug.security.voter.Webkul\\UVDesk\\CoreFrameworkBundle\\Security\\TicketVoter'] ?? $this->load('getTicketVoterService'));
  1955. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1956. }
  1957. /**
  1958. * Gets the private 'debug.security.firewall' shared service.
  1959. *
  1960. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1961. */
  1962. protected function getDebug_Security_FirewallService()
  1963. {
  1964. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1965. if (isset($this->privates['debug.security.firewall'])) {
  1966. return $this->privates['debug.security.firewall'];
  1967. }
  1968. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1969. if (isset($this->privates['debug.security.firewall'])) {
  1970. return $this->privates['debug.security.firewall'];
  1971. }
  1972. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1973. }
  1974. /**
  1975. * Gets the private 'doctrine.dbal.logger' shared service.
  1976. *
  1977. * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  1978. */
  1979. protected function getDoctrine_Dbal_LoggerService()
  1980. {
  1981. $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1982. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1983. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1984. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1985. return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1986. }
  1987. /**
  1988. * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  1989. *
  1990. * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  1991. */
  1992. protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  1993. {
  1994. return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1995. 'App\\Repository\\TestRepository' => ['privates', 'App\\Repository\\TestRepository', 'getTestRepositoryService', true],
  1996. 'Webkul\\UVDesk\\ApiBundle\\Repository\\ApiAccessCredentialRepository' => ['privates', 'Webkul\\UVDesk\\ApiBundle\\Repository\\ApiAccessCredentialRepository', 'getApiAccessCredentialRepositoryService', true],
  1997. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => ['privates', 'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository', 'getAgentActivityRepositoryService', true],
  1998. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => ['privates', 'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository', 'getRecaptchaRepositoryService', true],
  1999. 'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => ['privates', 'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository', 'getAnnouncementRepositoryService', true],
  2000. ], [
  2001. 'App\\Repository\\TestRepository' => '?',
  2002. 'Webkul\\UVDesk\\ApiBundle\\Repository\\ApiAccessCredentialRepository' => '?',
  2003. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => '?',
  2004. 'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => '?',
  2005. 'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => '?',
  2006. ]));
  2007. }
  2008. /**
  2009. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2010. *
  2011. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2012. */
  2013. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2014. {
  2015. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Entity'), 2 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/Entity'), 3 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/Entity'), 4 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/Entity')]);
  2016. }
  2017. /**
  2018. * Gets the private 'exception_listener' shared service.
  2019. *
  2020. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2021. */
  2022. protected function getExceptionListenerService()
  2023. {
  2024. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2025. }
  2026. /**
  2027. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2028. *
  2029. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2030. */
  2031. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2032. {
  2033. 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())));
  2034. }
  2035. /**
  2036. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2037. *
  2038. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2039. */
  2040. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2041. {
  2042. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2043. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2044. return $this->privates['framework_extra_bundle.event.is_granted'];
  2045. }
  2046. 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()), $a);
  2047. }
  2048. /**
  2049. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2050. *
  2051. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2052. */
  2053. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2054. {
  2055. 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, 'defaultPageLimit' => NULL]);
  2056. }
  2057. /**
  2058. * Gets the private 'locale_aware_listener' shared service.
  2059. *
  2060. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2061. */
  2062. protected function getLocaleAwareListenerService()
  2063. {
  2064. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2065. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2066. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2067. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2068. }
  2069. /**
  2070. * Gets the private 'locale_listener' shared service.
  2071. *
  2072. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2073. */
  2074. protected function getLocaleListenerService()
  2075. {
  2076. 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()), false, []);
  2077. }
  2078. /**
  2079. * Gets the private 'monolog.handler.console' shared service.
  2080. *
  2081. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2082. */
  2083. protected function getMonolog_Handler_ConsoleService()
  2084. {
  2085. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2086. }
  2087. /**
  2088. * Gets the private 'monolog.handler.main' shared service.
  2089. *
  2090. * @return \Monolog\Handler\StreamHandler
  2091. */
  2092. protected function getMonolog_Handler_MainService()
  2093. {
  2094. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2095. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2096. return $instance;
  2097. }
  2098. /**
  2099. * Gets the private 'monolog.logger' shared service.
  2100. *
  2101. * @return \Symfony\Bridge\Monolog\Logger
  2102. */
  2103. protected function getMonolog_LoggerService()
  2104. {
  2105. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2106. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2107. $instance->useMicrosecondTimestamps(true);
  2108. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2109. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2110. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2111. return $instance;
  2112. }
  2113. /**
  2114. * Gets the private 'monolog.logger.cache' shared service.
  2115. *
  2116. * @return \Symfony\Bridge\Monolog\Logger
  2117. */
  2118. protected function getMonolog_Logger_CacheService()
  2119. {
  2120. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2121. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2122. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2123. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2124. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2125. return $instance;
  2126. }
  2127. /**
  2128. * Gets the private 'monolog.logger.request' shared service.
  2129. *
  2130. * @return \Symfony\Bridge\Monolog\Logger
  2131. */
  2132. protected function getMonolog_Logger_RequestService()
  2133. {
  2134. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2135. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2136. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2137. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2138. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2139. return $instance;
  2140. }
  2141. /**
  2142. * Gets the private 'parameter_bag' shared service.
  2143. *
  2144. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2145. */
  2146. protected function getParameterBagService()
  2147. {
  2148. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2149. }
  2150. /**
  2151. * Gets the private 'profiler_listener' shared service.
  2152. *
  2153. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2154. */
  2155. protected function getProfilerListenerService()
  2156. {
  2157. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2158. if (isset($this->privates['profiler_listener'])) {
  2159. return $this->privates['profiler_listener'];
  2160. }
  2161. return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
  2162. }
  2163. /**
  2164. * Gets the private 'property_info' shared service.
  2165. *
  2166. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2167. */
  2168. protected function getPropertyInfoService()
  2169. {
  2170. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2171. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2172. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2173. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2174. yield 3 => ($this->privates['doctrine.orm.global_auth_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_GlobalAuthEntityManager_PropertyInfoExtractorService'));
  2175. }, 4), new RewindableGenerator(function () {
  2176. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2177. yield 1 => ($this->privates['doctrine.orm.global_auth_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_GlobalAuthEntityManager_PropertyInfoExtractorService'));
  2178. yield 2 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2179. yield 3 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2180. yield 4 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2181. }, 5), new RewindableGenerator(function () {
  2182. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2183. }, 1), new RewindableGenerator(function () {
  2184. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2185. yield 1 => ($this->privates['doctrine.orm.global_auth_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_GlobalAuthEntityManager_PropertyInfoExtractorService'));
  2186. yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2187. }, 3), new RewindableGenerator(function () {
  2188. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2189. }, 1));
  2190. }
  2191. /**
  2192. * Gets the private 'router.expression_language_provider' shared service.
  2193. *
  2194. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2195. */
  2196. protected function getRouter_ExpressionLanguageProviderService()
  2197. {
  2198. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2199. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2200. ], [
  2201. 'env' => 'Closure',
  2202. ]));
  2203. }
  2204. /**
  2205. * Gets the private 'router.request_context' shared service.
  2206. *
  2207. * @return \Symfony\Component\Routing\RequestContext
  2208. */
  2209. protected function getRouter_RequestContextService()
  2210. {
  2211. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  2212. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2213. return $instance;
  2214. }
  2215. /**
  2216. * Gets the private 'router_listener' shared service.
  2217. *
  2218. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2219. */
  2220. protected function getRouterListenerService()
  2221. {
  2222. 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()), \dirname(__DIR__, 4), true);
  2223. }
  2224. /**
  2225. * Gets the private 'security.csrf.token_storage' shared service.
  2226. *
  2227. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2228. */
  2229. protected function getSecurity_Csrf_TokenStorageService()
  2230. {
  2231. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2232. }
  2233. /**
  2234. * Gets the private 'security.firewall.map' shared service.
  2235. *
  2236. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2237. */
  2238. protected function getSecurity_Firewall_MapService()
  2239. {
  2240. $a = ($this->privates['.service_locator.Y0rYR9K'] ?? $this->get_ServiceLocator_Y0rYR9KService());
  2241. if (isset($this->privates['security.firewall.map'])) {
  2242. return $this->privates['security.firewall.map'];
  2243. }
  2244. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2245. yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2246. 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')));
  2247. yield 'security.firewall.map.context.uvdesk_api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2248. yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.01Y6ZVJ'] ?? ($this->privates['.security.request_matcher.01Y6ZVJ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/')));
  2249. }, 4));
  2250. }
  2251. /**
  2252. * Gets the private 'security.logout_url_generator' shared service.
  2253. *
  2254. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2255. */
  2256. protected function getSecurity_LogoutUrlGeneratorService()
  2257. {
  2258. $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2259. $instance->registerListener('back_support', 'helpdesk_member_handle_logout', 'logout', '_csrf_token', NULL, NULL);
  2260. $instance->registerListener('customer', 'helpdesk_customer_logout', 'logout', '_csrf_token', NULL, NULL);
  2261. return $instance;
  2262. }
  2263. /**
  2264. * Gets the private 'security.role_hierarchy' shared service.
  2265. *
  2266. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2267. */
  2268. protected function getSecurity_RoleHierarchyService()
  2269. {
  2270. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2271. }
  2272. /**
  2273. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2274. *
  2275. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2276. */
  2277. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2278. {
  2279. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2280. }
  2281. /**
  2282. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2283. *
  2284. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2285. */
  2286. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2287. {
  2288. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2289. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2290. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2291. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2292. }
  2293. /**
  2294. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2295. *
  2296. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2297. */
  2298. protected function getSensioFrameworkExtra_Security_ListenerService()
  2299. {
  2300. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2301. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2302. return $this->privates['sensio_framework_extra.security.listener'];
  2303. }
  2304. 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())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2305. }
  2306. /**
  2307. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2308. *
  2309. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2310. */
  2311. protected function getSensioFrameworkExtra_View_ListenerService()
  2312. {
  2313. $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
  2314. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2315. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2316. ], [
  2317. 'twig' => '?',
  2318. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2319. return $instance;
  2320. }
  2321. /**
  2322. * Gets the private 'session.factory' shared service.
  2323. *
  2324. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2325. */
  2326. protected function getSession_FactoryService()
  2327. {
  2328. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2329. if (isset($this->privates['session.factory'])) {
  2330. return $this->privates['session.factory'];
  2331. }
  2332. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), true), [0 => $a, 1 => 'onSessionUsage']);
  2333. }
  2334. /**
  2335. * Gets the private 'session_listener' shared service.
  2336. *
  2337. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2338. */
  2339. protected function getSessionListenerService()
  2340. {
  2341. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2342. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  2343. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2344. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2345. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  2346. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2347. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  2348. ], [
  2349. 'initialized_session' => '?',
  2350. 'logger' => '?',
  2351. 'request_stack' => '?',
  2352. 'session' => '?',
  2353. 'session_collector' => '?',
  2354. 'session_factory' => '?',
  2355. ]), true, $this->parameters['session.storage.options']);
  2356. }
  2357. /**
  2358. * Gets the private 'translator.default' shared service.
  2359. *
  2360. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2361. */
  2362. protected function getTranslator_DefaultService()
  2363. {
  2364. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2365. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2366. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2367. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2368. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2369. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2370. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2371. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2372. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2373. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2374. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2375. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2376. ], [
  2377. 'translation.loader.csv' => '?',
  2378. 'translation.loader.dat' => '?',
  2379. 'translation.loader.ini' => '?',
  2380. 'translation.loader.json' => '?',
  2381. 'translation.loader.mo' => '?',
  2382. 'translation.loader.php' => '?',
  2383. 'translation.loader.po' => '?',
  2384. 'translation.loader.qt' => '?',
  2385. 'translation.loader.res' => '?',
  2386. 'translation.loader.xliff' => '?',
  2387. 'translation.loader.yml' => '?',
  2388. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.ar.yml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.da.yml')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.it.yml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Resources/translations/messages.ru.yml'), 4 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/Resources/translations/messages.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.tr.yml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'zh' => [0 => (\dirname(__DIR__, 4).'/translations/messages.zh.yml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/translations'), 7 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework/translations'), 9 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component/translations'), 10 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'src/webkul/uvdesk/core-framework/Resources/translations', 4 => 'src/webkul/uvdesk/support-center-bundle/Resources/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/translations', 6 => 'translations', 7 => 'src/webkul/uvdesk/automation-bundle/translations', 8 => 'src/webkul/uvdesk/extension-framework/translations', 9 => 'src/webkul/uvdesk/mailbox-component/translations', 10 => 'src/webkul/uvdesk/api-bundle/translations', 11 => 'vendor/symfony/framework-bundle/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 14 => 'vendor/sensio/framework-extra-bundle/src/translations', 15 => 'vendor/symfony/twig-bundle/translations', 16 => 'vendor/symfony/web-profiler-bundle/translations', 17 => 'vendor/symfony/monolog-bundle/translations', 18 => 'vendor/symfony/debug-bundle/translations', 19 => 'vendor/symfony/maker-bundle/src/translations', 20 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 21 => 'vendor/symfony/security-bundle/translations', 22 => 'vendor/symfony/swiftmailer-bundle/translations', 23 => 'vendor/twig/extra-bundle/translations']]], []);
  2389. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2390. $instance->setFallbackLocales([0 => 'en']);
  2391. return $instance;
  2392. }
  2393. /**
  2394. * Gets the private 'validator.builder' shared service.
  2395. *
  2396. * @return \Symfony\Component\Validator\ValidatorBuilder
  2397. */
  2398. protected function getValidator_BuilderService()
  2399. {
  2400. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2401. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2402. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2403. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2404. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2405. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2406. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2407. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2408. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2409. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2410. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2411. ], [
  2412. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2413. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2414. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2415. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2416. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2417. 'doctrine.orm.validator.unique' => '?',
  2418. 'security.validator.user_password' => '?',
  2419. 'validator.expression' => '?',
  2420. ])));
  2421. if ($this->has('translator')) {
  2422. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2423. }
  2424. $instance->setTranslationDomain('validators');
  2425. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2426. $instance->addYamlMappings([0 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework/Resources/config/validation.yaml'), 1 => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle/Resources/config/validation.yaml')]);
  2427. $instance->enableAnnotationMapping(true);
  2428. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2429. $instance->addMethodMapping('loadValidatorMetadata');
  2430. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2431. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2432. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2433. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.global_auth_entity_manager'] ?? $this->getDoctrine_Orm_GlobalAuthEntityManagerService()), NULL));
  2434. return $instance;
  2435. }
  2436. /**
  2437. * Gets the private 'var_dumper.html_dumper' shared service.
  2438. *
  2439. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2440. */
  2441. protected function getVarDumper_HtmlDumperService()
  2442. {
  2443. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2444. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2445. return $instance;
  2446. }
  2447. /**
  2448. * Gets the private 'var_dumper.server_connection' shared service.
  2449. *
  2450. * @return \Symfony\Component\VarDumper\Server\Connection
  2451. */
  2452. protected function getVarDumper_ServerConnectionService()
  2453. {
  2454. 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', \dirname(__DIR__, 4), ($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()]);
  2455. }
  2456. /**
  2457. * Gets the private 'web_profiler.csp.handler' shared service.
  2458. *
  2459. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2460. */
  2461. protected function getWebProfiler_Csp_HandlerService()
  2462. {
  2463. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2464. }
  2465. /**
  2466. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2467. *
  2468. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2469. */
  2470. protected function getWebProfiler_DebugToolbarService()
  2471. {
  2472. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2473. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2474. return $this->privates['web_profiler.debug_toolbar'];
  2475. }
  2476. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2477. }
  2478. /**
  2479. * Gets the public 'cache_clearer' alias.
  2480. *
  2481. * @return object The ".container.private.cache_clearer" service.
  2482. */
  2483. protected function getCacheClearerService()
  2484. {
  2485. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2486. return $this->get('.container.private.cache_clearer');
  2487. }
  2488. /**
  2489. * Gets the public 'filesystem' alias.
  2490. *
  2491. * @return object The ".container.private.filesystem" service.
  2492. */
  2493. protected function getFilesystemService()
  2494. {
  2495. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2496. return $this->get('.container.private.filesystem');
  2497. }
  2498. /**
  2499. * Gets the public 'serializer' alias.
  2500. *
  2501. * @return object The ".container.private.serializer" service.
  2502. */
  2503. protected function getSerializerService()
  2504. {
  2505. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2506. return $this->get('.container.private.serializer');
  2507. }
  2508. /**
  2509. * Gets the public 'security.csrf.token_manager' alias.
  2510. *
  2511. * @return object The ".container.private.security.csrf.token_manager" service.
  2512. */
  2513. protected function getSecurity_Csrf_TokenManagerService()
  2514. {
  2515. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2516. return $this->get('.container.private.security.csrf.token_manager');
  2517. }
  2518. /**
  2519. * Gets the public 'form.factory' alias.
  2520. *
  2521. * @return object The ".container.private.form.factory" service.
  2522. */
  2523. protected function getForm_FactoryService()
  2524. {
  2525. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2526. return $this->get('.container.private.form.factory');
  2527. }
  2528. /**
  2529. * Gets the public 'form.type.file' alias.
  2530. *
  2531. * @return object The ".container.private.form.type.file" service.
  2532. */
  2533. protected function getForm_Type_FileService()
  2534. {
  2535. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2536. return $this->get('.container.private.form.type.file');
  2537. }
  2538. /**
  2539. * Gets the public 'profiler' alias.
  2540. *
  2541. * @return object The ".container.private.profiler" service.
  2542. */
  2543. protected function getProfilerService()
  2544. {
  2545. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2546. return $this->get('.container.private.profiler');
  2547. }
  2548. /**
  2549. * Gets the public 'twig' alias.
  2550. *
  2551. * @return object The ".container.private.twig" service.
  2552. */
  2553. protected function getTwigService()
  2554. {
  2555. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2556. return $this->get('.container.private.twig');
  2557. }
  2558. /**
  2559. * Gets the public 'security.authorization_checker' alias.
  2560. *
  2561. * @return object The ".container.private.security.authorization_checker" service.
  2562. */
  2563. protected function getSecurity_AuthorizationCheckerService()
  2564. {
  2565. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2566. return $this->get('.container.private.security.authorization_checker');
  2567. }
  2568. /**
  2569. * Gets the public 'security.token_storage' alias.
  2570. *
  2571. * @return object The ".container.private.security.token_storage" service.
  2572. */
  2573. protected function getSecurity_TokenStorageService()
  2574. {
  2575. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2576. return $this->get('.container.private.security.token_storage');
  2577. }
  2578. /**
  2579. * Gets the public 'security.password_encoder' alias.
  2580. *
  2581. * @return object The ".container.private.security.password_encoder" service.
  2582. */
  2583. protected function getSecurity_PasswordEncoderService()
  2584. {
  2585. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2586. return $this->get('.container.private.security.password_encoder');
  2587. }
  2588. /**
  2589. * Gets the public 'session' alias.
  2590. *
  2591. * @return object The ".container.private.session" service.
  2592. */
  2593. protected function getSessionService()
  2594. {
  2595. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2596. return $this->get('.container.private.session');
  2597. }
  2598. /**
  2599. * Gets the public 'validator' alias.
  2600. *
  2601. * @return object The ".container.private.validator" service.
  2602. */
  2603. protected function getValidatorService()
  2604. {
  2605. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2606. return $this->get('.container.private.validator');
  2607. }
  2608. /**
  2609. * @return array|bool|float|int|string|\UnitEnum|null
  2610. */
  2611. public function getParameter(string $name)
  2612. {
  2613. if (isset($this->buildParameters[$name])) {
  2614. return $this->buildParameters[$name];
  2615. }
  2616. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2617. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2618. }
  2619. if (isset($this->loadedDynamicParameters[$name])) {
  2620. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2621. }
  2622. return $this->parameters[$name];
  2623. }
  2624. public function hasParameter(string $name): bool
  2625. {
  2626. if (isset($this->buildParameters[$name])) {
  2627. return true;
  2628. }
  2629. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2630. }
  2631. public function setParameter(string $name, $value): void
  2632. {
  2633. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2634. }
  2635. public function getParameterBag(): ParameterBagInterface
  2636. {
  2637. if (null === $this->parameterBag) {
  2638. $parameters = $this->parameters;
  2639. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2640. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2641. }
  2642. foreach ($this->buildParameters as $name => $value) {
  2643. $parameters[$name] = $value;
  2644. }
  2645. $this->parameterBag = new FrozenParameterBag($parameters);
  2646. }
  2647. return $this->parameterBag;
  2648. }
  2649. private $loadedDynamicParameters = [
  2650. 'kernel.runtime_environment' => false,
  2651. 'kernel.build_dir' => false,
  2652. 'kernel.cache_dir' => false,
  2653. 'kernel.secret' => false,
  2654. 'debug.container.dump' => false,
  2655. 'serializer.mapping.cache.file' => false,
  2656. 'validator.mapping.cache.file' => false,
  2657. 'profiler.storage.dsn' => false,
  2658. 'doctrine.orm.proxy_dir' => false,
  2659. ];
  2660. private $dynamicParameters = [];
  2661. private function getDynamicParameter(string $name)
  2662. {
  2663. switch ($name) {
  2664. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2665. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2666. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2667. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2668. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2669. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2670. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2671. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2672. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2673. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2674. }
  2675. $this->loadedDynamicParameters[$name] = true;
  2676. return $this->dynamicParameters[$name] = $value;
  2677. }
  2678. protected function getDefaultParameters(): array
  2679. {
  2680. return [
  2681. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2682. 'kernel.environment' => 'dev',
  2683. 'kernel.debug' => true,
  2684. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2685. 'kernel.bundles' => [
  2686. 'UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\UVDeskCoreFrameworkBundle',
  2687. 'UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\UVDeskAutomationBundle',
  2688. 'UVDeskExtensionFrameworkBundle' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\UVDeskExtensionFrameworkBundle',
  2689. 'UVDeskMailboxBundle' => 'Webkul\\UVDesk\\MailboxBundle\\UVDeskMailboxBundle',
  2690. 'UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\UVDeskSupportCenterBundle',
  2691. 'UVDeskApiBundle' => 'Webkul\\UVDesk\\ApiBundle\\UVDeskApiBundle',
  2692. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2693. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2694. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2695. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2696. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2697. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2698. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2699. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2700. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2701. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2702. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2703. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2704. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2705. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2706. ],
  2707. 'kernel.bundles_metadata' => [
  2708. 'UVDeskCoreFrameworkBundle' => [
  2709. 'path' => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/core-framework'),
  2710. 'namespace' => 'Webkul\\UVDesk\\CoreFrameworkBundle',
  2711. ],
  2712. 'UVDeskAutomationBundle' => [
  2713. 'path' => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/automation-bundle'),
  2714. 'namespace' => 'Webkul\\UVDesk\\AutomationBundle',
  2715. ],
  2716. 'UVDeskExtensionFrameworkBundle' => [
  2717. 'path' => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/extension-framework'),
  2718. 'namespace' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle',
  2719. ],
  2720. 'UVDeskMailboxBundle' => [
  2721. 'path' => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/mailbox-component'),
  2722. 'namespace' => 'Webkul\\UVDesk\\MailboxBundle',
  2723. ],
  2724. 'UVDeskSupportCenterBundle' => [
  2725. 'path' => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/support-center-bundle'),
  2726. 'namespace' => 'Webkul\\UVDesk\\SupportCenterBundle',
  2727. ],
  2728. 'UVDeskApiBundle' => [
  2729. 'path' => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/api-bundle'),
  2730. 'namespace' => 'Webkul\\UVDesk\\ApiBundle',
  2731. ],
  2732. 'FrameworkBundle' => [
  2733. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2734. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2735. ],
  2736. 'DoctrineBundle' => [
  2737. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2738. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2739. ],
  2740. 'DoctrineFixturesBundle' => [
  2741. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2742. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2743. ],
  2744. 'KnpPaginatorBundle' => [
  2745. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  2746. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2747. ],
  2748. 'SensioFrameworkExtraBundle' => [
  2749. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2750. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2751. ],
  2752. 'TwigBundle' => [
  2753. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2754. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2755. ],
  2756. 'WebProfilerBundle' => [
  2757. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2758. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2759. ],
  2760. 'MonologBundle' => [
  2761. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2762. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2763. ],
  2764. 'DebugBundle' => [
  2765. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2766. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2767. ],
  2768. 'MakerBundle' => [
  2769. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2770. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2771. ],
  2772. 'DoctrineMigrationsBundle' => [
  2773. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2774. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2775. ],
  2776. 'SecurityBundle' => [
  2777. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2778. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2779. ],
  2780. 'SwiftmailerBundle' => [
  2781. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
  2782. 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2783. ],
  2784. 'TwigExtraBundle' => [
  2785. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2786. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2787. ],
  2788. ],
  2789. 'kernel.charset' => 'UTF-8',
  2790. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2791. 'app_locales' => 'en|fr|it|de|da|ar|es|tr|zh|pl',
  2792. 'assets_default_agent_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png',
  2793. 'assets_default_customer_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png',
  2794. 'assets_default_helpdesk_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png',
  2795. 'uvdesk_site_path.member_prefix' => 'member',
  2796. 'uvdesk_site_path.knowledgebase_customer_prefix' => 'customer',
  2797. 'max_post_size' => 8388608,
  2798. 'max_file_uploads' => 20,
  2799. 'upload_max_filesize' => 2097152,
  2800. 'locale' => 'en',
  2801. 'uvdesk.version' => 'v1.1.3',
  2802. 'uvdesk.core.version' => 'v1.1.4',
  2803. 'uvdesk.site_url' => '144.24.106.124/exxon-ticketing/public',
  2804. 'uvdesk.upload_manager.id' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost',
  2805. 'uvdesk.support_email.id' => 'admin@mobil-solcare.com',
  2806. 'uvdesk.support_email.name' => 'Exxon Ticket System',
  2807. 'uvdesk.support_email.mailer_id' => 'mailer_1945',
  2808. 'uvdesk.default.ticket.type' => 'support',
  2809. 'uvdesk.default.ticket.status' => 'open',
  2810. 'uvdesk.default.ticket.priority' => 'low',
  2811. 'uvdesk.default.templates.email' => 'mail.html.twig',
  2812. 'uvdesk_extensions.dir' => (\dirname(__DIR__, 4).'/apps'),
  2813. 'uvdesk.emails.delimiter' => '<-- Please add content above this line -->',
  2814. 'uvdesk.emails.enable_delimiter' => false,
  2815. 'uvdesk.mailboxes' => [
  2816. 0 => 'mailbox_2445',
  2817. ],
  2818. 'uvdesk.mailboxes.mailbox_2445' => [
  2819. 'name' => 'test',
  2820. 'enabled' => true,
  2821. 'deleted' => false,
  2822. 'smtp_server' => [
  2823. 'mailer_id' => 'mailer_1945',
  2824. ],
  2825. 'imap_server' => [
  2826. 'host' => '{imap.gmail.com:993/imap/ssl}INBOX',
  2827. 'username' => 'locatem.yugasa@gmail.com',
  2828. 'password' => 'YmNvZSBzYW1oIGRpamggeGp6ZA==',
  2829. ],
  2830. 'email' => 'locatem.yugasa@gmail.com',
  2831. ],
  2832. 'event_dispatcher.event_aliases' => [
  2833. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2834. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2835. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2836. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2837. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2838. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2839. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2840. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2841. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2842. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2843. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2844. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2845. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2846. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2847. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2848. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2849. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2850. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2851. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2852. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2853. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2854. ],
  2855. 'fragment.renderer.hinclude.global_template' => NULL,
  2856. 'fragment.path' => '/_fragment',
  2857. 'kernel.http_method_override' => false,
  2858. 'kernel.trusted_hosts' => [
  2859. ],
  2860. 'kernel.default_locale' => 'en',
  2861. 'kernel.enabled_locales' => [
  2862. ],
  2863. 'kernel.error_controller' => 'error_controller',
  2864. 'debug.file_link_format' => NULL,
  2865. 'asset.request_context.base_path' => NULL,
  2866. 'asset.request_context.secure' => NULL,
  2867. 'translator.logging' => false,
  2868. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2869. 'debug.error_handler.throw_at' => -1,
  2870. 'router.request_context.host' => 'localhost',
  2871. 'router.request_context.scheme' => 'http',
  2872. 'router.request_context.base_url' => '',
  2873. 'router.resource' => 'kernel::loadRoutes',
  2874. 'request_listener.http_port' => 80,
  2875. 'request_listener.https_port' => 443,
  2876. 'session.metadata.storage_key' => '_sf2_meta',
  2877. 'session.storage.options' => [
  2878. 'cache_limiter' => '0',
  2879. 'cookie_secure' => 'auto',
  2880. 'cookie_httponly' => true,
  2881. 'cookie_samesite' => 'lax',
  2882. 'gc_probability' => 1,
  2883. ],
  2884. 'session.save_path' => NULL,
  2885. 'session.metadata.update_threshold' => 0,
  2886. 'form.type_extension.csrf.enabled' => true,
  2887. 'form.type_extension.csrf.field_name' => '_token',
  2888. 'validator.translation_domain' => 'validators',
  2889. 'profiler_listener.only_exceptions' => false,
  2890. 'profiler_listener.only_main_requests' => false,
  2891. 'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2892. 'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2893. 'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2894. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2895. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2896. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2897. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2898. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2899. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2900. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2901. 'doctrine.entity_managers' => [
  2902. 'default' => 'doctrine.orm.default_entity_manager',
  2903. 'global_auth' => 'doctrine.orm.global_auth_entity_manager',
  2904. ],
  2905. 'doctrine.default_entity_manager' => 'default',
  2906. 'doctrine.dbal.connection_factory.types' => [
  2907. ],
  2908. 'doctrine.connections' => [
  2909. 'default' => 'doctrine.dbal.default_connection',
  2910. 'global_auth' => 'doctrine.dbal.global_auth_connection',
  2911. ],
  2912. 'doctrine.default_connection' => 'default',
  2913. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2914. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2915. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2916. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2917. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2918. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2919. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2920. 'doctrine.orm.cache.memcache_port' => 11211,
  2921. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2922. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2923. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2924. 'doctrine.orm.cache.memcached_port' => 11211,
  2925. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2926. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2927. 'doctrine.orm.cache.redis_host' => 'localhost',
  2928. 'doctrine.orm.cache.redis_port' => 6379,
  2929. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2930. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2931. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2932. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2933. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2934. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2935. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2936. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2937. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2938. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2939. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2940. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2941. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2942. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2943. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2944. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2945. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2946. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2947. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2948. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2949. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2950. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2951. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2952. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2953. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2954. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2955. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2956. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2957. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2958. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2959. 'doctrine.orm.auto_generate_proxy_classes' => false,
  2960. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2961. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  2962. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2963. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  2964. 'knp_paginator.page_range' => 5,
  2965. 'knp_paginator.page_limit' => NULL,
  2966. 'twig.form.resources' => [
  2967. 0 => 'form_div_layout.html.twig',
  2968. ],
  2969. 'twig.default_path' => (\dirname(__DIR__, 4).'/src/webkul/uvdesk/CoreFrameworkBundle/Resources/views'),
  2970. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2971. 'web_profiler.debug_toolbar.mode' => 2,
  2972. 'monolog.use_microseconds' => true,
  2973. 'monolog.swift_mailer.handlers' => [
  2974. ],
  2975. 'monolog.handlers_to_channels' => [
  2976. 'monolog.handler.console' => [
  2977. 'type' => 'exclusive',
  2978. 'elements' => [
  2979. 0 => 'event',
  2980. 1 => 'doctrine',
  2981. 2 => 'console',
  2982. ],
  2983. ],
  2984. 'monolog.handler.main' => [
  2985. 'type' => 'exclusive',
  2986. 'elements' => [
  2987. 0 => 'event',
  2988. ],
  2989. ],
  2990. ],
  2991. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2992. 'doctrine_migrations.name' => 'Application Migrations',
  2993. 'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/migrations'),
  2994. 'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2995. 'doctrine_migrations.table_name' => 'migration_versions',
  2996. 'doctrine_migrations.column_name' => 'version',
  2997. 'doctrine_migrations.column_length' => 14,
  2998. 'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2999. 'doctrine_migrations.all_or_nothing' => false,
  3000. 'doctrine_migrations.custom_template' => NULL,
  3001. 'doctrine_migrations.organize_migrations' => false,
  3002. 'security.role_hierarchy.roles' => [
  3003. 'ROLE_AGENT' => [
  3004. 0 => 'ROLE_AGENT',
  3005. ],
  3006. 'ROLE_ADMIN' => [
  3007. 0 => 'ROLE_AGENT',
  3008. 1 => 'ROLE_ADMIN',
  3009. ],
  3010. 'ROLE_SUPER_ADMIN' => [
  3011. 0 => 'ROLE_ADMIN',
  3012. 1 => 'ROLE_SUPER_ADMIN',
  3013. ],
  3014. 'ROLE_CUSTOMER' => [
  3015. 0 => 'ROLE_CUSTOMER',
  3016. ],
  3017. ],
  3018. 'security.access.denied_url' => NULL,
  3019. 'security.authentication.manager.erase_credentials' => true,
  3020. 'security.authentication.session_strategy.strategy' => 'migrate',
  3021. 'security.access.always_authenticate_before_granting' => false,
  3022. 'security.authentication.hide_user_not_found' => true,
  3023. 'security.firewalls' => [
  3024. 0 => 'dev',
  3025. 1 => 'back_support',
  3026. 2 => 'uvdesk_api',
  3027. 3 => 'customer',
  3028. ],
  3029. 'security.back_support._indexed_authenticators' => [
  3030. ],
  3031. 'security.uvdesk_api._indexed_authenticators' => [
  3032. ],
  3033. 'security.customer._indexed_authenticators' => [
  3034. ],
  3035. 'swiftmailer.mailer.mailer_1945.transport.name' => 'smtp',
  3036. 'swiftmailer.mailer.mailer_1945.transport.smtp.encryption' => 'ssl',
  3037. 'swiftmailer.mailer.mailer_1945.transport.smtp.port' => 465,
  3038. 'swiftmailer.mailer.mailer_1945.transport.smtp.host' => 'smtp.gmail.com',
  3039. 'swiftmailer.mailer.mailer_1945.transport.smtp.username' => 'admin@mobil-solcare.com',
  3040. 'swiftmailer.mailer.mailer_1945.transport.smtp.password' => 'dWJlZCBrcGNvIGR4ZnogaGJvaw==',
  3041. 'swiftmailer.mailer.mailer_1945.transport.smtp.auth_mode' => 'login',
  3042. 'swiftmailer.mailer.mailer_1945.transport.smtp.timeout' => 30,
  3043. 'swiftmailer.mailer.mailer_1945.transport.smtp.source_ip' => NULL,
  3044. 'swiftmailer.mailer.mailer_1945.transport.smtp.local_domain' => NULL,
  3045. 'swiftmailer.mailer.mailer_1945.transport.smtp.stream_options' => [
  3046. ],
  3047. 'swiftmailer.mailer.mailer_1945.spool.enabled' => false,
  3048. 'swiftmailer.mailer.mailer_1945.plugin.impersonate' => NULL,
  3049. 'swiftmailer.mailer.mailer_1945.single_address' => NULL,
  3050. 'swiftmailer.mailer.mailer_1945.delivery.enabled' => true,
  3051. 'swiftmailer.spool.enabled' => false,
  3052. 'swiftmailer.delivery.enabled' => true,
  3053. 'swiftmailer.single_address' => NULL,
  3054. 'swiftmailer.mailers' => [
  3055. 'mailer_1945' => 'swiftmailer.mailer.mailer_1945',
  3056. ],
  3057. 'swiftmailer.default_mailer' => 'mailer_1945',
  3058. 'data_collector.templates' => [
  3059. 'data_collector.request' => [
  3060. 0 => 'request',
  3061. 1 => '@WebProfiler/Collector/request.html.twig',
  3062. ],
  3063. 'data_collector.time' => [
  3064. 0 => 'time',
  3065. 1 => '@WebProfiler/Collector/time.html.twig',
  3066. ],
  3067. 'data_collector.memory' => [
  3068. 0 => 'memory',
  3069. 1 => '@WebProfiler/Collector/memory.html.twig',
  3070. ],
  3071. 'data_collector.validator' => [
  3072. 0 => 'validator',
  3073. 1 => '@WebProfiler/Collector/validator.html.twig',
  3074. ],
  3075. 'data_collector.ajax' => [
  3076. 0 => 'ajax',
  3077. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3078. ],
  3079. 'data_collector.form' => [
  3080. 0 => 'form',
  3081. 1 => '@WebProfiler/Collector/form.html.twig',
  3082. ],
  3083. 'data_collector.exception' => [
  3084. 0 => 'exception',
  3085. 1 => '@WebProfiler/Collector/exception.html.twig',
  3086. ],
  3087. 'data_collector.logger' => [
  3088. 0 => 'logger',
  3089. 1 => '@WebProfiler/Collector/logger.html.twig',
  3090. ],
  3091. 'data_collector.events' => [
  3092. 0 => 'events',
  3093. 1 => '@WebProfiler/Collector/events.html.twig',
  3094. ],
  3095. 'data_collector.router' => [
  3096. 0 => 'router',
  3097. 1 => '@WebProfiler/Collector/router.html.twig',
  3098. ],
  3099. 'data_collector.cache' => [
  3100. 0 => 'cache',
  3101. 1 => '@WebProfiler/Collector/cache.html.twig',
  3102. ],
  3103. 'data_collector.translation' => [
  3104. 0 => 'translation',
  3105. 1 => '@WebProfiler/Collector/translation.html.twig',
  3106. ],
  3107. 'data_collector.security' => [
  3108. 0 => 'security',
  3109. 1 => '@Security/Collector/security.html.twig',
  3110. ],
  3111. 'data_collector.twig' => [
  3112. 0 => 'twig',
  3113. 1 => '@WebProfiler/Collector/twig.html.twig',
  3114. ],
  3115. 'data_collector.http_client' => [
  3116. 0 => 'http_client',
  3117. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3118. ],
  3119. 'data_collector.doctrine' => [
  3120. 0 => 'db',
  3121. 1 => '@Doctrine/Collector/db.html.twig',
  3122. ],
  3123. 'swiftmailer.data_collector' => [
  3124. 0 => 'swiftmailer',
  3125. 1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3126. ],
  3127. 'data_collector.dump' => [
  3128. 0 => 'dump',
  3129. 1 => '@Debug/Profiler/dump.html.twig',
  3130. ],
  3131. 'mailer.data_collector' => [
  3132. 0 => 'mailer',
  3133. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3134. ],
  3135. 'notifier.data_collector' => [
  3136. 0 => 'notifier',
  3137. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3138. ],
  3139. 'data_collector.config' => [
  3140. 0 => 'config',
  3141. 1 => '@WebProfiler/Collector/config.html.twig',
  3142. ],
  3143. ],
  3144. 'console.command.ids' => [
  3145. 0 => 'console.command.public_alias.App\\Command\\UpdateAgentIdCommand',
  3146. 1 => 'console.command.public_alias.App\\Console\\EnvironmentVariables',
  3147. 2 => 'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk',
  3148. 3 => 'console.command.public_alias.App\\Console\\Wizard\\DefaultUser',
  3149. 4 => 'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase',
  3150. 5 => 'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject',
  3151. 6 => 'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions',
  3152. 7 => 'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand',
  3153. ],
  3154. ];
  3155. }
  3156. protected function throw($message)
  3157. {
  3158. throw new RuntimeException($message);
  3159. }
  3160. }