var/cache/dev/ContainerZumQt3Y/srcApp_KernelDevDebugContainer.php line 7144

Open in your IDE?
  1. <?php
  2. namespace ContainerZumQt3Y;
  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 srcApp_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.             'App\\Controller\\BaseController' => 'getBaseControllerService',
  34.             'App\\Controller\\ConfigureHelpdesk' => 'getConfigureHelpdeskService',
  35.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  36.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  37.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponse' => 'getPreparedResponseService',
  38.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponseXHR' => 'getPreparedResponseXHRService',
  39.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\Workflow' => 'getWorkflowService',
  40.             'Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\WorkflowXHR' => 'getWorkflowXHRService',
  41.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Account' => 'getAccountService',
  42.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\AccountXHR' => 'getAccountXHRService',
  43.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication' => 'getAuthenticationService',
  44.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Customer' => 'getCustomerService',
  45.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\CustomerXHR' => 'getCustomerXHRService',
  46.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Email' => 'getEmailService',
  47.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettings' => 'getEmailSettingsService',
  48.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettingsXHR' => 'getEmailSettingsXHRService',
  49.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Group' => 'getGroupService',
  50.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\GroupXHR' => 'getGroupXHRService',
  51.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Privilege' => 'getPrivilegeService',
  52.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\PrivilegeXHR' => 'getPrivilegeXHRService',
  53.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Report' => 'getReportService',
  54.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SavedReplies' => 'getSavedRepliesService',
  55.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailer' => 'getSwiftMailerService',
  56.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailerXHR' => 'getSwiftMailerXHRService',
  57.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Team' => 'getTeamService',
  58.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR' => 'getTeamXHRService',
  59.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Theme' => 'getThemeService',
  60.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Thread' => 'getThreadService',
  61.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\ThreadXHR' => 'getThreadXHRService',
  62.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket' => 'getTicketService',
  63.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TicketXHR' => 'getTicketXHRService',
  64.             'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost' => 'getLocalhostService',
  65.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application' => 'getApplicationService',
  66.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard' => 'getDashboardService',
  67.             'Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannel' => 'getMailboxChannelService',
  68.             'Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR' => 'getMailboxChannelXHRService',
  69.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Announcement' => 'getAnnouncementService',
  70.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Article' => 'getArticleService',
  71.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Branding' => 'getBrandingService',
  72.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Category' => 'getCategoryService',
  73.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Customer' => 'getCustomer2Service',
  74.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Folder' => 'getFolderService',
  75.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\KnowledgebaseXHR' => 'getKnowledgebaseXHRService',
  76.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Ticket' => 'getTicket2Service',
  77.             'Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Website' => 'getWebsiteService',
  78.             'cache.app' => 'getCache_AppService',
  79.             'cache.app_clearer' => 'getCache_AppClearerService',
  80.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  81.             'cache.system' => 'getCache_SystemService',
  82.             'cache.system_clearer' => 'getCache_SystemClearerService',
  83.             'cache_clearer' => 'getCacheClearerService',
  84.             'cache_warmer' => 'getCacheWarmerService',
  85.             'console.command.public_alias.App\\Console\\EnvironmentVariables' => 'getEnvironmentVariablesService',
  86.             'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk' => 'getConfigureHelpdesk2Service',
  87.             'console.command.public_alias.App\\Console\\Wizard\\DefaultUser' => 'getDefaultUserService',
  88.             'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase' => 'getMigrateDatabaseService',
  89.             'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject' => 'getBootstrappingProjectService',
  90.             'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions' => 'getBuildExtensionsService',
  91.             'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand' => 'getRefreshMailboxCommandService',
  92.             'console.command_loader' => 'getConsole_CommandLoaderService',
  93.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  94.             'custom.field.service' => 'getCustom_Field_ServiceService',
  95.             'data_collector.dump' => 'getDataCollector_DumpService',
  96.             'doctrine' => 'getDoctrineService',
  97.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  98.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  99.             'email.service' => 'getEmail_ServiceService',
  100.             'error_controller' => 'getErrorControllerService',
  101.             'event_dispatcher' => 'getEventDispatcherService',
  102.             'filesystem' => 'getFilesystemService',
  103.             'form.factory' => 'getForm_FactoryService',
  104.             'form.type.file' => 'getForm_Type_FileService',
  105.             'http_kernel' => 'getHttpKernelService',
  106.             'knp_paginator' => 'getKnpPaginatorService',
  107.             'profiler' => 'getProfilerService',
  108.             'recaptcha.service' => 'getRecaptcha_ServiceService',
  109.             'report.service' => 'getReport_ServiceService',
  110.             'request_stack' => 'getRequestStackService',
  111.             'router' => 'getRouterService',
  112.             'routing.loader' => 'getRouting_LoaderService',
  113.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  114.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  115.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  116.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  117.             'security.token_storage' => 'getSecurity_TokenStorageService',
  118.             'serializer' => 'getSerializerService',
  119.             'services_resetter' => 'getServicesResetterService',
  120.             'session' => 'getSessionService',
  121.             'swiftmailer.mailer.internal@spartanit.pro' => 'getSwiftmailer_Mailer_Internalspartanit_ProService',
  122.             'swiftmailer.mailer.internal@spartanit.pro.plugin.messagelogger' => 'getSwiftmailer_Mailer_Internalspartanit_Pro_Plugin_MessageloggerService',
  123.             'swiftmailer.mailer.internal@spartanit.pro.transport' => 'getSwiftmailer_Mailer_Internalspartanit_Pro_TransportService',
  124.             'swiftmailer.service' => 'getSwiftmailer_ServiceService',
  125.             'ticket.service' => 'getTicket_ServiceService',
  126.             'translator' => 'getTranslatorService',
  127.             'twig' => 'getTwigService',
  128.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  129.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  130.             'user.provider' => 'getUser_ProviderService',
  131.             'user.service' => 'getUser_ServiceService',
  132.             'uvdesk.automations' => 'getUvdesk_AutomationsService',
  133.             'uvdesk.automations.prepared_responses' => 'getUvdesk_Automations_PreparedResponsesService',
  134.             'uvdesk.automations.workflows' => 'getUvdesk_Automations_WorkflowsService',
  135.             'uvdesk.core.event_dispatcher' => 'getUvdesk_Core_EventDispatcherService',
  136.             'uvdesk.core.file_system.service' => 'getUvdesk_Core_FileSystem_ServiceService',
  137.             'uvdesk.extensibles' => 'getUvdesk_ExtensiblesService',
  138.             'uvdesk.mailbox' => 'getUvdesk_MailboxService',
  139.             'uvdesk.service' => 'getUvdesk_ServiceService',
  140.             'uvdesk_extension.assets_manager' => 'getUvdeskExtension_AssetsManagerService',
  141.             'uvdesk_extension.twig_loader' => 'getUvdeskExtension_TwigLoaderService',
  142.             'validation.service' => 'getValidation_ServiceService',
  143.             'validator' => 'getValidatorService',
  144.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  145.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  146.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  147.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  148.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  149.         ];
  150.         $this->aliases = [
  151.             'database_connection' => 'doctrine.dbal.default_connection',
  152.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  153.             'mailer' => 'swiftmailer.mailer.internal@spartanit.pro',
  154.             'swiftmailer.transport' => 'swiftmailer.mailer.internal@spartanit.pro.transport',
  155.         ];
  156.         $this->privates['service_container'] = function () {
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  163.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  178.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  201.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  258.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  328.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Framework/ExtendableComponentInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/DashboardTemplate.php';
  427.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/FileSystem/FileUploadServiceInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/FileSystem/UploadManagers/Localhost.php';
  429.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/FileUploadService.php';
  430.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Tickets/QuickActionButtonCollection.php';
  431.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Tickets/QuickActionButtonInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Ticket/QuickActionButtons/SavedReplies.php';
  433.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Ticket/QuickActionButtons/PreparedResponses.php';
  434.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Services/AutomationService.php';
  435.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Definition/MappingResource.php';
  436.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/EventListener/Kernel.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  449.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/UVDeskService.php';
  450.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/UserService.php';
  451.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/EmailService.php';
  452.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/TicketService.php';
  453.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/ReCaptchaService.php';
  454.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/ValidationService.php';
  455.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/CustomFieldsService.php';
  456.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/FileSystem/FileSystem.php';
  457.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Framework/ExtendableComponentManager.php';
  458.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/AsideTemplate.php';
  459.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/PanelSidebarInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Account.php';
  461.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Apps.php';
  462.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Branding.php';
  463.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Productivity.php';
  464.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Reports.php';
  465.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Settings.php';
  466.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Users.php';
  467.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Sidebars/Knowledgebase.php';
  468.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/PanelSidebarItemInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Account/Profile.php';
  470.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/SavedReplies.php';
  471.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/Tags.php';
  472.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/TicketTypes.php';
  473.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Reports/AgentActivity.php';
  474.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Reports/Kudos.php';
  475.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/Branding.php';
  476.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailSettings.php';
  477.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailTemplates.php';
  478.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/SwiftMailer.php';
  479.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Themes/Helpdesk.php';
  480.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Agents.php';
  481.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Customers.php';
  482.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Groups.php';
  483.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Privileges.php';
  484.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Teams.php';
  485.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/PreparedResponses.php';
  486.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/Workflows.php';
  487.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Panel/Items/Settings/Mailboxes.php';
  488.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Announcement.php';
  489.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Articles.php';
  490.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Categories.php';
  491.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Folders.php';
  492.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Settings/BlockSpam.php';
  493.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Themes/SupportCenter.php';
  494.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Dashboard.php';
  495.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/NavigationTemplate.php';
  496.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/HomepageTemplate.php';
  497.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/NavigationInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Home.php';
  499.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Reports.php';
  500.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Ticket.php';
  501.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Navigation/Apps.php';
  502.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Navigation/Knowledgebase.php';
  503.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSection.php';
  505.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Productivity.php';
  506.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Reports.php';
  507.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Settings.php';
  508.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Users.php';
  509.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Sections/Apps.php';
  510.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Sections/Knowledgebase.php';
  511.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItemInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItem.php';
  513.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/AgentActivity.php';
  514.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Agents.php';
  515.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Branding.php';
  516.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Customers.php';
  517.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailSettings.php';
  518.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailTemplates.php';
  519.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Groups.php';
  520.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Kudos.php';
  521.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Privileges.php';
  522.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SavedReplies.php';
  523.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SwiftMailer.php';
  524.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Tags.php';
  525.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Teams.php';
  526.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/TicketTypes.php';
  527.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/PreparedResponses.php';
  528.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/Workflows.php';
  529.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Items/ExploreApps.php';
  530.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Homepage/Items/Mailbox.php';
  531.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Announcement.php';
  532.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Articles.php';
  533.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Categories.php';
  534.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Folders.php';
  535.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/SpamSettings.php';
  536.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/SearchTemplate.php';
  537.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/SearchItemInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/AgentActivity.php';
  539.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Agents.php';
  540.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Apps.php';
  541.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Branding.php';
  542.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailSettings.php';
  543.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailTemplates.php';
  544.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Groups.php';
  545.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Kudos.php';
  546.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Privileges.php';
  547.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/SavedReplies.php';
  548.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Tags.php';
  549.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Teams.php';
  550.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/TicketTypes.php';
  551.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Tickets.php';
  552.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Search/PreparedResponses.php';
  553.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Search/Workflows.php';
  554.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Search/Apps.php';
  555.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Search/Mailbox.php';
  556.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Search/SwiftMailer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Announcement.php';
  558.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Articles.php';
  559.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Categories.php';
  560.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Customers.php';
  561.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Folders.php';
  562.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/SpamSettings.php';
  563.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Tickets/WidgetCollection.php';
  564.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  586.         };
  587.     }
  588.     public function compile(): void
  589.     {
  590.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  591.     }
  592.     public function isCompiled(): bool
  593.     {
  594.         return true;
  595.     }
  596.     public function getRemovedIds(): array
  597.     {
  598.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  599.     }
  600.     protected function createProxy($class, \Closure $factory)
  601.     {
  602.         return $factory();
  603.     }
  604.     /**
  605.      * Gets the public 'App\Controller\BaseController' shared autowired service.
  606.      *
  607.      * @return \App\Controller\BaseController
  608.      */
  609.     protected function getBaseControllerService()
  610.     {
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  613.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  614.         $this->services['App\\Controller\\BaseController'] = $instance = new \App\Controller\BaseController();
  615.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\BaseController'$this));
  616.         return $instance;
  617.     }
  618.     /**
  619.      * Gets the public 'App\Controller\ConfigureHelpdesk' shared autowired service.
  620.      *
  621.      * @return \App\Controller\ConfigureHelpdesk
  622.      */
  623.     protected function getConfigureHelpdeskService()
  624.     {
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  629.         include_once \dirname(__DIR__4).'/src/Controller/ConfigureHelpdesk.php';
  630.         return $this->services['App\\Controller\\ConfigureHelpdesk'] = new \App\Controller\ConfigureHelpdesk();
  631.     }
  632.     /**
  633.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  634.      *
  635.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  636.      */
  637.     protected function getRedirectControllerService()
  638.     {
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  640.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  641.     }
  642.     /**
  643.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  644.      *
  645.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  646.      */
  647.     protected function getTemplateControllerService()
  648.     {
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  650.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  651.     }
  652.     /**
  653.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse' shared autowired service.
  654.      *
  655.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse
  656.      */
  657.     protected function getPreparedResponseService()
  658.     {
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  661.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponse.php';
  662.         $this->services['Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponse'] = $instance = new \Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  663.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponse'$this));
  664.         return $instance;
  665.     }
  666.     /**
  667.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR' shared autowired service.
  668.      *
  669.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR
  670.      */
  671.     protected function getPreparedResponseXHRService()
  672.     {
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  674.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  677.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponseXHR.php';
  678.         return $this->services['Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponseXHR'] = new \Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['uvdesk.automations.prepared_responses'] ?? $this->getUvdesk_Automations_PreparedResponsesService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  679.     }
  680.     /**
  681.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow' shared autowired service.
  682.      *
  683.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow
  684.      */
  685.     protected function getWorkflowService()
  686.     {
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  688.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  689.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/Workflow.php';
  690.         $this->services['Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\Workflow'] = $instance = new \Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['uvdesk.automations.workflows'] ?? $this->getUvdesk_Automations_WorkflowsService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  691.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\Workflow'$this));
  692.         return $instance;
  693.     }
  694.     /**
  695.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR' shared autowired service.
  696.      *
  697.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR
  698.      */
  699.     protected function getWorkflowXHRService()
  700.     {
  701.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  705.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/WorkflowXHR.php';
  706.         return $this->services['Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\WorkflowXHR'] = new \Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['uvdesk.automations.workflows'] ?? $this->getUvdesk_Automations_WorkflowsService()), ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  707.     }
  708.     /**
  709.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Account' shared autowired service.
  710.      *
  711.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Account
  712.      */
  713.     protected function getAccountService()
  714.     {
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  717.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Account.php';
  718.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Account'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Account(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()), ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()), ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Services\\FileUploadService'] ?? $this->getFileUploadServiceService()));
  719.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Account'$this));
  720.         return $instance;
  721.     }
  722.     /**
  723.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR' shared autowired service.
  724.      *
  725.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR
  726.      */
  727.     protected function getAccountXHRService()
  728.     {
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  733.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/AccountXHR.php';
  734.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\AccountXHR'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  735.     }
  736.     /**
  737.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication' shared autowired service.
  738.      *
  739.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication
  740.      */
  741.     protected function getAuthenticationService()
  742.     {
  743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  745.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Authentication.php';
  746.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  747.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication'$this));
  748.         return $instance;
  749.     }
  750.     /**
  751.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer' shared autowired service.
  752.      *
  753.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer
  754.      */
  755.     protected function getCustomerService()
  756.     {
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  759.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Customer.php';
  760.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Customer'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  761.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Customer'$this));
  762.         return $instance;
  763.     }
  764.     /**
  765.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR' shared autowired service.
  766.      *
  767.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR
  768.      */
  769.     protected function getCustomerXHRService()
  770.     {
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  772.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  775.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/CustomerXHR.php';
  776.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\CustomerXHR'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  777.     }
  778.     /**
  779.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Email' shared autowired service.
  780.      *
  781.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Email
  782.      */
  783.     protected function getEmailService()
  784.     {
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  786.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  789.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Email.php';
  790.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Email'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Email(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  791.     }
  792.     /**
  793.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings' shared autowired service.
  794.      *
  795.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings
  796.      */
  797.     protected function getEmailSettingsService()
  798.     {
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  801.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettings.php';
  802.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  803.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettings'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))));
  804.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettings'$this));
  805.         return $instance;
  806.     }
  807.     /**
  808.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR' shared autowired service.
  809.      *
  810.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR
  811.      */
  812.     protected function getEmailSettingsXHRService()
  813.     {
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  816.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettingsXHR.php';
  817.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  818.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettingsXHR'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))), ($this->services['kernel'] ?? $this->get('kernel'1)));
  819.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettingsXHR'$this));
  820.         return $instance;
  821.     }
  822.     /**
  823.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Group' shared autowired service.
  824.      *
  825.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Group
  826.      */
  827.     protected function getGroupService()
  828.     {
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  831.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Group.php';
  832.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Group'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Group(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  833.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Group'$this));
  834.         return $instance;
  835.     }
  836.     /**
  837.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR' shared autowired service.
  838.      *
  839.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR
  840.      */
  841.     protected function getGroupXHRService()
  842.     {
  843.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  847.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/GroupXHR.php';
  848.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\GroupXHR'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  849.     }
  850.     /**
  851.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege' shared autowired service.
  852.      *
  853.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege
  854.      */
  855.     protected function getPrivilegeService()
  856.     {
  857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  859.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Privilege.php';
  860.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Privilege'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()));
  861.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Privilege'$this));
  862.         return $instance;
  863.     }
  864.     /**
  865.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR' shared autowired service.
  866.      *
  867.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR
  868.      */
  869.     protected function getPrivilegeXHRService()
  870.     {
  871.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  872.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  875.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/PrivilegeXHR.php';
  876.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\PrivilegeXHR'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  877.     }
  878.     /**
  879.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Report' shared autowired service.
  880.      *
  881.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Report
  882.      */
  883.     protected function getReportService()
  884.     {
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  886.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  889.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Report.php';
  890.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Report'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Report(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()), ($this->services['report.service'] ?? $this->getReport_ServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  891.     }
  892.     /**
  893.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies' shared autowired service.
  894.      *
  895.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies
  896.      */
  897.     protected function getSavedRepliesService()
  898.     {
  899.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  900.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  903.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SavedReplies.php';
  904.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SavedReplies'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  905.     }
  906.     /**
  907.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer' shared autowired service.
  908.      *
  909.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer
  910.      */
  911.     protected function getSwiftMailerService()
  912.     {
  913.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  914.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  917.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailer.php';
  918.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  919.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailer'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))));
  920.     }
  921.     /**
  922.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR' shared autowired service.
  923.      *
  924.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR
  925.      */
  926.     protected function getSwiftMailerXHRService()
  927.     {
  928.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  929.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  932.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailerXHR.php';
  933.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  934.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\SwiftMailerXHR'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))));
  935.     }
  936.     /**
  937.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Team' shared autowired service.
  938.      *
  939.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Team
  940.      */
  941.     protected function getTeamService()
  942.     {
  943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  945.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Team.php';
  946.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Team'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Team(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  947.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Team'$this));
  948.         return $instance;
  949.     }
  950.     /**
  951.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR' shared autowired service.
  952.      *
  953.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR
  954.      */
  955.     protected function getTeamXHRService()
  956.     {
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  958.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  961.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TeamXHR.php';
  962.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  963.     }
  964.     /**
  965.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme' shared autowired service.
  966.      *
  967.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme
  968.      */
  969.     protected function getThemeService()
  970.     {
  971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  973.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Theme.php';
  974.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Theme'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme(($this->services['translator'] ?? $this->getTranslatorService()));
  975.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Theme'$this));
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread' shared autowired service.
  980.      *
  981.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread
  982.      */
  983.     protected function getThreadService()
  984.     {
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  986.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  989.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Thread.php';
  990.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Thread'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()), ($this->services['email.service'] ?? $this->getEmail_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Services\\FileUploadService'] ?? $this->getFileUploadServiceService()));
  991.     }
  992.     /**
  993.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR' shared autowired service.
  994.      *
  995.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR
  996.      */
  997.     protected function getThreadXHRService()
  998.     {
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1001.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/ThreadXHR.php';
  1002.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\ThreadXHR'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR(($this->services['ticket.service'] ?? $this->getTicket_ServiceService()));
  1003.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\ThreadXHR'$this));
  1004.         return $instance;
  1005.     }
  1006.     /**
  1007.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket' shared autowired service.
  1008.      *
  1009.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket
  1010.      */
  1011.     protected function getTicketService()
  1012.     {
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1014.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Ticket.php';
  1018.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()), ($this->services['email.service'] ?? $this->getEmail_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['custom.field.service'] ?? $this->getCustom_Field_ServiceService()));
  1019.     }
  1020.     /**
  1021.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR' shared autowired service.
  1022.      *
  1023.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR
  1024.      */
  1025.     protected function getTicketXHRService()
  1026.     {
  1027.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1028.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TicketXHR.php';
  1032.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TicketXHR'] = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()), ($this->services['email.service'] ?? $this->getEmail_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1033.     }
  1034.     /**
  1035.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost' shared autowired service.
  1036.      *
  1037.      * @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost
  1038.      */
  1039.     protected function getLocalhostService()
  1040.     {
  1041.         return $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost'] = new \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1042.     }
  1043.     /**
  1044.      * Gets the public 'Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application' shared autowired service.
  1045.      *
  1046.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application
  1047.      */
  1048.     protected function getApplicationService()
  1049.     {
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Controller/Application.php';
  1055.         return $this->services['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application();
  1056.     }
  1057.     /**
  1058.      * Gets the public 'Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard' shared autowired service.
  1059.      *
  1060.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard
  1061.      */
  1062.     protected function getDashboardService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1068.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Controller/Dashboard.php';
  1069.         return $this->services['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard();
  1070.     }
  1071.     /**
  1072.      * Gets the public 'Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel' shared autowired service.
  1073.      *
  1074.      * @return \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel
  1075.      */
  1076.     protected function getMailboxChannelService()
  1077.     {
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannel.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  1082.         $this->services['Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannel'] = $instance = new \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->privates['Webkul\\UVDesk\\MailboxBundle\\Services\\MailboxService'] ?? $this->getMailboxServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))));
  1083.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannel'$this));
  1084.         return $instance;
  1085.     }
  1086.     /**
  1087.      * Gets the public 'Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR' shared autowired service.
  1088.      *
  1089.      * @return \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR
  1090.      */
  1091.     protected function getMailboxChannelXHRService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannelXHR.php';
  1096.         $this->services['Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR'] = $instance = new \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Webkul\\UVDesk\\MailboxBundle\\Services\\MailboxService'] ?? $this->getMailboxServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1097.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR'$this));
  1098.         return $instance;
  1099.     }
  1100.     /**
  1101.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Announcement' shared autowired service.
  1102.      *
  1103.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Announcement
  1104.      */
  1105.     protected function getAnnouncementService()
  1106.     {
  1107.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Announcement.php';
  1112.         return $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Announcement'] = new \Webkul\UVDesk\SupportCenterBundle\Controller\Announcement(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['user.service'] ?? $this->getUser_ServiceService()));
  1113.     }
  1114.     /**
  1115.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Article' shared autowired service.
  1116.      *
  1117.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Article
  1118.      */
  1119.     protected function getArticleService()
  1120.     {
  1121.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1125.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Article.php';
  1126.         return $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Article'] = new \Webkul\UVDesk\SupportCenterBundle\Controller\Article(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1127.     }
  1128.     /**
  1129.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Branding' shared autowired service.
  1130.      *
  1131.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Branding
  1132.      */
  1133.     protected function getBrandingService()
  1134.     {
  1135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Branding.php';
  1138.         $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Branding'] = $instance = new \Webkul\UVDesk\SupportCenterBundle\Controller\Branding(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()));
  1139.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Branding'$this));
  1140.         return $instance;
  1141.     }
  1142.     /**
  1143.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Category' shared autowired service.
  1144.      *
  1145.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Category
  1146.      */
  1147.     protected function getCategoryService()
  1148.     {
  1149.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Category.php';
  1154.         return $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Category'] = new \Webkul\UVDesk\SupportCenterBundle\Controller\Category(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1155.     }
  1156.     /**
  1157.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Customer' shared autowired service.
  1158.      *
  1159.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Customer
  1160.      */
  1161.     protected function getCustomer2Service()
  1162.     {
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Customer.php';
  1166.         $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Customer'] = $instance = new \Webkul\UVDesk\SupportCenterBundle\Controller\Customer(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()), ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Services\\FileUploadService'] ?? $this->getFileUploadServiceService()));
  1167.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Customer'$this));
  1168.         return $instance;
  1169.     }
  1170.     /**
  1171.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Folder' shared autowired service.
  1172.      *
  1173.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Folder
  1174.      */
  1175.     protected function getFolderService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Folder.php';
  1180.         $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Folder'] = $instance = new \Webkul\UVDesk\SupportCenterBundle\Controller\Folder(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()));
  1181.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Folder'$this));
  1182.         return $instance;
  1183.     }
  1184.     /**
  1185.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR' shared autowired service.
  1186.      *
  1187.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR
  1188.      */
  1189.     protected function getKnowledgebaseXHRService()
  1190.     {
  1191.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/KnowledgebaseXHR.php';
  1196.         return $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\KnowledgebaseXHR'] = new \Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1197.     }
  1198.     /**
  1199.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Ticket' shared autowired service.
  1200.      *
  1201.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Ticket
  1202.      */
  1203.     protected function getTicket2Service()
  1204.     {
  1205.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Ticket.php';
  1210.         return $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Ticket'] = new \Webkul\UVDesk\SupportCenterBundle\Controller\Ticket(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()), ($this->services['custom.field.service'] ?? $this->getCustom_Field_ServiceService()), ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()));
  1211.     }
  1212.     /**
  1213.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Website' shared autowired service.
  1214.      *
  1215.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Website
  1216.      */
  1217.     protected function getWebsiteService()
  1218.     {
  1219.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Website.php';
  1224.         return $this->services['Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Website'] = new \Webkul\UVDesk\SupportCenterBundle\Controller\Website(($this->services['user.service'] ?? $this->getUser_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1225.     }
  1226.     /**
  1227.      * Gets the public 'cache.app' shared service.
  1228.      *
  1229.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1230.      */
  1231.     protected function getCache_AppService()
  1232.     {
  1233.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('eB3OMza4Wv'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1234.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1235.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1236.     }
  1237.     /**
  1238.      * Gets the public 'cache.app_clearer' shared service.
  1239.      *
  1240.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1241.      */
  1242.     protected function getCache_AppClearerService()
  1243.     {
  1244.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1246.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1247.     }
  1248.     /**
  1249.      * Gets the public 'cache.global_clearer' shared service.
  1250.      *
  1251.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1252.      */
  1253.     protected function getCache_GlobalClearerService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1257.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1258.     }
  1259.     /**
  1260.      * Gets the public 'cache.system' shared service.
  1261.      *
  1262.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1263.      */
  1264.     protected function getCache_SystemService()
  1265.     {
  1266.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FFmGoI4vJ8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1267.     }
  1268.     /**
  1269.      * Gets the public 'cache.system_clearer' shared service.
  1270.      *
  1271.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1272.      */
  1273.     protected function getCache_SystemClearerService()
  1274.     {
  1275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1277.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1278.     }
  1279.     /**
  1280.      * Gets the public 'cache_clearer' shared service.
  1281.      *
  1282.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1283.      */
  1284.     protected function getCacheClearerService()
  1285.     {
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1288.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1289.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1290.         }, 1));
  1291.     }
  1292.     /**
  1293.      * Gets the public 'cache_warmer' shared service.
  1294.      *
  1295.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1296.      */
  1297.     protected function getCacheWarmerService()
  1298.     {
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1301.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1302.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1303.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1304.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1305.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1306.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1307.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1308.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1309.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1310.     }
  1311.     /**
  1312.      * Gets the public 'console.command.public_alias.App\Console\EnvironmentVariables' shared autowired service.
  1313.      *
  1314.      * @return \App\Console\EnvironmentVariables
  1315.      */
  1316.     protected function getEnvironmentVariablesService()
  1317.     {
  1318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1319.         include_once \dirname(__DIR__4).'/src/Console/EnvironmentVariables.php';
  1320.         return $this->services['console.command.public_alias.App\\Console\\EnvironmentVariables'] = new \App\Console\EnvironmentVariables($this);
  1321.     }
  1322.     /**
  1323.      * Gets the public 'console.command.public_alias.App\Console\Wizard\ConfigureHelpdesk' shared autowired service.
  1324.      *
  1325.      * @return \App\Console\Wizard\ConfigureHelpdesk
  1326.      */
  1327.     protected function getConfigureHelpdesk2Service()
  1328.     {
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1330.         include_once \dirname(__DIR__4).'/src/Console/Wizard/ConfigureHelpdesk.php';
  1331.         return $this->services['console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk'] = new \App\Console\Wizard\ConfigureHelpdesk($this);
  1332.     }
  1333.     /**
  1334.      * Gets the public 'console.command.public_alias.App\Console\Wizard\DefaultUser' shared autowired service.
  1335.      *
  1336.      * @return \App\Console\Wizard\DefaultUser
  1337.      */
  1338.     protected function getDefaultUserService()
  1339.     {
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1341.         include_once \dirname(__DIR__4).'/src/Console/Wizard/DefaultUser.php';
  1342.         return $this->services['console.command.public_alias.App\\Console\\Wizard\\DefaultUser'] = new \App\Console\Wizard\DefaultUser($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1343.     }
  1344.     /**
  1345.      * Gets the public 'console.command.public_alias.App\Console\Wizard\MigrateDatabase' shared autowired service.
  1346.      *
  1347.      * @return \App\Console\Wizard\MigrateDatabase
  1348.      */
  1349.     protected function getMigrateDatabaseService()
  1350.     {
  1351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1352.         include_once \dirname(__DIR__4).'/src/Console/Wizard/MigrateDatabase.php';
  1353.         return $this->services['console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase'] = new \App\Console\Wizard\MigrateDatabase($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1354.     }
  1355.     /**
  1356.      * Gets the public 'console.command.public_alias.Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject' shared autowired service.
  1357.      *
  1358.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject
  1359.      */
  1360.     protected function getBootstrappingProjectService()
  1361.     {
  1362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1363.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Guides/BootstrappingProject.php';
  1364.         return $this->services['console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject'] = new \Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject();
  1365.     }
  1366.     /**
  1367.      * Gets the public 'console.command.public_alias.Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions' shared autowired service.
  1368.      *
  1369.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions
  1370.      */
  1371.     protected function getBuildExtensionsService()
  1372.     {
  1373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1374.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Console/BuildExtensions.php';
  1375.         return $this->services['console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions($this);
  1376.     }
  1377.     /**
  1378.      * Gets the public 'console.command.public_alias.Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand' shared autowired service.
  1379.      *
  1380.      * @return \Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand
  1381.      */
  1382.     protected function getRefreshMailboxCommandService()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Console/RefreshMailboxCommand.php';
  1386.         return $this->services['console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand'] = new \Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1387.     }
  1388.     /**
  1389.      * Gets the public 'console.command_loader' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1392.      */
  1393.     protected function getConsole_CommandLoaderService()
  1394.     {
  1395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1397.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1398.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1399.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1400.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1401.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1402.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1403.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1404.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1405.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1406.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1407.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1408.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1409.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1410.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1411.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1412.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1413.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1414.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1415.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1416.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1417.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1418.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1419.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1420.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1421.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1422.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1423.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1424.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1425.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1426.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1427.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1428.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1429.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1430.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1431.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1432.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1433.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1434.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1435.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1436.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1437.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1438.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1439.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1440.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1441.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1442.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1443.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1444.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1445.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1446.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1447.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1448.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1449.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1450.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1451.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1452.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1453.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1454.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1455.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1456.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1457.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1458.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1459.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1460.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1461.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1462.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1463.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1464.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1465.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1466.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1467.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1468.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1469.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1470.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1471.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1472.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1473.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1474.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1475.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1476.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1477.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1478.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1479.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1480.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1481.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1482.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1483.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1484.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1485.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  1486.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  1487.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  1488.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  1489.         ], [
  1490.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1491.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1492.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1493.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1494.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1495.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1496.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1497.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1498.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1499.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1500.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1501.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1502.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1503.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1504.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1505.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1506.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1507.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1508.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1509.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1510.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1511.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1512.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1513.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1514.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1515.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1516.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1517.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1518.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1519.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1520.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1521.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1522.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1523.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1524.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1525.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1526.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1527.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1528.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1529.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1530.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1531.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1532.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1533.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1534.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1535.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1536.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1537.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1538.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1539.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1540.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1541.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1542.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1543.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1544.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1545.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1546.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1547.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1548.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1549.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1550.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1551.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1552.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1553.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1554.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1555.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1556.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1557.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1558.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1559.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1560.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1561.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1562.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1563.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1564.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1565.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1566.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1567.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1568.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1569.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1570.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1571.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1572.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1573.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1574.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1575.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1576.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1577.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1578.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1579.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1580.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1581.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1582.     }
  1583.     /**
  1584.      * Gets the public 'container.env_var_processors_locator' shared service.
  1585.      *
  1586.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1587.      */
  1588.     protected function getContainer_EnvVarProcessorsLocatorService()
  1589.     {
  1590.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1591.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1592.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1593.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1594.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1595.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1596.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1597.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1598.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1599.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1600.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1601.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1602.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1603.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1604.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1605.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1606.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1607.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1608.         ], [
  1609.             'base64' => '?',
  1610.             'bool' => '?',
  1611.             'const' => '?',
  1612.             'csv' => '?',
  1613.             'default' => '?',
  1614.             'file' => '?',
  1615.             'float' => '?',
  1616.             'int' => '?',
  1617.             'json' => '?',
  1618.             'key' => '?',
  1619.             'not' => '?',
  1620.             'query_string' => '?',
  1621.             'require' => '?',
  1622.             'resolve' => '?',
  1623.             'string' => '?',
  1624.             'trim' => '?',
  1625.             'url' => '?',
  1626.         ]);
  1627.     }
  1628.     /**
  1629.      * Gets the public 'custom.field.service' shared autowired service.
  1630.      *
  1631.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService
  1632.      */
  1633.     protected function getCustom_Field_ServiceService()
  1634.     {
  1635.         $a = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1636.         if (isset($this->services['custom.field.service'])) {
  1637.             return $this->services['custom.field.service'];
  1638.         }
  1639.         return $this->services['custom.field.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['validation.service'] ?? $this->getValidation_ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  1640.     }
  1641.     /**
  1642.      * Gets the public 'data_collector.dump' shared service.
  1643.      *
  1644.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1645.      */
  1646.     protected function getDataCollector_DumpService()
  1647.     {
  1648.         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()));
  1649.     }
  1650.     /**
  1651.      * Gets the public 'doctrine' shared service.
  1652.      *
  1653.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1654.      */
  1655.     protected function getDoctrineService()
  1656.     {
  1657.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1658.     }
  1659.     /**
  1660.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1661.      *
  1662.      * @return \Doctrine\DBAL\Connection
  1663.      */
  1664.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1665.     {
  1666.         $a = new \Doctrine\DBAL\Configuration();
  1667.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1668.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1669.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1670.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1671.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1672.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1673.             'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle''getLifecycleService'false],
  1674.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1675.         ], [
  1676.             'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => '?',
  1677.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1678.         ]));
  1679.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1680.         $c->addEventListener([=> 'prePersist'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  1681.         $c->addEventListener([=> 'preUpdate'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  1682.         $c->addEventListener([=> 'postLoad'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  1683.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  1684.     }
  1685.     /**
  1686.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1687.      *
  1688.      * @return \Doctrine\ORM\EntityManager
  1689.      */
  1690.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1691.     {
  1692.         if ($lazyLoad) {
  1693.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1694.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1695.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1696.                     $proxy->setProxyInitializer(null);
  1697.                     return true;
  1698.                 });
  1699.             });
  1700.         }
  1701.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1725.         $a = new \Doctrine\ORM\Configuration();
  1726.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1727.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1728.         $b->addDriver($c'App\\Entity');
  1729.         $b->addDriver($c'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity');
  1730.         $b->addDriver($c'Webkul\\UVDesk\\AutomationBundle\\Entity');
  1731.         $b->addDriver($c'Webkul\\UVDesk\\SupportCenterBundle\\Entity');
  1732.         $a->setEntityNamespaces(['App' => 'App\\Entity''UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity''UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\Entity''UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\Entity']);
  1733.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1734.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1735.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1736.         $a->setMetadataDriverImpl($b);
  1737.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1738.         $a->setProxyNamespace('Proxies');
  1739.         $a->setAutoGenerateProxyClasses(true);
  1740.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1741.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1742.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1743.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1744.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1745.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1746.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository''getAgentActivityRepositoryService'false],
  1747.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository''getRecaptchaRepositoryService'false],
  1748.             'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository''getAnnouncementRepositoryService'false],
  1749.         ], [
  1750.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => '?',
  1751.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => '?',
  1752.             'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => '?',
  1753.         ])));
  1754.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1755.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1756.         return $instance;
  1757.     }
  1758.     /**
  1759.      * Gets the public 'email.service' shared autowired service.
  1760.      *
  1761.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService
  1762.      */
  1763.     protected function getEmail_ServiceService()
  1764.     {
  1765.         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['session'] ?? $this->getSessionService()));
  1766.     }
  1767.     /**
  1768.      * Gets the public 'error_controller' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1771.      */
  1772.     protected function getErrorControllerService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1779.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1780.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1781.     }
  1782.     /**
  1783.      * Gets the public 'event_dispatcher' shared service.
  1784.      *
  1785.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1786.      */
  1787.     protected function getEventDispatcherService()
  1788.     {
  1789.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1790.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1791.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1792.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1793.         $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())));
  1794.         $instance->addListener('kernel.controller', [=> function () {
  1795.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1796.         }, => 'onKernelController'], 0);
  1797.         $instance->addListener('kernel.request', [=> function () {
  1798.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1799.         }, => 'onKernelRequest'], 0);
  1800.         $instance->addListener('console.command', [=> function () {
  1801.             return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->getConsoleService());
  1802.         }, => 'onConsoleCommand'], 0);
  1803.         $instance->addListener('console.terminate', [=> function () {
  1804.             return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->getConsoleService());
  1805.         }, => 'onConsoleTerminate'], 0);
  1806.         $instance->addListener('uvdesk.automation.prepared_response.execute', [=> function () {
  1807.             return ($this->services['uvdesk.automations.prepared_responses'] ?? $this->getUvdesk_Automations_PreparedResponsesService());
  1808.         }, => 'executePreparedResponse'], 0);
  1809.         $instance->addListener('uvdesk.automation.workflow.execute', [=> function () {
  1810.             return ($this->services['uvdesk.automations.workflows'] ?? $this->getUvdesk_Automations_WorkflowsService());
  1811.         }, => 'executeWorkflow'], 0);
  1812.         $instance->addListener('console.command', [=> function () {
  1813.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->getConsole2Service());
  1814.         }, => 'onConsoleCommand'], 0);
  1815.         $instance->addListener('console.terminate', [=> function () {
  1816.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->getConsole2Service());
  1817.         }, => 'onConsoleTerminate'], 0);
  1818.         $instance->addListener('kernel.request', [=> function () {
  1819.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  1820.         }, => 'onKernelRequest'], 0);
  1821.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1822.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  1823.         }, => 'onKernelControllerArguments'], 0);
  1824.         $instance->addListener('kernel.exception', [=> function () {
  1825.             return ($this->privates['App\\EventListener\\ExceptionSubscriber'] ?? $this->getExceptionSubscriberService());
  1826.         }, => 'onKernelException'], 10);
  1827.         $instance->addListener('kernel.response', [=> function () {
  1828.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1829.         }, => 'onKernelResponse'], 0);
  1830.         $instance->addListener('kernel.response', [=> function () {
  1831.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1832.         }, => 'onKernelResponse'], -1024);
  1833.         $instance->addListener('kernel.request', [=> function () {
  1834.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1835.         }, => 'setDefaultLocale'], 100);
  1836.         $instance->addListener('kernel.request', [=> function () {
  1837.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1838.         }, => 'onKernelRequest'], 16);
  1839.         $instance->addListener('kernel.finish_request', [=> function () {
  1840.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1841.         }, => 'onKernelFinishRequest'], 0);
  1842.         $instance->addListener('kernel.request', [=> function () {
  1843.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1844.         }, => 'onKernelRequest'], 256);
  1845.         $instance->addListener('kernel.request', [=> function () {
  1846.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1847.         }, => 'resolveControllerName'], 24);
  1848.         $instance->addListener('kernel.response', [=> function () {
  1849.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1850.         }, => 'onResponse'], -255);
  1851.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1852.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1853.         }, => 'onControllerArguments'], 0);
  1854.         $instance->addListener('kernel.exception', [=> function () {
  1855.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1856.         }, => 'logKernelException'], 0);
  1857.         $instance->addListener('kernel.exception', [=> function () {
  1858.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1859.         }, => 'onKernelException'], -128);
  1860.         $instance->addListener('kernel.request', [=> function () {
  1861.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1862.         }, => 'onKernelRequest'], 15);
  1863.         $instance->addListener('kernel.finish_request', [=> function () {
  1864.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1865.         }, => 'onKernelFinishRequest'], -15);
  1866.         $instance->addListener('console.error', [=> function () {
  1867.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1868.         }, => 'onConsoleError'], -128);
  1869.         $instance->addListener('console.terminate', [=> function () {
  1870.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1871.         }, => 'onConsoleTerminate'], -128);
  1872.         $instance->addListener('console.error', [=> function () {
  1873.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1874.         }, => 'onConsoleError'], 0);
  1875.         $instance->addListener('kernel.request', [=> function () {
  1876.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1877.         }, => 'onKernelRequest'], 128);
  1878.         $instance->addListener('kernel.response', [=> function () {
  1879.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1880.         }, => 'onKernelResponse'], -1000);
  1881.         $instance->addListener('kernel.finish_request', [=> function () {
  1882.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1883.         }, => 'onFinishRequest'], 0);
  1884.         $instance->addListener('kernel.response', [=> function () {
  1885.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1886.         }, => 'onKernelResponse'], -100);
  1887.         $instance->addListener('kernel.exception', [=> function () {
  1888.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1889.         }, => 'onKernelException'], 0);
  1890.         $instance->addListener('kernel.terminate', [=> function () {
  1891.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1892.         }, => 'onKernelTerminate'], -1024);
  1893.         $instance->addListener('kernel.controller', [=> function () {
  1894.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1895.         }, => 'onKernelController'], 0);
  1896.         $instance->addListener('kernel.response', [=> function () {
  1897.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1898.         }, => 'onKernelResponse'], 0);
  1899.         $instance->addListener('kernel.request', [=> function () {
  1900.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1901.         }, => 'configure'], 2048);
  1902.         $instance->addListener('console.command', [=> function () {
  1903.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1904.         }, => 'configure'], 2048);
  1905.         $instance->addListener('kernel.request', [=> function () {
  1906.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1907.         }, => 'onKernelRequest'], 32);
  1908.         $instance->addListener('kernel.finish_request', [=> function () {
  1909.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1910.         }, => 'onKernelFinishRequest'], 0);
  1911.         $instance->addListener('kernel.exception', [=> function () {
  1912.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1913.         }, => 'onKernelException'], -64);
  1914.         $instance->addListener('kernel.response', [=> function () {
  1915.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1916.         }, => 'onKernelResponse'], 0);
  1917.         $instance->addListener('knp_pager.before', [=> function () {
  1918.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1919.         }, => 'before'], 0);
  1920.         $instance->addListener('knp_pager.pagination', [=> function () {
  1921.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1922.         }, => 'pagination'], 0);
  1923.         $instance->addListener('knp_pager.before', [=> function () {
  1924.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1925.         }, => 'before'], 1);
  1926.         $instance->addListener('knp_pager.before', [=> function () {
  1927.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1928.         }, => 'before'], 1);
  1929.         $instance->addListener('knp_pager.pagination', [=> function () {
  1930.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1931.         }, => 'pagination'], 1);
  1932.         $instance->addListener('kernel.controller', [=> function () {
  1933.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1934.         }, => 'onKernelController'], 0);
  1935.         $instance->addListener('kernel.controller', [=> function () {
  1936.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1937.         }, => 'onKernelController'], 0);
  1938.         $instance->addListener('kernel.controller', [=> function () {
  1939.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1940.         }, => 'onKernelController'], -128);
  1941.         $instance->addListener('kernel.view', [=> function () {
  1942.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1943.         }, => 'onKernelView'], 0);
  1944.         $instance->addListener('kernel.controller', [=> function () {
  1945.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1946.         }, => 'onKernelController'], 0);
  1947.         $instance->addListener('kernel.response', [=> function () {
  1948.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1949.         }, => 'onKernelResponse'], 0);
  1950.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1951.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1952.         }, => 'onKernelControllerArguments'], 0);
  1953.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1954.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1955.         }, => 'onKernelControllerArguments'], 0);
  1956.         $instance->addListener('console.command', [=> function () {
  1957.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1958.         }, => 'configure'], 1024);
  1959.         $instance->addListener('console.error', [=> function () {
  1960.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1961.         }, => 'onConsoleError'], 0);
  1962.         $instance->addListener('console.terminate', [=> function () {
  1963.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1964.         }, => 'onConsoleTerminate'], 0);
  1965.         $instance->addListener('console.command', [=> function () {
  1966.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1967.         }, => 'onCommand'], 255);
  1968.         $instance->addListener('console.terminate', [=> function () {
  1969.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1970.         }, => 'onTerminate'], -255);
  1971.         $instance->addListener('kernel.response', [=> function () {
  1972.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1973.         }, => 'onKernelResponse'], 0);
  1974.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1975.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1976.         }, => 'onVoterVote'], 0);
  1977.         $instance->addListener('kernel.request', [=> function () {
  1978.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1979.         }, => 'configureLogoutUrlGenerator'], 8);
  1980.         $instance->addListener('kernel.request', [=> function () {
  1981.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1982.         }, => 'onKernelRequest'], 8);
  1983.         $instance->addListener('kernel.finish_request', [=> function () {
  1984.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1985.         }, => 'onKernelFinishRequest'], 0);
  1986.         $instance->addListener('kernel.exception', [=> function () {
  1987.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1988.         }, => 'onException'], 0);
  1989.         $instance->addListener('kernel.terminate', [=> function () {
  1990.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1991.         }, => 'onTerminate'], 0);
  1992.         $instance->addListener('console.error', [=> function () {
  1993.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1994.         }, => 'onException'], 0);
  1995.         $instance->addListener('console.terminate', [=> function () {
  1996.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1997.         }, => 'onTerminate'], 0);
  1998.         $instance->addListener('kernel.response', [=> function () {
  1999.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2000.         }, => 'onKernelResponse'], -128);
  2001.         return $instance;
  2002.     }
  2003.     /**
  2004.      * Gets the public 'filesystem' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Filesystem\Filesystem
  2007.      */
  2008.     protected function getFilesystemService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2011.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2012.     }
  2013.     /**
  2014.      * Gets the public 'form.factory' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\Form\FormFactory
  2017.      */
  2018.     protected function getForm_FactoryService()
  2019.     {
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2022.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2023.     }
  2024.     /**
  2025.      * Gets the public 'form.type.file' shared service.
  2026.      *
  2027.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2028.      */
  2029.     protected function getForm_Type_FileService()
  2030.     {
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2034.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2035.     }
  2036.     /**
  2037.      * Gets the public 'http_kernel' shared service.
  2038.      *
  2039.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2040.      */
  2041.     protected function getHttpKernelService()
  2042.     {
  2043.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2044.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2045.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2046.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2047.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2048.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2049.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2050.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2051.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2052.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2053.         }, 8)), $a));
  2054.     }
  2055.     /**
  2056.      * Gets the public 'knp_paginator' shared service.
  2057.      *
  2058.      * @return \Knp\Component\Pager\Paginator
  2059.      */
  2060.     protected function getKnpPaginatorService($lazyLoad true)
  2061.     {
  2062.         if ($lazyLoad) {
  2063.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  2064.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2065.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2066.                     $proxy->setProxyInitializer(null);
  2067.                     return true;
  2068.                 });
  2069.             });
  2070.         }
  2071.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2072.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2073.         return $instance;
  2074.     }
  2075.     /**
  2076.      * Gets the public 'profiler' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2079.      */
  2080.     protected function getProfilerService()
  2081.     {
  2082.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2083.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2084.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2085.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2086.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2087.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2088.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2089.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2090.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2091.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2092.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2093.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2094.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2095.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2096.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2097.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2098.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2099.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2100.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2101.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2102.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2103.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2104.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2105.         if ($this->has('kernel')) {
  2106.             $g->setKernel($b);
  2107.         }
  2108.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2109.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2110.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2111.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2112.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2113.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2114.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2115.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  2116.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2117.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2118.         $instance->add($d);
  2119.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2120.         $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())));
  2121.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  2122.         $instance->add($e);
  2123.         $instance->add($f);
  2124.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2125.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2126.         $instance->add($g);
  2127.         return $instance;
  2128.     }
  2129.     /**
  2130.      * Gets the public 'recaptcha.service' shared autowired service.
  2131.      *
  2132.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ReCaptchaService
  2133.      */
  2134.     protected function getRecaptcha_ServiceService()
  2135.     {
  2136.         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);
  2137.     }
  2138.     /**
  2139.      * Gets the public 'report.service' shared autowired service.
  2140.      *
  2141.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ReportService
  2142.      */
  2143.     protected function getReport_ServiceService()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/ReportService.php';
  2146.         return $this->services['report.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\ReportService(($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);
  2147.     }
  2148.     /**
  2149.      * Gets the public 'request_stack' shared service.
  2150.      *
  2151.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2152.      */
  2153.     protected function getRequestStackService()
  2154.     {
  2155.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2156.     }
  2157.     /**
  2158.      * Gets the public 'router' shared service.
  2159.      *
  2160.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2161.      */
  2162.     protected function getRouterService()
  2163.     {
  2164.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2165.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2166.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2167.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2168.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2169.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2170.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2171.         ], [
  2172.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2173.         ]))->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');
  2174.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2175.         return $instance;
  2176.     }
  2177.     /**
  2178.      * Gets the public 'routing.loader' shared service.
  2179.      *
  2180.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2181.      */
  2182.     protected function getRouting_LoaderService()
  2183.     {
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2194.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Definition/RouterInterface.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Definition/RouteLoader.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Definition/RoutingResourceInterface.php';
  2208.         include_once \dirname(__DIR__4).'/src/Routing/RoutingResource.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Routing/RoutingResource.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Routing/RoutingResource.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Routing/RoutingResource.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Routing/RoutingResource.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Routing/RoutingResource.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Definition/RouteLoader.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2219.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2220.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  2221.         $c = new \Webkul\UVDesk\CoreFrameworkBundle\Definition\RouteLoader($this);
  2222.         $c->addRoutingResource(new \App\Routing\RoutingResource(), [=> []]);
  2223.         $c->addRoutingResource(new \Webkul\UVDesk\CoreFrameworkBundle\Routing\RoutingResource(), [=> []]);
  2224.         $c->addRoutingResource(new \Webkul\UVDesk\AutomationBundle\Routing\RoutingResource(), [=> []]);
  2225.         $c->addRoutingResource(new \Webkul\UVDesk\ExtensionFrameworkBundle\Routing\RoutingResource(), [=> []]);
  2226.         $c->addRoutingResource(new \Webkul\UVDesk\MailboxBundle\Routing\RoutingResource(), [=> []]);
  2227.         $c->addRoutingResource(new \Webkul\UVDesk\SupportCenterBundle\Routing\RoutingResource(), [=> []]);
  2228.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2229.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2230.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2231.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2232.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2233.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2234.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2235.             'kernel' => ['services''kernel''getKernelService'false],
  2236.         ], [
  2237.             'kernel' => 'App\\Kernel',
  2238.         ]))));
  2239.         $a->addLoader($c);
  2240.         $a->addLoader(new \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\RouteLoader($this));
  2241.         $a->addLoader($d);
  2242.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$d));
  2243.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$d));
  2244.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2245.     }
  2246.     /**
  2247.      * Gets the public 'security.authentication_utils' shared service.
  2248.      *
  2249.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2250.      */
  2251.     protected function getSecurity_AuthenticationUtilsService()
  2252.     {
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2254.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2255.     }
  2256.     /**
  2257.      * Gets the public 'security.authorization_checker' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2260.      */
  2261.     protected function getSecurity_AuthorizationCheckerService()
  2262.     {
  2263.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2264.     }
  2265.     /**
  2266.      * Gets the public 'security.csrf.token_manager' shared service.
  2267.      *
  2268.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2269.      */
  2270.     protected function getSecurity_Csrf_TokenManagerService()
  2271.     {
  2272.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2273.     }
  2274.     /**
  2275.      * Gets the public 'security.password_encoder' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2278.      */
  2279.     protected function getSecurity_PasswordEncoderService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2283.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2284.     }
  2285.     /**
  2286.      * Gets the public 'security.token_storage' shared service.
  2287.      *
  2288.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2289.      */
  2290.     protected function getSecurity_TokenStorageService()
  2291.     {
  2292.         return $this->services['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, [
  2293.             'session' => ['services''session''getSessionService'false],
  2294.         ], [
  2295.             'session' => '?',
  2296.         ]));
  2297.     }
  2298.     /**
  2299.      * Gets the public 'serializer' shared service.
  2300.      *
  2301.      * @return \Symfony\Component\Serializer\Serializer
  2302.      */
  2303.     protected function getSerializerService()
  2304.     {
  2305.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2327.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2340.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2341.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  2342.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2343.     }
  2344.     /**
  2345.      * Gets the public 'services_resetter' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2348.      */
  2349.     protected function getServicesResetterService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2352.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2353.             if (isset($this->services['cache.app'])) {
  2354.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2355.             }
  2356.             if (isset($this->services['cache.system'])) {
  2357.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2358.             }
  2359.             if (isset($this->privates['cache.validator'])) {
  2360.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2361.             }
  2362.             if (isset($this->privates['cache.serializer'])) {
  2363.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2364.             }
  2365.             if (isset($this->privates['cache.annotations'])) {
  2366.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2367.             }
  2368.             if (isset($this->privates['cache.property_info'])) {
  2369.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2370.             }
  2371.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2372.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2373.             }
  2374.             if (isset($this->services['profiler'])) {
  2375.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2376.             }
  2377.             if (isset($this->services['validator'])) {
  2378.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2379.             }
  2380.             if (isset($this->privates['debug.stopwatch'])) {
  2381.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2382.             }
  2383.             if (isset($this->services['event_dispatcher'])) {
  2384.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2385.             }
  2386.             if (isset($this->services['doctrine'])) {
  2387.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2388.             }
  2389.             if (isset($this->privates['form.type.entity'])) {
  2390.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2391.             }
  2392.             if (isset($this->privates['monolog.handler.main'])) {
  2393.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2394.             }
  2395.             if (isset($this->privates['monolog.handler.console'])) {
  2396.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2397.             }
  2398.             if (isset($this->services['security.token_storage'])) {
  2399.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2400.             }
  2401.             if (isset($this->privates['cache.security_expression_language'])) {
  2402.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2403.             }
  2404.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2405.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2406.             }
  2407.         }, function () {
  2408.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  2409.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  2410.     }
  2411.     /**
  2412.      * Gets the public 'session' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2415.      */
  2416.     protected function getSessionService()
  2417.     {
  2418.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2419.     }
  2420.     /**
  2421.      * Gets the public 'swiftmailer.mailer.internal@spartanit.pro' shared service.
  2422.      *
  2423.      * @return \Swift_Mailer
  2424.      */
  2425.     protected function getSwiftmailer_Mailer_Internalspartanit_ProService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2428.         return $this->services['swiftmailer.mailer.internal@spartanit.pro'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.internal@spartanit.pro.transport'] ?? $this->getSwiftmailer_Mailer_Internalspartanit_Pro_TransportService()));
  2429.     }
  2430.     /**
  2431.      * Gets the public 'swiftmailer.mailer.internal@spartanit.pro.plugin.messagelogger' shared service.
  2432.      *
  2433.      * @return \Swift_Plugins_MessageLogger
  2434.      */
  2435.     protected function getSwiftmailer_Mailer_Internalspartanit_Pro_Plugin_MessageloggerService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2440.         return $this->services['swiftmailer.mailer.internal@spartanit.pro.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2441.     }
  2442.     /**
  2443.      * Gets the public 'swiftmailer.mailer.internal@spartanit.pro.transport' shared service.
  2444.      *
  2445.      * @return \Swift_Transport_EsmtpTransport
  2446.      */
  2447.     protected function getSwiftmailer_Mailer_Internalspartanit_Pro_TransportService()
  2448.     {
  2449.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
  2461.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2474.         $a = new \Swift_Transport_Esmtp_AuthHandler([=> new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator(), => new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()]);
  2475.         $a->setUsername('internal@spartanit.pro');
  2476.         $a->setPassword('TEBrR2lyMXNSM2dpb25DYXI3YWxr');
  2477.         $a->setAuthMode('login');
  2478.         $this->services['swiftmailer.mailer.internal@spartanit.pro.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [=> $a], new \Swift_Events_SimpleEventDispatcher());
  2479.         $instance->setHost('smtppro.zoho.com');
  2480.         $instance->setPort(465);
  2481.         $instance->setEncryption('ssl');
  2482.         $instance->setTimeout(30);
  2483.         $instance->setSourceIp(NULL);
  2484.         $instance->registerPlugin(($this->services['swiftmailer.mailer.internal@spartanit.pro.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.internal@spartanit.pro.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2485.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  2486.         return $instance;
  2487.     }
  2488.     /**
  2489.      * Gets the public 'swiftmailer.service' shared autowired service.
  2490.      *
  2491.      * @return \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer
  2492.      */
  2493.     protected function getSwiftmailer_ServiceService()
  2494.     {
  2495.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2496.         return $this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this);
  2497.     }
  2498.     /**
  2499.      * Gets the public 'ticket.service' shared autowired service.
  2500.      *
  2501.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService
  2502.      */
  2503.     protected function getTicket_ServiceService()
  2504.     {
  2505.         $a = ($this->services['custom.field.service'] ?? $this->getCustom_Field_ServiceService());
  2506.         if (isset($this->services['ticket.service'])) {
  2507.             return $this->services['ticket.service'];
  2508.         }
  2509.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  2510.         if (isset($this->services['ticket.service'])) {
  2511.             return $this->services['ticket.service'];
  2512.         }
  2513.         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$b);
  2514.     }
  2515.     /**
  2516.      * Gets the public 'translator' shared service.
  2517.      *
  2518.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2519.      */
  2520.     protected function getTranslatorService()
  2521.     {
  2522.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2523.     }
  2524.     /**
  2525.      * Gets the public 'twig' shared service.
  2526.      *
  2527.      * @return \Twig\Environment
  2528.      */
  2529.     protected function getTwigService()
  2530.     {
  2531.         $this->services['twig'] = $instance = new \Twig\Environment(($this->services['uvdesk_extension.twig_loader'] ?? $this->getUvdeskExtension_TwigLoaderService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2532.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2533.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2534.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2535.         $d = ($this->services['router'] ?? $this->getRouterService());
  2536.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2537.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2538.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  2539.         $g = new \Symfony\Bridge\Twig\AppVariable();
  2540.         $g->setEnvironment('dev');
  2541.         $g->setDebug(true);
  2542.         if ($this->has('security.token_storage')) {
  2543.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2544.         }
  2545.         if ($this->has('request_stack')) {
  2546.             $g->setRequestStack($e);
  2547.         }
  2548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2549.         $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())));
  2550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  2554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['uvdesk_extension.assets_manager'] ?? $this->getUvdeskExtension_AssetsManagerService())));
  2555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  2556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  2557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2562.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  2563.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2564.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2565.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($d$b)));
  2566.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  2567.         $instance->addGlobal('app'$g);
  2568.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2569.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2570.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2571.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2572.         ], [
  2573.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2574.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2575.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2576.         ])));
  2577.         $instance->addGlobal('default_agent_image_path''bundles/uvdeskcoreframework/images/uv-avatar-batman.png');
  2578.         $instance->addGlobal('default_customer_image_path''bundles/uvdeskcoreframework/images/uv-avatar-ironman.png');
  2579.         $instance->addGlobal('default_helpdesk_image_path''bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png');
  2580.         $instance->addGlobal('max_post_size'8388608);
  2581.         $instance->addGlobal('max_file_uploads'20);
  2582.         $instance->addGlobal('upload_max_filesize'2097152);
  2583.         $instance->addGlobal('user_service', ($this->services['user.service'] ?? $this->getUser_ServiceService()));
  2584.         $instance->addGlobal('uvdesk_service', ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()));
  2585.         $instance->addGlobal('recaptcha_service', ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()));
  2586.         $instance->addGlobal('ticket_service', ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()));
  2587.         $instance->addGlobal('csrf_token_generator', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2588.         $instance->addGlobal('email_service', ($this->services['email.service'] ?? $this->getEmail_ServiceService()));
  2589.         $instance->addGlobal('uvdesk_extensibles', ($this->services['uvdesk.extensibles'] ?? $this->getUvdesk_ExtensiblesService()));
  2590.         $instance->addGlobal('uvdesk_core_file_system', ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()));
  2591.         $instance->addGlobal('uvdesk_automations', ($this->services['uvdesk.automations'] ?? $this->getUvdesk_AutomationsService()));
  2592.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2593.         return $instance;
  2594.     }
  2595.     /**
  2596.      * Gets the public 'twig.controller.exception' shared service.
  2597.      *
  2598.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2599.      *
  2600.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2601.      */
  2602.     protected function getTwig_Controller_ExceptionService()
  2603.     {
  2604.         trigger_deprecation('''''The "twig.controller.exception" service is deprecated since Symfony 4.4.');
  2605.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2606.     }
  2607.     /**
  2608.      * Gets the public 'twig.controller.preview_error' shared service.
  2609.      *
  2610.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2611.      *
  2612.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2613.      */
  2614.     protected function getTwig_Controller_PreviewErrorService()
  2615.     {
  2616.         trigger_deprecation('''''The "twig.controller.preview_error" service is deprecated since Symfony 4.4.');
  2617.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  2618.     }
  2619.     /**
  2620.      * Gets the public 'user.provider' shared autowired service.
  2621.      *
  2622.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider
  2623.      */
  2624.     protected function getUser_ProviderService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Providers/UserProvider.php';
  2628.         return $this->services['user.provider'] = new \Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $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['session'] ?? $this->getSessionService()), ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()));
  2629.     }
  2630.     /**
  2631.      * Gets the public 'user.service' shared autowired service.
  2632.      *
  2633.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UserService
  2634.      */
  2635.     protected function getUser_ServiceService()
  2636.     {
  2637.         $a = ($this->services['twig'] ?? $this->getTwigService());
  2638.         if (isset($this->services['user.service'])) {
  2639.             return $this->services['user.service'];
  2640.         }
  2641.         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);
  2642.     }
  2643.     /**
  2644.      * Gets the public 'uvdesk.automations' shared autowired service.
  2645.      *
  2646.      * @return \Webkul\UVDesk\AutomationBundle\Services\AutomationService
  2647.      */
  2648.     protected function getUvdesk_AutomationsService()
  2649.     {
  2650.         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()));
  2651.     }
  2652.     /**
  2653.      * Gets the public 'uvdesk.automations.prepared_responses' shared autowired service.
  2654.      *
  2655.      * @return \Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener
  2656.      */
  2657.     protected function getUvdesk_Automations_PreparedResponsesService()
  2658.     {
  2659.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/EventListener/PreparedResponseListener.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/PreparedResponse/Action.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Agent/MailAgent.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Agent/TransferTickets.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Customer/MailCustomer.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/AddNote.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/Delete.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailAgent.php';
  2667.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailCustomer.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailGroup.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailLastCollaborator.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailTeam.php';
  2671.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MarkSpam.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateAgent.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateGroup.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdatePriority.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateStatus.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateTag.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateTeam.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateType.php';
  2679.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2680.         $this->services['uvdesk.automations.prepared_responses'] = $instance = new \Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener($this$a);
  2681.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2682.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\MailAgent($this$b$a));
  2683.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\TransferTickets($this$b$a));
  2684.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Customer\MailCustomer($this$b$a));
  2685.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\AddNote($this$b$a));
  2686.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\Delete($this$b$a));
  2687.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailAgent($this$b$a));
  2688.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailCustomer($this$b$a));
  2689.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailGroup($this$b$a));
  2690.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailLastCollaborator($this$b$a));
  2691.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailTeam($this$b$a));
  2692.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MarkSpam($this$b$a));
  2693.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateAgent($this$b$a));
  2694.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateGroup($this$b$a));
  2695.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdatePriority($this$b$a));
  2696.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateStatus($this$b$a));
  2697.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTag($this$b$a));
  2698.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTeam($this$b$a));
  2699.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateType($this$b$a));
  2700.         return $instance;
  2701.     }
  2702.     /**
  2703.      * Gets the public 'uvdesk.automations.workflows' shared autowired service.
  2704.      *
  2705.      * @return \Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener
  2706.      */
  2707.     protected function getUvdesk_Automations_WorkflowsService()
  2708.     {
  2709.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/EventListener/WorkflowListener.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Workflow/Event.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Create.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Delete.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/UserForgotPassword.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/ForgotPassword.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Update.php';
  2716.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Create.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Delete.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/ForgotPassword.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Update.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Agent.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/AgentReply.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Collaborator.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/CollaboratorReply.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Create.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/CustomerReply.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Delete.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Group.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Note.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Priority.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Status.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Team.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/ThreadUpdate.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Type.php';
  2734.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Workflow/Action.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Agent/MailAgent.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Agent/TransferTickets.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Customer/MailCustomer.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/MailUser.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/AddNote.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailAgent.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailCustomer.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailGroup.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailLastCollaborator.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailTeam.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MarkSpam.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateAgent.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateGroup.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateLabel.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdatePriority.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateStatus.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateTag.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateTeam.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateType.php';
  2754.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2755.         $this->services['uvdesk.automations.workflows'] = $instance = new \Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener($this$a);
  2756.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2757.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Create($this$b$a));
  2758.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Delete($this$b$a));
  2759.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\ForgotPassword($this$b$a));
  2760.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Update($this$b$a));
  2761.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Create($this$b$a));
  2762.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Delete($this$b$a));
  2763.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\ForgotPassword($this$b$a));
  2764.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Update($this$b$a));
  2765.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Agent($this$b$a));
  2766.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\AgentReply($this$b$a));
  2767.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Collaborator($this$b$a));
  2768.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CollaboratorReply($this$b$a));
  2769.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Create($this$b$a));
  2770.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CustomerReply($this$b$a));
  2771.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Delete($this$b$a));
  2772.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Group($this$b$a));
  2773.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Note($this$b$a));
  2774.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Priority($this$b$a));
  2775.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Status($this$b$a));
  2776.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Team($this$b$a));
  2777.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\ThreadUpdate($this$b$a));
  2778.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Type($this$b$a));
  2779.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\UserForgotPassword($this$b$a));
  2780.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\MailAgent($this$b$a));
  2781.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\TransferTickets($this$b$a));
  2782.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Customer\MailCustomer($this$b$a));
  2783.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\MailUser($this$b$a));
  2784.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\AddNote($this$b$a));
  2785.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailAgent($this$b$a));
  2786.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailCustomer($this$b$a));
  2787.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailGroup($this$b$a));
  2788.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailLastCollaborator($this$b$a));
  2789.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailTeam($this$b$a));
  2790.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MarkSpam($this$b$a));
  2791.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateAgent($this$b$a));
  2792.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateGroup($this$b$a));
  2793.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateLabel($this$b$a));
  2794.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdatePriority($this$b$a));
  2795.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateStatus($this$b$a));
  2796.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTag($this$b$a));
  2797.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTeam($this$b$a));
  2798.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateType($this$b$a));
  2799.         return $instance;
  2800.     }
  2801.     /**
  2802.      * Gets the public 'uvdesk.core.event_dispatcher' shared autowired service.
  2803.      *
  2804.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher
  2805.      */
  2806.     protected function getUvdesk_Core_EventDispatcherService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Framework/EventDispatcher.php';
  2809.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/EventListener/Swiftmailer.php';
  2810.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2811.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2812.         $this->services['uvdesk.core.event_dispatcher'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher($this$a);
  2813.         $instance->addEventListener(new \Webkul\UVDesk\MailboxBundle\EventListener\Swiftmailer($this$a, ($this->services['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))), ($this->privates['Webkul\\UVDesk\\MailboxBundle\\Services\\MailboxService'] ?? $this->getMailboxServiceService())), [=> ['event' => 'swiftmailer.configuration.updated''method' => 'onSwiftMailerConfigurationUpdated'], => ['event' => 'swiftmailer.configuration.removed''method' => 'onSwiftMailerConfigurationRemoved']]);
  2814.         return $instance;
  2815.     }
  2816.     /**
  2817.      * Gets the public 'uvdesk.core.file_system.service' shared autowired service.
  2818.      *
  2819.      * @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem
  2820.      */
  2821.     protected function getUvdesk_Core_FileSystem_ServiceService()
  2822.     {
  2823.         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())));
  2824.     }
  2825.     /**
  2826.      * Gets the public 'uvdesk.extensibles' shared autowired service.
  2827.      *
  2828.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager
  2829.      */
  2830.     protected function getUvdesk_ExtensiblesService()
  2831.     {
  2832.         $this->services['uvdesk.extensibles'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager($this);
  2833.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2834.         $b = ($this->services['twig'] ?? $this->getTwigService());
  2835.         $c = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  2836.         $d = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate($a$b$c);
  2837.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account());
  2838.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps());
  2839.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding());
  2840.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity());
  2841.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports());
  2842.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings());
  2843.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users());
  2844.         $d->addPanelSidebar(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase());
  2845.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile());
  2846.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies());
  2847.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags());
  2848.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes());
  2849.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity());
  2850.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos());
  2851.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding());
  2852.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings());
  2853.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates());
  2854.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer());
  2855.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk());
  2856.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents());
  2857.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers());
  2858.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups());
  2859.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges());
  2860.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams());
  2861.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses());
  2862.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows());
  2863.         $d->addPanelSidebarItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes());
  2864.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement());
  2865.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles());
  2866.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories());
  2867.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders());
  2868.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam());
  2869.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter());
  2870.         $e = ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] ?? $this->getDashboardTemplateService());
  2871.         $f = ($this->services['router'] ?? $this->getRouterService());
  2872.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  2873.         $h = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate($this$a$f$c$g);
  2874.         $i = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate($f$c$g);
  2875.         $j = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard($e$h$i);
  2876.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home());
  2877.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports());
  2878.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket());
  2879.         $j->appendNavigation(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps());
  2880.         $j->appendNavigation(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase());
  2881.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity());
  2882.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports());
  2883.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings());
  2884.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users());
  2885.         $j->appendHomepageSection(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps());
  2886.         $j->appendHomepageSection(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase());
  2887.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity());
  2888.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents());
  2889.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding());
  2890.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers());
  2891.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings());
  2892.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates());
  2893.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups());
  2894.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos());
  2895.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges());
  2896.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies());
  2897.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer());
  2898.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags());
  2899.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams());
  2900.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes());
  2901.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses());
  2902.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows());
  2903.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps());
  2904.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox());
  2905.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement());
  2906.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles());
  2907.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories());
  2908.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders());
  2909.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings());
  2910.         $k = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate($b$g$c);
  2911.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity());
  2912.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents());
  2913.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  2914.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding());
  2915.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings());
  2916.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates());
  2917.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups());
  2918.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos());
  2919.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges());
  2920.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies());
  2921.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags());
  2922.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams());
  2923.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes());
  2924.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets());
  2925.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses());
  2926.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows());
  2927.         $k->appendSearchItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  2928.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox());
  2929.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer());
  2930.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement());
  2931.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles());
  2932.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories());
  2933.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers());
  2934.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders());
  2935.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings());
  2936.         $instance->addComponent($d);
  2937.         $instance->addComponent($j);
  2938.         $instance->addComponent($e);
  2939.         $instance->addComponent($i);
  2940.         $instance->addComponent($h);
  2941.         $instance->addComponent($k);
  2942.         $instance->addComponent(($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'] ?? $this->getQuickActionButtonCollectionService()));
  2943.         $instance->addComponent(new \Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection());
  2944.         return $instance;
  2945.     }
  2946.     /**
  2947.      * Gets the public 'uvdesk.mailbox' shared autowired service.
  2948.      *
  2949.      * @return \Webkul\UVDesk\MailboxBundle\Services\MailboxService
  2950.      */
  2951.     protected function getUvdesk_MailboxService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Services/MailboxService.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2955.         return $this->services['uvdesk.mailbox'] = new \Webkul\UVDesk\MailboxBundle\Services\MailboxService($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['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))));
  2956.     }
  2957.     /**
  2958.      * Gets the public 'uvdesk.service' shared autowired service.
  2959.      *
  2960.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService
  2961.      */
  2962.     protected function getUvdesk_ServiceService()
  2963.     {
  2964.         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()));
  2965.     }
  2966.     /**
  2967.      * Gets the public 'uvdesk_extension.assets_manager' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\Asset\Packages
  2970.      */
  2971.     protected function getUvdeskExtension_AssetsManagerService()
  2972.     {
  2973.         return $this->services['uvdesk_extension.assets_manager'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2974.     }
  2975.     /**
  2976.      * Gets the public 'uvdesk_extension.twig_loader' shared service.
  2977.      *
  2978.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  2979.      */
  2980.     protected function getUvdeskExtension_TwigLoaderService()
  2981.     {
  2982.         $this->services['uvdesk_extension.twig_loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  2983.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2984.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2985.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2986.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2987.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  2988.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  2989.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2990.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2991.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2992.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2993.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2994.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2995.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2996.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2997.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2998.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2999.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/views'), 'UVDeskCoreFramework');
  3000.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/views'), '!UVDeskCoreFramework');
  3001.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Resources/views'), 'UVDeskAutomation');
  3002.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Resources/views'), '!UVDeskAutomation');
  3003.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Resources/views'), 'UVDeskExtensionFramework');
  3004.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Resources/views'), '!UVDeskExtensionFramework');
  3005.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Resources/views'), 'UVDeskMailbox');
  3006.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Resources/views'), '!UVDeskMailbox');
  3007.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/views'), 'UVDeskSupportCenter');
  3008.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/views'), '!UVDeskSupportCenter');
  3009.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3010.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3011.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3012.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3013.         return $instance;
  3014.     }
  3015.     /**
  3016.      * Gets the public 'validation.service' shared autowired service.
  3017.      *
  3018.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService
  3019.      */
  3020.     protected function getValidation_ServiceService()
  3021.     {
  3022.         return $this->services['validation.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this, ($this->services['translator'] ?? $this->getTranslatorService()));
  3023.     }
  3024.     /**
  3025.      * Gets the public 'validator' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3028.      */
  3029.     protected function getValidatorService()
  3030.     {
  3031.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3032.     }
  3033.     /**
  3034.      * Gets the public 'var_dumper.cloner' shared service.
  3035.      *
  3036.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3037.      */
  3038.     protected function getVarDumper_ClonerService()
  3039.     {
  3040.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3041.         $instance->setMaxItems(2500);
  3042.         $instance->setMinDepth(1);
  3043.         $instance->setMaxString(-1);
  3044.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3045.         return $instance;
  3046.     }
  3047.     /**
  3048.      * Gets the public 'web_profiler.controller.exception' shared service.
  3049.      *
  3050.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  3051.      *
  3052.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  3053.      */
  3054.     protected function getWebProfiler_Controller_ExceptionService()
  3055.     {
  3056.         trigger_deprecation('''''The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.');
  3057.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  3058.     }
  3059.     /**
  3060.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3061.      *
  3062.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3063.      */
  3064.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3065.     {
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3067.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  3068.     }
  3069.     /**
  3070.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3071.      *
  3072.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3073.      */
  3074.     protected function getWebProfiler_Controller_ProfilerService()
  3075.     {
  3076.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3077.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3078.     }
  3079.     /**
  3080.      * Gets the public 'web_profiler.controller.router' shared service.
  3081.      *
  3082.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3083.      */
  3084.     protected function getWebProfiler_Controller_RouterService()
  3085.     {
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3087.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3088.             return new \EmptyIterator();
  3089.         }, 0));
  3090.     }
  3091.     /**
  3092.      * Gets the private '.debug.http_client' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3095.      */
  3096.     protected function get_Debug_HttpClientService()
  3097.     {
  3098.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3099.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3100.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3101.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3102.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3103.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3104.         $a->setLogger($b);
  3105.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3106.     }
  3107.     /**
  3108.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  3109.      *
  3110.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  3111.      */
  3112.     protected function get_LegacyResolveControllerNameSubscriberService()
  3113.     {
  3114.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  3115.     }
  3116.     /**
  3117.      * Gets the private '.service_locator.1qxpWX0' shared service.
  3118.      *
  3119.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3120.      */
  3121.     protected function get_ServiceLocator_1qxpWX0Service()
  3122.     {
  3123.         return $this->privates['.service_locator.1qxpWX0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3124.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3125.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3126.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3127.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3128.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3129.             'router' => ['services''router''getRouterService'false],
  3130.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3131.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3132.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3133.             'serializer' => ['services''serializer''getSerializerService'false],
  3134.             'session' => ['services''session''getSessionService'false],
  3135.             'twig' => ['services''twig''getTwigService'false],
  3136.         ], [
  3137.             'doctrine' => '?',
  3138.             'form.factory' => '?',
  3139.             'http_kernel' => '?',
  3140.             'parameter_bag' => '?',
  3141.             'request_stack' => '?',
  3142.             'router' => '?',
  3143.             'security.authorization_checker' => '?',
  3144.             'security.csrf.token_manager' => '?',
  3145.             'security.token_storage' => '?',
  3146.             'serializer' => '?',
  3147.             'session' => '?',
  3148.             'twig' => '?',
  3149.         ]);
  3150.     }
  3151.     /**
  3152.      * Gets the private '.service_locator.1ypeunc' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3155.      */
  3156.     protected function get_ServiceLocator_1ypeuncService()
  3157.     {
  3158.         return $this->privates['.service_locator.1ypeunc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3159.             'translator' => ['services''translator''getTranslatorService'false],
  3160.         ], [
  3161.             'translator' => '?',
  3162.         ]);
  3163.     }
  3164.     /**
  3165.      * Gets the private '.service_locator.KkDySej' shared service.
  3166.      *
  3167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3168.      */
  3169.     protected function get_ServiceLocator_KkDySejService()
  3170.     {
  3171.         return $this->privates['.service_locator.KkDySej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3172.             'quickActionButtonCollection' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection''getQuickActionButtonCollectionService'false],
  3173.         ], [
  3174.             'quickActionButtonCollection' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection',
  3175.         ]);
  3176.     }
  3177.     /**
  3178.      * Gets the private '.service_locator.R4L7Yfy' shared service.
  3179.      *
  3180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3181.      */
  3182.     protected function get_ServiceLocator_R4L7YfyService()
  3183.     {
  3184.         return $this->privates['.service_locator.R4L7Yfy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3185.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3186.             'kernel' => ['services''kernel''getKernelService'false],
  3187.         ], [
  3188.             'entityManager' => '?',
  3189.             'kernel' => '?',
  3190.         ]);
  3191.     }
  3192.     /**
  3193.      * Gets the private '.service_locator.g6H.xPr' shared service.
  3194.      *
  3195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3196.      */
  3197.     protected function get_ServiceLocator_G6H_XPrService()
  3198.     {
  3199.         return $this->privates['.service_locator.g6H.xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3200.             'kernel' => ['services''kernel''getKernelService'false],
  3201.         ], [
  3202.             'kernel' => '?',
  3203.         ]);
  3204.     }
  3205.     /**
  3206.      * Gets the private '.service_locator.gPh6X_L' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3209.      */
  3210.     protected function get_ServiceLocator_GPh6XLService()
  3211.     {
  3212.         return $this->privates['.service_locator.gPh6X_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3213.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3214.         ], [
  3215.             'encoder' => '?',
  3216.         ]);
  3217.     }
  3218.     /**
  3219.      * Gets the private '.service_locator.iFnN7bw' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3222.      */
  3223.     protected function get_ServiceLocator_IFnN7bwService()
  3224.     {
  3225.         return $this->privates['.service_locator.iFnN7bw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3226.             'App\\Controller\\BaseController::base' => ['privates''.service_locator.R4L7Yfy''get_ServiceLocator_R4L7YfyService'false],
  3227.             'App\\Controller\\ConfigureHelpdesk::migrateDatabaseSchemaXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3228.             'App\\Controller\\ConfigureHelpdesk::populateDatabaseEntitiesXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3229.             'App\\Controller\\ConfigureHelpdesk::updateConfigurationsXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3230.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication::updateCredentials' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3231.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR::deleteTeamXHR' => ['privates''.service_locator.1ypeunc''get_ServiceLocator_1ypeuncService'false],
  3232.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket::loadTicket' => ['privates''.service_locator.KkDySej''get_ServiceLocator_KkDySejService'false],
  3233.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::apiEndpointXHR' => ['privates''.service_locator.l2hbC8x''get_ServiceLocator_L2hbC8xService'false],
  3234.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::dashboard' => ['privates''.service_locator.lwwpcys''get_ServiceLocator_LwwpcysService'false],
  3235.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard::applicationsXHR' => ['privates''.service_locator.suNQXVV''get_ServiceLocator_SuNQXVVService'false],
  3236.             'App\\Controller\\BaseController:base' => ['privates''.service_locator.R4L7Yfy''get_ServiceLocator_R4L7YfyService'false],
  3237.             'App\\Controller\\ConfigureHelpdesk:migrateDatabaseSchemaXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3238.             'App\\Controller\\ConfigureHelpdesk:populateDatabaseEntitiesXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3239.             'App\\Controller\\ConfigureHelpdesk:updateConfigurationsXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3240.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication:updateCredentials' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3241.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR:deleteTeamXHR' => ['privates''.service_locator.1ypeunc''get_ServiceLocator_1ypeuncService'false],
  3242.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket:loadTicket' => ['privates''.service_locator.KkDySej''get_ServiceLocator_KkDySejService'false],
  3243.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:apiEndpointXHR' => ['privates''.service_locator.l2hbC8x''get_ServiceLocator_L2hbC8xService'false],
  3244.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:dashboard' => ['privates''.service_locator.lwwpcys''get_ServiceLocator_LwwpcysService'false],
  3245.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard:applicationsXHR' => ['privates''.service_locator.suNQXVV''get_ServiceLocator_SuNQXVVService'false],
  3246.         ], [
  3247.             'App\\Controller\\BaseController::base' => '?',
  3248.             'App\\Controller\\ConfigureHelpdesk::migrateDatabaseSchemaXHR' => '?',
  3249.             'App\\Controller\\ConfigureHelpdesk::populateDatabaseEntitiesXHR' => '?',
  3250.             'App\\Controller\\ConfigureHelpdesk::updateConfigurationsXHR' => '?',
  3251.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication::updateCredentials' => '?',
  3252.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR::deleteTeamXHR' => '?',
  3253.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket::loadTicket' => '?',
  3254.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::apiEndpointXHR' => '?',
  3255.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::dashboard' => '?',
  3256.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard::applicationsXHR' => '?',
  3257.             'App\\Controller\\BaseController:base' => '?',
  3258.             'App\\Controller\\ConfigureHelpdesk:migrateDatabaseSchemaXHR' => '?',
  3259.             'App\\Controller\\ConfigureHelpdesk:populateDatabaseEntitiesXHR' => '?',
  3260.             'App\\Controller\\ConfigureHelpdesk:updateConfigurationsXHR' => '?',
  3261.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication:updateCredentials' => '?',
  3262.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR:deleteTeamXHR' => '?',
  3263.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket:loadTicket' => '?',
  3264.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:apiEndpointXHR' => '?',
  3265.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:dashboard' => '?',
  3266.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard:applicationsXHR' => '?',
  3267.         ]);
  3268.     }
  3269.     /**
  3270.      * Gets the private '.service_locator.l2hbC8x' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3273.      */
  3274.     protected function get_ServiceLocator_L2hbC8xService()
  3275.     {
  3276.         return $this->privates['.service_locator.l2hbC8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3277.             'applicationCollection' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3278.             'event' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\ApiRoutine''getApiRoutineService'false],
  3279.         ], [
  3280.             'applicationCollection' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3281.             'event' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\ApiRoutine',
  3282.         ]);
  3283.     }
  3284.     /**
  3285.      * Gets the private '.service_locator.lwwpcys' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3288.      */
  3289.     protected function get_ServiceLocator_LwwpcysService()
  3290.     {
  3291.         return $this->privates['.service_locator.lwwpcys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3292.             'applicationCollection' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3293.             'event' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\RenderDashboardRoutine''getRenderDashboardRoutineService'false],
  3294.         ], [
  3295.             'applicationCollection' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3296.             'event' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\RenderDashboardRoutine',
  3297.         ]);
  3298.     }
  3299.     /**
  3300.      * Gets the private '.service_locator.suNQXVV' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3303.      */
  3304.     protected function get_ServiceLocator_SuNQXVVService()
  3305.     {
  3306.         return $this->privates['.service_locator.suNQXVV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3307.             'applications' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3308.         ], [
  3309.             'applications' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3310.         ]);
  3311.     }
  3312.     /**
  3313.      * Gets the private 'App\EventListener\ExceptionSubscriber' shared autowired service.
  3314.      *
  3315.      * @return \App\EventListener\ExceptionSubscriber
  3316.      */
  3317.     protected function getExceptionSubscriberService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/src/EventListener/ExceptionSubscriber.php';
  3320.         return $this->privates['App\\EventListener\\ExceptionSubscriber'] = new \App\EventListener\ExceptionSubscriber(($this->services['twig'] ?? $this->getTwigService()), $this);
  3321.     }
  3322.     /**
  3323.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3324.      *
  3325.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3326.      */
  3327.     protected function getManagerRegistryAwareConnectionProviderService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3331.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  3332.     }
  3333.     /**
  3334.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3335.      *
  3336.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3337.      */
  3338.     protected function getRunSqlCommandService()
  3339.     {
  3340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3341.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3342.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3343.         $instance->setName('dbal:run-sql');
  3344.         return $instance;
  3345.     }
  3346.     /**
  3347.      * Gets the private 'Webkul\UVDesk\AutomationBundle\Form\DefaultForm' shared autowired service.
  3348.      *
  3349.      * @return \Webkul\UVDesk\AutomationBundle\Form\DefaultForm
  3350.      */
  3351.     protected function getDefaultFormService()
  3352.     {
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3355.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Form/DefaultForm.php';
  3356.         return $this->privates['Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm'] = new \Webkul\UVDesk\AutomationBundle\Form\DefaultForm();
  3357.     }
  3358.     /**
  3359.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate' shared autowired service.
  3360.      *
  3361.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate
  3362.      */
  3363.     protected function getDashboardTemplateService()
  3364.     {
  3365.         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()));
  3366.     }
  3367.     /**
  3368.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console' shared autowired service.
  3369.      *
  3370.      * @return \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console
  3371.      */
  3372.     protected function getConsoleService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/EventListener/Console/Console.php';
  3375.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] = new \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3376.     }
  3377.     /**
  3378.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle' shared autowired service.
  3379.      *
  3380.      * @return \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle
  3381.      */
  3382.     protected function getLifecycleService()
  3383.     {
  3384.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/EventListener/Doctrine/Lifecycle.php';
  3385.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'] = new \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle($this);
  3386.     }
  3387.     /**
  3388.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket' shared autowired service.
  3389.      *
  3390.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket
  3391.      */
  3392.     protected function getCreateTicketService()
  3393.     {
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/CreateTicket.php';
  3397.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket();
  3398.     }
  3399.     /**
  3400.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox' shared autowired service.
  3401.      *
  3402.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox
  3403.      */
  3404.     protected function getMailboxService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/Mailbox.php';
  3409.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox();
  3410.     }
  3411.     /**
  3412.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile' shared autowired service.
  3413.      *
  3414.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile
  3415.      */
  3416.     protected function getUserProfileService()
  3417.     {
  3418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/UserProfile.php';
  3421.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile();
  3422.     }
  3423.     /**
  3424.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository' shared autowired service.
  3425.      *
  3426.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository
  3427.      */
  3428.     protected function getAgentActivityRepositoryService()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Repository/AgentActivityRepository.php';
  3436.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository'] = new \Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3437.     }
  3438.     /**
  3439.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository' shared autowired service.
  3440.      *
  3441.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository
  3442.      */
  3443.     protected function getRecaptchaRepositoryService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Repository/RecaptchaRepository.php';
  3451.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository'] = new \Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3452.     }
  3453.     /**
  3454.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService' shared autowired service.
  3455.      *
  3456.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService
  3457.      */
  3458.     protected function getFileUploadServiceService()
  3459.     {
  3460.         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())));
  3461.     }
  3462.     /**
  3463.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection' shared autowired service.
  3464.      *
  3465.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection
  3466.      */
  3467.     protected function getQuickActionButtonCollectionService()
  3468.     {
  3469.         $a = ($this->services['twig'] ?? $this->getTwigService());
  3470.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  3471.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  3472.         }
  3473.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  3474.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  3475.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  3476.         }
  3477.         $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);
  3478.         $instance->add(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies(), [=> []]);
  3479.         $instance->add(new \Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), [=> []]);
  3480.         return $instance;
  3481.     }
  3482.     /**
  3483.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\ApiRoutine' shared autowired service.
  3484.      *
  3485.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\ApiRoutine
  3486.      */
  3487.     protected function getApiRoutineService()
  3488.     {
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/RoutineInterface.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/Routine/ApiRoutine.php';
  3492.         return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\ApiRoutine'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\ApiRoutine(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3493.     }
  3494.     /**
  3495.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\RenderDashboardRoutine' shared autowired service.
  3496.      *
  3497.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\RenderDashboardRoutine
  3498.      */
  3499.     protected function getRenderDashboardRoutineService()
  3500.     {
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/RoutineInterface.php';
  3503.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/Routine/RenderDashboardRoutine.php';
  3504.         return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\RenderDashboardRoutine'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\RenderDashboardRoutine(($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] ?? $this->getDashboardTemplateService()));
  3505.     }
  3506.     /**
  3507.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console' shared autowired service.
  3508.      *
  3509.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console
  3510.      */
  3511.     protected function getConsole2Service()
  3512.     {
  3513.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/EventListener/Console.php';
  3514.         return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console($this, ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] ?? ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource())));
  3515.     }
  3516.     /**
  3517.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel' shared autowired service.
  3518.      *
  3519.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel
  3520.      */
  3521.     protected function getKernel2Service()
  3522.     {
  3523.         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())));
  3524.     }
  3525.     /**
  3526.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection' shared autowired service.
  3527.      *
  3528.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection
  3529.      */
  3530.     protected function getApplicationCollectionService($lazyLoad true)
  3531.     {
  3532.         if ($lazyLoad) {
  3533.             return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection'] = $this->createProxy('ApplicationCollection_a40b613', function () {
  3534.                 return \ApplicationCollection_a40b613::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3535.                     $wrappedInstance $this->getApplicationCollectionService(false);
  3536.                     $proxy->setProxyInitializer(null);
  3537.                     return true;
  3538.                 });
  3539.             });
  3540.         }
  3541.         $instance = new \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection($this, ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] ?? ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource())), ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection'] ?? $this->getPackageCollectionService()));
  3542.         $instance->organizeCollection();
  3543.         return $instance;
  3544.     }
  3545.     /**
  3546.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection' shared autowired service.
  3547.      *
  3548.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection
  3549.      */
  3550.     protected function getPackageCollectionService($lazyLoad true)
  3551.     {
  3552.         if ($lazyLoad) {
  3553.             return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection'] = $this->createProxy('PackageCollection_b86d16c', function () {
  3554.                 return \PackageCollection_b86d16c::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3555.                     $wrappedInstance $this->getPackageCollectionService(false);
  3556.                     $proxy->setProxyInitializer(null);
  3557.                     return true;
  3558.                 });
  3559.             });
  3560.         }
  3561.         $instance = new \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection($this, ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] ?? ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Definition\\MappingResource'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource())));
  3562.         $instance->organizeCollection();
  3563.         return $instance;
  3564.     }
  3565.     /**
  3566.      * Gets the private 'Webkul\UVDesk\MailboxBundle\Services\MailboxService' shared autowired service.
  3567.      *
  3568.      * @return \Webkul\UVDesk\MailboxBundle\Services\MailboxService
  3569.      */
  3570.     protected function getMailboxServiceService()
  3571.     {
  3572.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Services/MailboxService.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  3574.         return $this->privates['Webkul\\UVDesk\\MailboxBundle\\Services\\MailboxService'] = new \Webkul\UVDesk\MailboxBundle\Services\MailboxService($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['swiftmailer.service'] ?? ($this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this))));
  3575.     }
  3576.     /**
  3577.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation' shared autowired service.
  3578.      *
  3579.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation
  3580.      */
  3581.     protected function getAccountValidationService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/AccountValidation.php';
  3586.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation'] = new \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation();
  3587.     }
  3588.     /**
  3589.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword' shared autowired service.
  3590.      *
  3591.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword
  3592.      */
  3593.     protected function getForgotPasswordService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/ForgotPassword.php';
  3598.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword'] = new \Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword();
  3599.     }
  3600.     /**
  3601.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal' shared autowired service.
  3602.      *
  3603.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal
  3604.      */
  3605.     protected function getSolutionModalService()
  3606.     {
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/SolutionModal.php';
  3610.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal'] = new \Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal();
  3611.     }
  3612.     /**
  3613.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\Ticket' shared autowired service.
  3614.      *
  3615.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\Ticket
  3616.      */
  3617.     protected function getTicket3Service()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/Ticket.php';
  3622.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket'] = new \Webkul\UVDesk\SupportCenterBundle\Form\Ticket();
  3623.     }
  3624.     /**
  3625.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository' shared autowired service.
  3626.      *
  3627.      * @return \Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository
  3628.      */
  3629.     protected function getAnnouncementRepositoryService()
  3630.     {
  3631.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Repository/AnnouncementRepository.php';
  3637.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository'] = new \Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3638.     }
  3639.     /**
  3640.      * Gets the private 'annotations.cache_adapter' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3643.      */
  3644.     protected function getAnnotations_CacheAdapterService()
  3645.     {
  3646.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3647.     }
  3648.     /**
  3649.      * Gets the private 'annotations.cache_warmer' shared service.
  3650.      *
  3651.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3652.      */
  3653.     protected function getAnnotations_CacheWarmerService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3658.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  3659.     }
  3660.     /**
  3661.      * Gets the private 'annotations.cached_reader' shared service.
  3662.      *
  3663.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3664.      */
  3665.     protected function getAnnotations_CachedReaderService()
  3666.     {
  3667.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3668.     }
  3669.     /**
  3670.      * Gets the private 'annotations.reader' shared service.
  3671.      *
  3672.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3673.      */
  3674.     protected function getAnnotations_ReaderService()
  3675.     {
  3676.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3677.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3678.         $a->registerUniqueLoader('class_exists');
  3679.         $instance->addGlobalIgnoredName('required'$a);
  3680.         return $instance;
  3681.     }
  3682.     /**
  3683.      * Gets the private 'cache.annotations' shared service.
  3684.      *
  3685.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3686.      */
  3687.     protected function getCache_AnnotationsService()
  3688.     {
  3689.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FDThoPTFv-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3690.     }
  3691.     /**
  3692.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3693.      *
  3694.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3695.      */
  3696.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3697.     {
  3698.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3699.     }
  3700.     /**
  3701.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3702.      *
  3703.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3704.      */
  3705.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3706.     {
  3707.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3708.     }
  3709.     /**
  3710.      * Gets the private 'cache.property_info' shared service.
  3711.      *
  3712.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3713.      */
  3714.     protected function getCache_PropertyInfoService()
  3715.     {
  3716.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f3H-VBuZii'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3717.     }
  3718.     /**
  3719.      * Gets the private 'cache.security_expression_language' shared service.
  3720.      *
  3721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3722.      */
  3723.     protected function getCache_SecurityExpressionLanguageService()
  3724.     {
  3725.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wlhBSBnWP1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3726.     }
  3727.     /**
  3728.      * Gets the private 'cache.serializer' shared service.
  3729.      *
  3730.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3731.      */
  3732.     protected function getCache_SerializerService()
  3733.     {
  3734.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hUJt3ZlKak'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3735.     }
  3736.     /**
  3737.      * Gets the private 'cache.validator' shared service.
  3738.      *
  3739.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3740.      */
  3741.     protected function getCache_ValidatorService()
  3742.     {
  3743.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GuMYg3udUE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3744.     }
  3745.     /**
  3746.      * Gets the private 'config_cache_factory' shared service.
  3747.      *
  3748.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3749.      */
  3750.     protected function getConfigCacheFactoryService()
  3751.     {
  3752.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3753.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  3754.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3755.         }, 2));
  3756.     }
  3757.     /**
  3758.      * Gets the private 'console.command.about' shared service.
  3759.      *
  3760.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3761.      */
  3762.     protected function getConsole_Command_AboutService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3766.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3767.         $instance->setName('about');
  3768.         return $instance;
  3769.     }
  3770.     /**
  3771.      * Gets the private 'console.command.assets_install' shared service.
  3772.      *
  3773.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3774.      */
  3775.     protected function getConsole_Command_AssetsInstallService()
  3776.     {
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3780.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3781.         $instance->setName('assets:install');
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the private 'console.command.cache_clear' shared service.
  3786.      *
  3787.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3788.      */
  3789.     protected function getConsole_Command_CacheClearService()
  3790.     {
  3791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3794.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3795.         $instance->setName('cache:clear');
  3796.         return $instance;
  3797.     }
  3798.     /**
  3799.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3800.      *
  3801.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3802.      */
  3803.     protected function getConsole_Command_CachePoolClearService()
  3804.     {
  3805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3807.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3808.         $instance->setName('cache:pool:clear');
  3809.         return $instance;
  3810.     }
  3811.     /**
  3812.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3813.      *
  3814.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3815.      */
  3816.     protected function getConsole_Command_CachePoolDeleteService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3820.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3821.         $instance->setName('cache:pool:delete');
  3822.         return $instance;
  3823.     }
  3824.     /**
  3825.      * Gets the private 'console.command.cache_pool_list' shared service.
  3826.      *
  3827.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3828.      */
  3829.     protected function getConsole_Command_CachePoolListService()
  3830.     {
  3831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3833.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3834.         $instance->setName('cache:pool:list');
  3835.         return $instance;
  3836.     }
  3837.     /**
  3838.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3839.      *
  3840.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3841.      */
  3842.     protected function getConsole_Command_CachePoolPruneService()
  3843.     {
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3846.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3847.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3848.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3849.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3850.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3851.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3852.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3853.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3854.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3855.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3856.         }, 9));
  3857.         $instance->setName('cache:pool:prune');
  3858.         return $instance;
  3859.     }
  3860.     /**
  3861.      * Gets the private 'console.command.cache_warmup' shared service.
  3862.      *
  3863.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3864.      */
  3865.     protected function getConsole_Command_CacheWarmupService()
  3866.     {
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3869.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3870.         $instance->setName('cache:warmup');
  3871.         return $instance;
  3872.     }
  3873.     /**
  3874.      * Gets the private 'console.command.config_debug' shared service.
  3875.      *
  3876.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3877.      */
  3878.     protected function getConsole_Command_ConfigDebugService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3884.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3885.         $instance->setName('debug:config');
  3886.         return $instance;
  3887.     }
  3888.     /**
  3889.      * Gets the private 'console.command.config_dump_reference' shared service.
  3890.      *
  3891.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3892.      */
  3893.     protected function getConsole_Command_ConfigDumpReferenceService()
  3894.     {
  3895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3899.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3900.         $instance->setName('config:dump-reference');
  3901.         return $instance;
  3902.     }
  3903.     /**
  3904.      * Gets the private 'console.command.container_debug' shared service.
  3905.      *
  3906.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3907.      */
  3908.     protected function getConsole_Command_ContainerDebugService()
  3909.     {
  3910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3912.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3913.         $instance->setName('debug:container');
  3914.         return $instance;
  3915.     }
  3916.     /**
  3917.      * Gets the private 'console.command.container_lint' shared service.
  3918.      *
  3919.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3920.      */
  3921.     protected function getConsole_Command_ContainerLintService()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3925.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3926.         $instance->setName('lint:container');
  3927.         return $instance;
  3928.     }
  3929.     /**
  3930.      * Gets the private 'console.command.debug_autowiring' shared service.
  3931.      *
  3932.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3933.      */
  3934.     protected function getConsole_Command_DebugAutowiringService()
  3935.     {
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3939.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3940.         $instance->setName('debug:autowiring');
  3941.         return $instance;
  3942.     }
  3943.     /**
  3944.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3945.      *
  3946.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3947.      */
  3948.     protected function getConsole_Command_EventDispatcherDebugService()
  3949.     {
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3952.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3953.         $instance->setName('debug:event-dispatcher');
  3954.         return $instance;
  3955.     }
  3956.     /**
  3957.      * Gets the private 'console.command.form_debug' shared service.
  3958.      *
  3959.      * @return \Symfony\Component\Form\Command\DebugCommand
  3960.      */
  3961.     protected function getConsole_Command_FormDebugService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3965.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Webkul\\UVDesk\\CoreFrameworkBundle\\Form'=> 'Webkul\\UVDesk\\AutomationBundle\\Form'=> 'Webkul\\UVDesk\\SupportCenterBundle\\Form'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket'=> 'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox'=> 'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile'=> 'Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm'=> 'Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation'=> 'Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword'10 => 'Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal'11 => 'Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3966.         $instance->setName('debug:form');
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the private 'console.command.router_debug' shared service.
  3971.      *
  3972.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3973.      */
  3974.     protected function getConsole_Command_RouterDebugService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3978.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3979.         $instance->setName('debug:router');
  3980.         return $instance;
  3981.     }
  3982.     /**
  3983.      * Gets the private 'console.command.router_match' shared service.
  3984.      *
  3985.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3986.      */
  3987.     protected function getConsole_Command_RouterMatchService()
  3988.     {
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3991.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3992.         $instance->setName('router:match');
  3993.         return $instance;
  3994.     }
  3995.     /**
  3996.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3997.      *
  3998.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3999.      */
  4000.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4001.     {
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4008.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4009.         $instance->setName('secrets:decrypt-to-local');
  4010.         return $instance;
  4011.     }
  4012.     /**
  4013.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4014.      *
  4015.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4016.      */
  4017.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4018.     {
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4025.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4026.         $instance->setName('secrets:encrypt-from-local');
  4027.         return $instance;
  4028.     }
  4029.     /**
  4030.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4031.      *
  4032.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4033.      */
  4034.     protected function getConsole_Command_SecretsGenerateKeyService()
  4035.     {
  4036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4042.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4043.         $instance->setName('secrets:generate-keys');
  4044.         return $instance;
  4045.     }
  4046.     /**
  4047.      * Gets the private 'console.command.secrets_list' shared service.
  4048.      *
  4049.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4050.      */
  4051.     protected function getConsole_Command_SecretsListService()
  4052.     {
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4059.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4060.         $instance->setName('secrets:list');
  4061.         return $instance;
  4062.     }
  4063.     /**
  4064.      * Gets the private 'console.command.secrets_remove' shared service.
  4065.      *
  4066.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4067.      */
  4068.     protected function getConsole_Command_SecretsRemoveService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4076.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4077.         $instance->setName('secrets:remove');
  4078.         return $instance;
  4079.     }
  4080.     /**
  4081.      * Gets the private 'console.command.secrets_set' shared service.
  4082.      *
  4083.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4084.      */
  4085.     protected function getConsole_Command_SecretsSetService()
  4086.     {
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4093.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4094.         $instance->setName('secrets:set');
  4095.         return $instance;
  4096.     }
  4097.     /**
  4098.      * Gets the private 'console.command.translation_debug' shared service.
  4099.      *
  4100.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4101.      */
  4102.     protected function getConsole_Command_TranslationDebugService()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4106.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Account.php'), 14 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/AccountXHR.php'), 15 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Authentication.php'), 16 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Customer.php'), 17 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/CustomerXHR.php'), 18 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Email.php'), 19 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettings.php'), 20 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettingsXHR.php'), 21 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Group.php'), 22 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/GroupXHR.php'), 23 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Privilege.php'), 24 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/PrivilegeXHR.php'), 25 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Report.php'), 26 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SavedReplies.php'), 27 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailer.php'), 28 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailerXHR.php'), 29 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Team.php'), 30 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TeamXHR.php'), 31 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Theme.php'), 32 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Thread.php'), 33 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Ticket.php'), 34 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TicketXHR.php'), 35 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponse.php'), 36 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponseXHR.php'), 37 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/Workflow.php'), 38 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/WorkflowXHR.php'), 39 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Services/AutomationService.php'), 40 => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannel.php'), 41 => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannelXHR.php'), 42 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Announcement.php'), 43 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Article.php'), 44 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Branding.php'), 45 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Category.php'), 46 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Customer.php'), 47 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Folder.php'), 48 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/KnowledgebaseXHR.php'), 49 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Ticket.php'), 50 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Website.php'), 51 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/ValidationService.php'), 52 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/CustomFieldsService.php'), 53 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/NavigationTemplate.php'), 54 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/HomepageTemplate.php'), 55 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/SearchTemplate.php')]);
  4107.         $instance->setName('debug:translation');
  4108.         return $instance;
  4109.     }
  4110.     /**
  4111.      * Gets the private 'console.command.translation_update' shared service.
  4112.      *
  4113.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4114.      */
  4115.     protected function getConsole_Command_TranslationUpdateService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  4133.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  4134.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  4135.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  4136.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  4137.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  4138.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  4139.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  4140.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  4141.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  4142.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  4143.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  4144.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  4145.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Account.php'), 14 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/AccountXHR.php'), 15 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Authentication.php'), 16 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Customer.php'), 17 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/CustomerXHR.php'), 18 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Email.php'), 19 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettings.php'), 20 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettingsXHR.php'), 21 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Group.php'), 22 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/GroupXHR.php'), 23 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Privilege.php'), 24 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/PrivilegeXHR.php'), 25 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Report.php'), 26 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SavedReplies.php'), 27 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailer.php'), 28 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailerXHR.php'), 29 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Team.php'), 30 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TeamXHR.php'), 31 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Theme.php'), 32 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Thread.php'), 33 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Ticket.php'), 34 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TicketXHR.php'), 35 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponse.php'), 36 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponseXHR.php'), 37 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/Workflow.php'), 38 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/WorkflowXHR.php'), 39 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Services/AutomationService.php'), 40 => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannel.php'), 41 => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannelXHR.php'), 42 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Announcement.php'), 43 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Article.php'), 44 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Branding.php'), 45 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Category.php'), 46 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Customer.php'), 47 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Folder.php'), 48 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/KnowledgebaseXHR.php'), 49 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Ticket.php'), 50 => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Website.php'), 51 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/ValidationService.php'), 52 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/CustomFieldsService.php'), 53 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/NavigationTemplate.php'), 54 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/HomepageTemplate.php'), 55 => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/SearchTemplate.php')]);
  4146.         $instance->setName('translation:update');
  4147.         return $instance;
  4148.     }
  4149.     /**
  4150.      * Gets the private 'console.command.xliff_lint' shared service.
  4151.      *
  4152.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  4153.      */
  4154.     protected function getConsole_Command_XliffLintService()
  4155.     {
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  4159.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  4160.         $instance->setName('lint:xliff');
  4161.         return $instance;
  4162.     }
  4163.     /**
  4164.      * Gets the private 'console.command.yaml_lint' shared service.
  4165.      *
  4166.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4167.      */
  4168.     protected function getConsole_Command_YamlLintService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4173.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4174.         $instance->setName('lint:yaml');
  4175.         return $instance;
  4176.     }
  4177.     /**
  4178.      * Gets the private 'console.error_listener' shared service.
  4179.      *
  4180.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4181.      */
  4182.     protected function getConsole_ErrorListenerService()
  4183.     {
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4185.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4186.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4187.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4188.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4189.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4190.     }
  4191.     /**
  4192.      * Gets the private 'container.env_var_processor' shared service.
  4193.      *
  4194.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4195.      */
  4196.     protected function getContainer_EnvVarProcessorService()
  4197.     {
  4198.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4200.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4201.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  4202.         }, 1));
  4203.     }
  4204.     /**
  4205.      * Gets the private 'data_collector.form' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4208.      */
  4209.     protected function getDataCollector_FormService()
  4210.     {
  4211.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4212.     }
  4213.     /**
  4214.      * Gets the private 'debug.argument_resolver.default' shared service.
  4215.      *
  4216.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4217.      */
  4218.     protected function getDebug_ArgumentResolver_DefaultService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4223.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4224.     }
  4225.     /**
  4226.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4227.      *
  4228.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4229.      */
  4230.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4231.     {
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4235.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.iFnN7bw'] ?? $this->get_ServiceLocator_IFnN7bwService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4236.     }
  4237.     /**
  4238.      * Gets the private 'debug.argument_resolver.request' shared service.
  4239.      *
  4240.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4241.      */
  4242.     protected function getDebug_ArgumentResolver_RequestService()
  4243.     {
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4247.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4248.     }
  4249.     /**
  4250.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4251.      *
  4252.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4253.      */
  4254.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4255.     {
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4259.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4260.     }
  4261.     /**
  4262.      * Gets the private 'debug.argument_resolver.service' shared service.
  4263.      *
  4264.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4265.      */
  4266.     protected function getDebug_ArgumentResolver_ServiceService()
  4267.     {
  4268.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4271.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.iFnN7bw'] ?? $this->get_ServiceLocator_IFnN7bwService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4272.     }
  4273.     /**
  4274.      * Gets the private 'debug.argument_resolver.session' shared service.
  4275.      *
  4276.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4277.      */
  4278.     protected function getDebug_ArgumentResolver_SessionService()
  4279.     {
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4283.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4284.     }
  4285.     /**
  4286.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4287.      *
  4288.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4289.      */
  4290.     protected function getDebug_ArgumentResolver_VariadicService()
  4291.     {
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4295.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4296.     }
  4297.     /**
  4298.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4299.      *
  4300.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4301.      */
  4302.     protected function getDebug_DebugHandlersListenerService()
  4303.     {
  4304.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4305.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4306.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4307.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4308.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4309.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  4310.     }
  4311.     /**
  4312.      * Gets the private 'debug.dump_listener' shared service.
  4313.      *
  4314.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4315.      */
  4316.     protected function getDebug_DumpListenerService()
  4317.     {
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4320.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  4321.     }
  4322.     /**
  4323.      * Gets the private 'debug.file_link_formatter' shared service.
  4324.      *
  4325.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4326.      */
  4327.     protected function getDebug_FileLinkFormatterService()
  4328.     {
  4329.         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 () {
  4330.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4331.         });
  4332.     }
  4333.     /**
  4334.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4335.      *
  4336.      * @return \string
  4337.      */
  4338.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4339.     {
  4340.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  4341.     }
  4342.     /**
  4343.      * Gets the private 'debug.log_processor' shared service.
  4344.      *
  4345.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4346.      */
  4347.     protected function getDebug_LogProcessorService()
  4348.     {
  4349.         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())));
  4350.     }
  4351.     /**
  4352.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4353.      *
  4354.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4355.      */
  4356.     protected function getDebug_Security_Access_DecisionManagerService()
  4357.     {
  4358.         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 () {
  4359.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4360.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4361.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4362.             yield => ($this->privates['debug.security.voter.Webkul\\UVDesk\\CoreFrameworkBundle\\Security\\TicketVoter'] ?? $this->getTicketVoterService());
  4363.         }, 4), 'affirmative'falsetrue));
  4364.     }
  4365.     /**
  4366.      * Gets the private 'debug.security.firewall' shared service.
  4367.      *
  4368.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4369.      */
  4370.     protected function getDebug_Security_FirewallService()
  4371.     {
  4372.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4373.     }
  4374.     /**
  4375.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4376.      *
  4377.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4378.      */
  4379.     protected function getDebug_Security_UserValueResolverService()
  4380.     {
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4384.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4385.     }
  4386.     /**
  4387.      * Gets the private 'debug.security.voter.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter' shared service.
  4388.      *
  4389.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4390.      */
  4391.     protected function getTicketVoterService()
  4392.     {
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Security/TicketVoter.php';
  4397.         return $this->privates['debug.security.voter.Webkul\\UVDesk\\CoreFrameworkBundle\\Security\\TicketVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter($this, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4398.     }
  4399.     /**
  4400.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4401.      *
  4402.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4403.      */
  4404.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4405.     {
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4409.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4410.     }
  4411.     /**
  4412.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4413.      *
  4414.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4415.      */
  4416.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4417.     {
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4421.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4422.     }
  4423.     /**
  4424.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4425.      *
  4426.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4427.      */
  4428.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4429.     {
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4434.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4435.     }
  4436.     /**
  4437.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4438.      *
  4439.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4440.      */
  4441.     protected function getDebug_Security_Voter_VoteListenerService()
  4442.     {
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4444.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  4445.     }
  4446.     /**
  4447.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4448.      *
  4449.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4450.      */
  4451.     protected function getDoctrine_CacheClearMetadataCommandService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4457.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  4458.         $instance->setName('doctrine:cache:clear-metadata');
  4459.         return $instance;
  4460.     }
  4461.     /**
  4462.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4463.      *
  4464.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4465.      */
  4466.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4467.     {
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4472.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  4473.         $instance->setName('doctrine:cache:clear-query');
  4474.         return $instance;
  4475.     }
  4476.     /**
  4477.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4478.      *
  4479.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4480.      */
  4481.     protected function getDoctrine_CacheClearResultCommandService()
  4482.     {
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4487.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  4488.         $instance->setName('doctrine:cache:clear-result');
  4489.         return $instance;
  4490.     }
  4491.     /**
  4492.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4493.      *
  4494.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4495.      */
  4496.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4497.     {
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4502.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  4503.         $instance->setName('doctrine:cache:clear-collection-region');
  4504.         return $instance;
  4505.     }
  4506.     /**
  4507.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4508.      *
  4509.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4510.      */
  4511.     protected function getDoctrine_ClearEntityRegionCommandService()
  4512.     {
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4517.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  4518.         $instance->setName('doctrine:cache:clear-entity-region');
  4519.         return $instance;
  4520.     }
  4521.     /**
  4522.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4523.      *
  4524.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4525.      */
  4526.     protected function getDoctrine_ClearQueryRegionCommandService()
  4527.     {
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4532.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4533.         $instance->setName('doctrine:cache:clear-query-region');
  4534.         return $instance;
  4535.     }
  4536.     /**
  4537.      * Gets the private 'doctrine.database_create_command' shared service.
  4538.      *
  4539.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4540.      */
  4541.     protected function getDoctrine_DatabaseCreateCommandService()
  4542.     {
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4546.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4547.         $instance->setName('doctrine:database:create');
  4548.         return $instance;
  4549.     }
  4550.     /**
  4551.      * Gets the private 'doctrine.database_drop_command' shared service.
  4552.      *
  4553.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4554.      */
  4555.     protected function getDoctrine_DatabaseDropCommandService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4560.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4561.         $instance->setName('doctrine:database:drop');
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the private 'doctrine.database_import_command' shared service.
  4566.      *
  4567.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4568.      */
  4569.     protected function getDoctrine_DatabaseImportCommandService()
  4570.     {
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4574.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4575.         $instance->setName('doctrine:database:import');
  4576.         return $instance;
  4577.     }
  4578.     /**
  4579.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4580.      *
  4581.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4582.      */
  4583.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4584.     {
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4589.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4590.         $instance->setName('doctrine:ensure-production-settings');
  4591.         return $instance;
  4592.     }
  4593.     /**
  4594.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  4595.      *
  4596.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  4597.      */
  4598.     protected function getDoctrine_FixturesLoadCommandService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4611.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/AgentGroups.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/AgentPrivileges.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/EmailTemplates.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/HelpdeskBranding.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketPriorities.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketStatuses.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketTypes.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/UserRoles.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Fixtures/AutomationWorkflowFixtures.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Fixtures/EmailTemplates.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Fixtures/KnowledgebaseWebsite.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  4625.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  4626.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentGroups(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\AgentPrivileges(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\EmailTemplates(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\HelpdeskBranding(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketPriorities(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketStatuses(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\TicketTypes(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\CoreFrameworkBundle\Fixtures\UserRoles(), 'groups' => []], => ['fixture' => new \Webkul\UVDesk\AutomationBundle\Fixtures\AutomationWorkflowFixtures(), 'groups' => []], 10 => ['fixture' => new \Webkul\UVDesk\SupportCenterBundle\Fixtures\EmailTemplates(), 'groups' => []], 11 => ['fixture' => new \Webkul\UVDesk\SupportCenterBundle\Fixtures\KnowledgebaseWebsite(), 'groups' => []]]);
  4627.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  4628.         $instance->setName('doctrine:fixtures:load');
  4629.         return $instance;
  4630.     }
  4631.     /**
  4632.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4633.      *
  4634.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4635.      */
  4636.     protected function getDoctrine_MappingConvertCommandService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4642.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4643.         $instance->setName('doctrine:mapping:convert');
  4644.         return $instance;
  4645.     }
  4646.     /**
  4647.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4648.      *
  4649.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4650.      */
  4651.     protected function getDoctrine_MappingImportCommandService()
  4652.     {
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4656.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4657.         $instance->setName('doctrine:mapping:import');
  4658.         return $instance;
  4659.     }
  4660.     /**
  4661.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4662.      *
  4663.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4664.      */
  4665.     protected function getDoctrine_MappingInfoCommandService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4671.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4672.         $instance->setName('doctrine:mapping:info');
  4673.         return $instance;
  4674.     }
  4675.     /**
  4676.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4677.      *
  4678.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4679.      */
  4680.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4681.     {
  4682.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Entity'), => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Entity')]);
  4683.     }
  4684.     /**
  4685.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4686.      *
  4687.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4688.      */
  4689.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4690.     {
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4692.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4693.     }
  4694.     /**
  4695.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4696.      *
  4697.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4698.      */
  4699.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4700.     {
  4701.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4702.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4703.     }
  4704.     /**
  4705.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4706.      *
  4707.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4708.      */
  4709.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4710.     {
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4713.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4714.     }
  4715.     /**
  4716.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4717.      *
  4718.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4719.      */
  4720.     protected function getDoctrine_Orm_Validator_UniqueService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4725.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4726.     }
  4727.     /**
  4728.      * Gets the private 'doctrine.query_dql_command' shared service.
  4729.      *
  4730.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4731.      */
  4732.     protected function getDoctrine_QueryDqlCommandService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4738.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4739.         $instance->setName('doctrine:query:dql');
  4740.         return $instance;
  4741.     }
  4742.     /**
  4743.      * Gets the private 'doctrine.query_sql_command' shared service.
  4744.      *
  4745.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4746.      */
  4747.     protected function getDoctrine_QuerySqlCommandService()
  4748.     {
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4752.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4753.         $instance->setName('doctrine:query:sql');
  4754.         return $instance;
  4755.     }
  4756.     /**
  4757.      * Gets the private 'doctrine.schema_create_command' shared service.
  4758.      *
  4759.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4760.      */
  4761.     protected function getDoctrine_SchemaCreateCommandService()
  4762.     {
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4768.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4769.         $instance->setName('doctrine:schema:create');
  4770.         return $instance;
  4771.     }
  4772.     /**
  4773.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4774.      *
  4775.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4776.      */
  4777.     protected function getDoctrine_SchemaDropCommandService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4784.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4785.         $instance->setName('doctrine:schema:drop');
  4786.         return $instance;
  4787.     }
  4788.     /**
  4789.      * Gets the private 'doctrine.schema_update_command' shared service.
  4790.      *
  4791.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4792.      */
  4793.     protected function getDoctrine_SchemaUpdateCommandService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4800.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4801.         $instance->setName('doctrine:schema:update');
  4802.         return $instance;
  4803.     }
  4804.     /**
  4805.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4806.      *
  4807.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4808.      */
  4809.     protected function getDoctrine_SchemaValidateCommandService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4815.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4816.         $instance->setName('doctrine:schema:validate');
  4817.         return $instance;
  4818.     }
  4819.     /**
  4820.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4821.      *
  4822.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  4823.      */
  4824.     protected function getDoctrineMigrations_DiffCommandService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  4830.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  4831.         $instance->setName('doctrine:migrations:diff');
  4832.         return $instance;
  4833.     }
  4834.     /**
  4835.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4836.      *
  4837.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  4838.      */
  4839.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  4845.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  4846.         $instance->setName('doctrine:migrations:dump-schema');
  4847.         return $instance;
  4848.     }
  4849.     /**
  4850.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4851.      *
  4852.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  4853.      */
  4854.     protected function getDoctrineMigrations_ExecuteCommandService()
  4855.     {
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  4860.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  4861.         $instance->setName('doctrine:migrations:execute');
  4862.         return $instance;
  4863.     }
  4864.     /**
  4865.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4866.      *
  4867.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  4868.      */
  4869.     protected function getDoctrineMigrations_GenerateCommandService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  4875.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  4876.         $instance->setName('doctrine:migrations:generate');
  4877.         return $instance;
  4878.     }
  4879.     /**
  4880.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4881.      *
  4882.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4883.      */
  4884.     protected function getDoctrineMigrations_LatestCommandService()
  4885.     {
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  4890.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  4891.         $instance->setName('doctrine:migrations:latest');
  4892.         return $instance;
  4893.     }
  4894.     /**
  4895.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4896.      *
  4897.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  4898.      */
  4899.     protected function getDoctrineMigrations_MigrateCommandService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  4905.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  4906.         $instance->setName('doctrine:migrations:migrate');
  4907.         return $instance;
  4908.     }
  4909.     /**
  4910.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4911.      *
  4912.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  4913.      */
  4914.     protected function getDoctrineMigrations_RollupCommandService()
  4915.     {
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4920.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4921.         $instance->setName('doctrine:migrations:rollup');
  4922.         return $instance;
  4923.     }
  4924.     /**
  4925.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4926.      *
  4927.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4928.      */
  4929.     protected function getDoctrineMigrations_StatusCommandService()
  4930.     {
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4935.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4936.         $instance->setName('doctrine:migrations:status');
  4937.         return $instance;
  4938.     }
  4939.     /**
  4940.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4941.      *
  4942.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4943.      */
  4944.     protected function getDoctrineMigrations_UpToDateCommandService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4950.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4951.         $instance->setName('doctrine:migrations:up-to-date');
  4952.         return $instance;
  4953.     }
  4954.     /**
  4955.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4956.      *
  4957.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4958.      */
  4959.     protected function getDoctrineMigrations_VersionCommandService()
  4960.     {
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4965.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4966.         $instance->setName('doctrine:migrations:version');
  4967.         return $instance;
  4968.     }
  4969.     /**
  4970.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4971.      *
  4972.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4973.      */
  4974.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4978.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4979.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4980.     }
  4981.     /**
  4982.      * Gets the private 'exception_listener' shared service.
  4983.      *
  4984.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4985.      */
  4986.     protected function getExceptionListenerService()
  4987.     {
  4988.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4989.     }
  4990.     /**
  4991.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4992.      *
  4993.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4994.      */
  4995.     protected function getForm_ChoiceListFactory_CachedService()
  4996.     {
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5001.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  5002.     }
  5003.     /**
  5004.      * Gets the private 'form.registry' shared service.
  5005.      *
  5006.      * @return \Symfony\Component\Form\FormRegistry
  5007.      */
  5008.     protected function getForm_RegistryService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5017.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5018.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5019.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5020.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  5021.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5022.             'Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm' => ['privates''Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm''getDefaultFormService'false],
  5023.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket''getCreateTicketService'false],
  5024.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox''getMailboxService'false],
  5025.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile''getUserProfileService'false],
  5026.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation''getAccountValidationService'false],
  5027.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword''getForgotPasswordService'false],
  5028.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal''getSolutionModalService'false],
  5029.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket''getTicket3Service'false],
  5030.         ], [
  5031.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5032.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5033.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5034.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5035.             'Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm' => '?',
  5036.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket' => '?',
  5037.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox' => '?',
  5038.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile' => '?',
  5039.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation' => '?',
  5040.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword' => '?',
  5041.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal' => '?',
  5042.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket' => '?',
  5043.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5044.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5045.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5046.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5047.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5048.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5049.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5050.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5051.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5052.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5053.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5054.         }, 1)], new RewindableGenerator(function () {
  5055.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5056.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5057.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5058.     }
  5059.     /**
  5060.      * Gets the private 'form.server_params' shared service.
  5061.      *
  5062.      * @return \Symfony\Component\Form\Util\ServerParams
  5063.      */
  5064.     protected function getForm_ServerParamsService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5067.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5068.     }
  5069.     /**
  5070.      * Gets the private 'form.type.choice' shared service.
  5071.      *
  5072.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5073.      */
  5074.     protected function getForm_Type_ChoiceService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5079.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'form.type.entity' shared service.
  5083.      *
  5084.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5085.      */
  5086.     protected function getForm_Type_EntityService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5092.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5093.     }
  5094.     /**
  5095.      * Gets the private 'form.type.form' shared service.
  5096.      *
  5097.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5098.      */
  5099.     protected function getForm_Type_FormService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5105.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5106.     }
  5107.     /**
  5108.      * Gets the private 'form.type_extension.csrf' shared service.
  5109.      *
  5110.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5111.      */
  5112.     protected function getForm_TypeExtension_CsrfService()
  5113.     {
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5117.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  5118.     }
  5119.     /**
  5120.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5121.      *
  5122.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5123.      */
  5124.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5125.     {
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5129.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  5130.     }
  5131.     /**
  5132.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5133.      *
  5134.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5135.      */
  5136.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5143.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  5144.     }
  5145.     /**
  5146.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5147.      *
  5148.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5149.      */
  5150.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5151.     {
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5155.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5156.     }
  5157.     /**
  5158.      * Gets the private 'form.type_extension.form.validator' shared service.
  5159.      *
  5160.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5161.      */
  5162.     protected function getForm_TypeExtension_Form_ValidatorService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5168.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  5169.     }
  5170.     /**
  5171.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5172.      *
  5173.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5174.      */
  5175.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5180.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5181.     }
  5182.     /**
  5183.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5184.      *
  5185.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5186.      */
  5187.     protected function getForm_TypeGuesser_DoctrineService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5191.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5192.     }
  5193.     /**
  5194.      * Gets the private 'form.type_guesser.validator' shared service.
  5195.      *
  5196.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5197.      */
  5198.     protected function getForm_TypeGuesser_ValidatorService()
  5199.     {
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5202.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  5203.     }
  5204.     /**
  5205.      * Gets the private 'fragment.renderer.inline' shared service.
  5206.      *
  5207.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5208.      */
  5209.     protected function getFragment_Renderer_InlineService()
  5210.     {
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5214.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5215.         $instance->setFragmentPath('/_fragment');
  5216.         return $instance;
  5217.     }
  5218.     /**
  5219.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5220.      *
  5221.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5222.      */
  5223.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5224.     {
  5225.         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())));
  5226.     }
  5227.     /**
  5228.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5229.      *
  5230.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5231.      */
  5232.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5233.     {
  5234.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  5235.     }
  5236.     /**
  5237.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5238.      *
  5239.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5240.      */
  5241.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5242.     {
  5243.         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]);
  5244.     }
  5245.     /**
  5246.      * Gets the private 'locale_aware_listener' shared service.
  5247.      *
  5248.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5249.      */
  5250.     protected function getLocaleAwareListenerService()
  5251.     {
  5252.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5253.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5254.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5255.     }
  5256.     /**
  5257.      * Gets the private 'locale_listener' shared service.
  5258.      *
  5259.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5260.      */
  5261.     protected function getLocaleListenerService()
  5262.     {
  5263.         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()));
  5264.     }
  5265.     /**
  5266.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5267.      *
  5268.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5269.      */
  5270.     protected function getMaker_AutoCommand_MakeAuthService()
  5271.     {
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5278.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5279.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5280.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  5281.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5282.         $instance->setName('make:auth');
  5283.         return $instance;
  5284.     }
  5285.     /**
  5286.      * Gets the private 'maker.auto_command.make_command' shared service.
  5287.      *
  5288.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5289.      */
  5290.     protected function getMaker_AutoCommand_MakeCommandService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5297.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5298.         $instance->setDescription('Creates a new console command class');
  5299.         $instance->setName('make:command');
  5300.         return $instance;
  5301.     }
  5302.     /**
  5303.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5304.      *
  5305.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5306.      */
  5307.     protected function getMaker_AutoCommand_MakeControllerService()
  5308.     {
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5314.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5315.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5316.         $instance->setDescription('Creates a new controller class');
  5317.         $instance->setName('make:controller');
  5318.         return $instance;
  5319.     }
  5320.     /**
  5321.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5322.      *
  5323.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5324.      */
  5325.     protected function getMaker_AutoCommand_MakeCrudService()
  5326.     {
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5332.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5333.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5334.         $instance->setName('make:crud');
  5335.         return $instance;
  5336.     }
  5337.     /**
  5338.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5339.      *
  5340.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5341.      */
  5342.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5343.     {
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5349.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5350.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5351.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5352.         $instance->setName('make:docker:database');
  5353.         return $instance;
  5354.     }
  5355.     /**
  5356.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5357.      *
  5358.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5359.      */
  5360.     protected function getMaker_AutoCommand_MakeEntityService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5368.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5369.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5370.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  5371.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5372.         $instance->setName('make:entity');
  5373.         return $instance;
  5374.     }
  5375.     /**
  5376.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5377.      *
  5378.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5379.      */
  5380.     protected function getMaker_AutoCommand_MakeFixturesService()
  5381.     {
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5387.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5388.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5389.         $instance->setName('make:fixtures');
  5390.         return $instance;
  5391.     }
  5392.     /**
  5393.      * Gets the private 'maker.auto_command.make_form' shared service.
  5394.      *
  5395.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5396.      */
  5397.     protected function getMaker_AutoCommand_MakeFormService()
  5398.     {
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5404.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5405.         $instance->setDescription('Creates a new form class');
  5406.         $instance->setName('make:form');
  5407.         return $instance;
  5408.     }
  5409.     /**
  5410.      * Gets the private 'maker.auto_command.make_message' shared service.
  5411.      *
  5412.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5413.      */
  5414.     protected function getMaker_AutoCommand_MakeMessageService()
  5415.     {
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5421.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5422.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5423.         $instance->setDescription('Creates a new message and handler');
  5424.         $instance->setName('make:message');
  5425.         return $instance;
  5426.     }
  5427.     /**
  5428.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5429.      *
  5430.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5431.      */
  5432.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5439.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5440.         $instance->setDescription('Creates a new messenger middleware');
  5441.         $instance->setName('make:messenger-middleware');
  5442.         return $instance;
  5443.     }
  5444.     /**
  5445.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5446.      *
  5447.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5448.      */
  5449.     protected function getMaker_AutoCommand_MakeMigrationService()
  5450.     {
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5457.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5458.         $instance->setDescription('Creates a new migration based on database changes');
  5459.         $instance->setName('make:migration');
  5460.         return $instance;
  5461.     }
  5462.     /**
  5463.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5464.      *
  5465.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5466.      */
  5467.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5468.     {
  5469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5474.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5475.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5476.         $instance->setDescription('Creates a new registration form system');
  5477.         $instance->setName('make:registration-form');
  5478.         return $instance;
  5479.     }
  5480.     /**
  5481.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5482.      *
  5483.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5484.      */
  5485.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5486.     {
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5492.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5493.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5494.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5495.         $instance->setName('make:reset-password');
  5496.         return $instance;
  5497.     }
  5498.     /**
  5499.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5500.      *
  5501.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5502.      */
  5503.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5504.     {
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5510.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5511.         $instance->setDescription('Creates a new serializer encoder class');
  5512.         $instance->setName('make:serializer:encoder');
  5513.         return $instance;
  5514.     }
  5515.     /**
  5516.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5517.      *
  5518.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5519.      */
  5520.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5521.     {
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5527.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5528.         $instance->setDescription('Creates a new serializer normalizer class');
  5529.         $instance->setName('make:serializer:normalizer');
  5530.         return $instance;
  5531.     }
  5532.     /**
  5533.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5534.      *
  5535.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5536.      */
  5537.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5538.     {
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5545.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5546.         $instance->setDescription('Creates a new event subscriber class');
  5547.         $instance->setName('make:subscriber');
  5548.         return $instance;
  5549.     }
  5550.     /**
  5551.      * Gets the private 'maker.auto_command.make_test' shared service.
  5552.      *
  5553.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5554.      */
  5555.     protected function getMaker_AutoCommand_MakeTestService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5563.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5564.         $instance->setDescription('Creates a new test class');
  5565.         $instance->setName('make:test');
  5566.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5567.         return $instance;
  5568.     }
  5569.     /**
  5570.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5571.      *
  5572.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5573.      */
  5574.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5575.     {
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5581.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5582.         $instance->setDescription('Creates a new Twig extension class');
  5583.         $instance->setName('make:twig-extension');
  5584.         return $instance;
  5585.     }
  5586.     /**
  5587.      * Gets the private 'maker.auto_command.make_user' shared service.
  5588.      *
  5589.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5590.      */
  5591.     protected function getMaker_AutoCommand_MakeUserService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5600.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5601.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5602.         $instance->setDescription('Creates a new security user class');
  5603.         $instance->setName('make:user');
  5604.         return $instance;
  5605.     }
  5606.     /**
  5607.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5608.      *
  5609.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5610.      */
  5611.     protected function getMaker_AutoCommand_MakeValidatorService()
  5612.     {
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5618.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5619.         $instance->setDescription('Creates a new validator and constraint class');
  5620.         $instance->setName('make:validator');
  5621.         return $instance;
  5622.     }
  5623.     /**
  5624.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5625.      *
  5626.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5627.      */
  5628.     protected function getMaker_AutoCommand_MakeVoterService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5635.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5636.         $instance->setDescription('Creates a new security voter class');
  5637.         $instance->setName('make:voter');
  5638.         return $instance;
  5639.     }
  5640.     /**
  5641.      * Gets the private 'maker.doctrine_helper' shared service.
  5642.      *
  5643.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5644.      */
  5645.     protected function getMaker_DoctrineHelperService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5648.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5649.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity'=> $a], => [=> 'Webkul\\UVDesk\\AutomationBundle\\Entity'=> $a], => [=> 'Webkul\\UVDesk\\SupportCenterBundle\\Entity'=> $a]]]);
  5650.     }
  5651.     /**
  5652.      * Gets the private 'maker.entity_class_generator' shared service.
  5653.      *
  5654.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5655.      */
  5656.     protected function getMaker_EntityClassGeneratorService()
  5657.     {
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5659.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  5660.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5661.         return $instance;
  5662.     }
  5663.     /**
  5664.      * Gets the private 'maker.file_manager' shared service.
  5665.      *
  5666.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5667.      */
  5668.     protected function getMaker_FileManagerService()
  5669.     {
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5675.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5676.     }
  5677.     /**
  5678.      * Gets the private 'maker.generator' shared service.
  5679.      *
  5680.      * @return \Symfony\Bundle\MakerBundle\Generator
  5681.      */
  5682.     protected function getMaker_GeneratorService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5686.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5687.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  5688.     }
  5689.     /**
  5690.      * Gets the private 'maker.php_compat_util' shared service.
  5691.      *
  5692.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5693.      */
  5694.     protected function getMaker_PhpCompatUtilService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5697.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5698.     }
  5699.     /**
  5700.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5701.      *
  5702.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5703.      */
  5704.     protected function getMaker_Renderer_FormTypeRendererService()
  5705.     {
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5707.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5708.     }
  5709.     /**
  5710.      * Gets the private 'mime_types' shared service.
  5711.      *
  5712.      * @return \Symfony\Component\Mime\MimeTypes
  5713.      */
  5714.     protected function getMimeTypesService()
  5715.     {
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5719.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5720.         $instance->setDefault($instance);
  5721.         return $instance;
  5722.     }
  5723.     /**
  5724.      * Gets the private 'monolog.command.server_log' shared service.
  5725.      *
  5726.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5727.      */
  5728.     protected function getMonolog_Command_ServerLogService()
  5729.     {
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5732.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5733.         $instance->setName('server:log');
  5734.         return $instance;
  5735.     }
  5736.     /**
  5737.      * Gets the private 'monolog.handler.console' shared service.
  5738.      *
  5739.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5740.      */
  5741.     protected function getMonolog_Handler_ConsoleService()
  5742.     {
  5743.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5744.     }
  5745.     /**
  5746.      * Gets the private 'monolog.handler.main' shared service.
  5747.      *
  5748.      * @return \Monolog\Handler\StreamHandler
  5749.      */
  5750.     protected function getMonolog_Handler_MainService()
  5751.     {
  5752.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5753.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5754.         return $instance;
  5755.     }
  5756.     /**
  5757.      * Gets the private 'monolog.logger' shared service.
  5758.      *
  5759.      * @return \Symfony\Bridge\Monolog\Logger
  5760.      */
  5761.     protected function getMonolog_LoggerService()
  5762.     {
  5763.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5764.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5765.         $instance->useMicrosecondTimestamps(true);
  5766.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5767.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5768.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5769.         return $instance;
  5770.     }
  5771.     /**
  5772.      * Gets the private 'monolog.logger.cache' shared service.
  5773.      *
  5774.      * @return \Symfony\Bridge\Monolog\Logger
  5775.      */
  5776.     protected function getMonolog_Logger_CacheService()
  5777.     {
  5778.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5779.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5780.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5781.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5782.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5783.         return $instance;
  5784.     }
  5785.     /**
  5786.      * Gets the private 'monolog.logger.request' shared service.
  5787.      *
  5788.      * @return \Symfony\Bridge\Monolog\Logger
  5789.      */
  5790.     protected function getMonolog_Logger_RequestService()
  5791.     {
  5792.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5793.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5794.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5795.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5796.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5797.         return $instance;
  5798.     }
  5799.     /**
  5800.      * Gets the private 'monolog.logger.security' shared service.
  5801.      *
  5802.      * @return \Symfony\Bridge\Monolog\Logger
  5803.      */
  5804.     protected function getMonolog_Logger_SecurityService()
  5805.     {
  5806.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5807.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5808.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5809.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5810.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5811.         return $instance;
  5812.     }
  5813.     /**
  5814.      * Gets the private 'parameter_bag' shared service.
  5815.      *
  5816.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5817.      */
  5818.     protected function getParameterBagService()
  5819.     {
  5820.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5821.     }
  5822.     /**
  5823.      * Gets the private 'profiler_listener' shared service.
  5824.      *
  5825.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5826.      */
  5827.     protected function getProfilerListenerService()
  5828.     {
  5829.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5830.     }
  5831.     /**
  5832.      * Gets the private 'property_accessor' shared service.
  5833.      *
  5834.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5835.      */
  5836.     protected function getPropertyAccessorService()
  5837.     {
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5840.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5841.     }
  5842.     /**
  5843.      * Gets the private 'property_info' shared service.
  5844.      *
  5845.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5846.      */
  5847.     protected function getPropertyInfoService()
  5848.     {
  5849.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5850.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5851.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5852.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5853.         }, 3), new RewindableGenerator(function () {
  5854.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5855.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5856.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5857.         }, 3), new RewindableGenerator(function () {
  5858.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5859.         }, 1), new RewindableGenerator(function () {
  5860.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5861.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5862.         }, 2), new RewindableGenerator(function () {
  5863.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5864.         }, 1));
  5865.     }
  5866.     /**
  5867.      * Gets the private 'property_info.serializer_extractor' shared service.
  5868.      *
  5869.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5870.      */
  5871.     protected function getPropertyInfo_SerializerExtractorService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5874.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5875.     }
  5876.     /**
  5877.      * Gets the private 'router.cache_warmer' shared service.
  5878.      *
  5879.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5880.      */
  5881.     protected function getRouter_CacheWarmerService()
  5882.     {
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5885.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5886.             'router' => ['services''router''getRouterService'false],
  5887.         ], [
  5888.             'router' => '?',
  5889.         ]))->withContext('router.cache_warmer'$this));
  5890.     }
  5891.     /**
  5892.      * Gets the private 'router.request_context' shared service.
  5893.      *
  5894.      * @return \Symfony\Component\Routing\RequestContext
  5895.      */
  5896.     protected function getRouter_RequestContextService()
  5897.     {
  5898.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5899.     }
  5900.     /**
  5901.      * Gets the private 'router_listener' shared service.
  5902.      *
  5903.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5904.      */
  5905.     protected function getRouterListenerService()
  5906.     {
  5907.         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);
  5908.     }
  5909.     /**
  5910.      * Gets the private 'security.access_listener' shared service.
  5911.      *
  5912.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5913.      */
  5914.     protected function getSecurity_AccessListenerService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5920.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5921.     }
  5922.     /**
  5923.      * Gets the private 'security.access_map' shared service.
  5924.      *
  5925.      * @return \Symfony\Component\Security\Http\AccessMap
  5926.      */
  5927.     protected function getSecurity_AccessMapService()
  5928.     {
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5933.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5934.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/login'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5935.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/create-account'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5936.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/forgot-password'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5937.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/update-credentials'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5938.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/mailbox/listener'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5939.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/'), [=> 'ROLE_AGENT'], NULL);
  5940.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5941.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/create-ticket'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5942.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/forgot-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5943.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/update-credentials'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5944.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/'), [=> 'ROLE_CUSTOMER'], NULL);
  5945.         return $instance;
  5946.     }
  5947.     /**
  5948.      * Gets the private 'security.authentication.listener.anonymous.back_support' shared service.
  5949.      *
  5950.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5951.      */
  5952.     protected function getSecurity_Authentication_Listener_Anonymous_BackSupportService()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5958.         return $this->privates['security.authentication.listener.anonymous.back_support'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5959.     }
  5960.     /**
  5961.      * Gets the private 'security.authentication.listener.anonymous.customer' shared service.
  5962.      *
  5963.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5964.      */
  5965.     protected function getSecurity_Authentication_Listener_Anonymous_CustomerService()
  5966.     {
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5971.         return $this->privates['security.authentication.listener.anonymous.customer'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5972.     }
  5973.     /**
  5974.      * Gets the private 'security.authentication.listener.form.back_support' shared service.
  5975.      *
  5976.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5977.      */
  5978.     protected function getSecurity_Authentication_Listener_Form_BackSupportService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5992.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5993.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  5994.         $b->setOptions(['use_referer' => true'login_path' => 'helpdesk_member_handle_login''default_target_path' => 'helpdesk_member_dashboard''always_use_default_target_path' => true'target_path_parameter' => '_target_path']);
  5995.         $b->setProviderKey('back_support');
  5996.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5997.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5998.         $d->setOptions(['login_path' => 'helpdesk_member_handle_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5999.         return $this->privates['security.authentication.listener.form.back_support'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'back_support'$b$d, ['check_path' => 'helpdesk_member_handle_login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  6000.     }
  6001.     /**
  6002.      * Gets the private 'security.authentication.listener.form.customer' shared service.
  6003.      *
  6004.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6005.      */
  6006.     protected function getSecurity_Authentication_Listener_Form_CustomerService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6020.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6021.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  6022.         $b->setOptions(['use_referer' => true'login_path' => 'helpdesk_customer_login''default_target_path' => 'helpdesk_customer_ticket_collection''always_use_default_target_path' => true'target_path_parameter' => '_target_path']);
  6023.         $b->setProviderKey('customer');
  6024.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6025.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  6026.         $d->setOptions(['login_path' => 'helpdesk_customer_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6027.         return $this->privates['security.authentication.listener.form.customer'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'customer'$b$d, ['check_path' => 'helpdesk_customer_login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  6028.     }
  6029.     /**
  6030.      * Gets the private 'security.authentication.manager' shared service.
  6031.      *
  6032.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6033.      */
  6034.     protected function getSecurity_Authentication_ManagerService()
  6035.     {
  6036.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6037.             yield => ($this->privates['security.authentication.provider.dao.back_support'] ?? $this->getSecurity_Authentication_Provider_Dao_BackSupportService());
  6038.             yield => ($this->privates['security.authentication.provider.anonymous.back_support'] ?? ($this->privates['security.authentication.provider.anonymous.back_support'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  6039.             yield => ($this->privates['security.authentication.provider.dao.customer'] ?? $this->getSecurity_Authentication_Provider_Dao_CustomerService());
  6040.             yield => ($this->privates['security.authentication.provider.anonymous.customer'] ?? ($this->privates['security.authentication.provider.anonymous.customer'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  6041.         }, 4), true);
  6042.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6043.         return $instance;
  6044.     }
  6045.     /**
  6046.      * Gets the private 'security.authentication.provider.dao.back_support' shared service.
  6047.      *
  6048.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6049.      */
  6050.     protected function getSecurity_Authentication_Provider_Dao_BackSupportService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6057.         return $this->privates['security.authentication.provider.dao.back_support'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->services['user.provider'] ?? $this->getUser_ProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'back_support', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  6058.     }
  6059.     /**
  6060.      * Gets the private 'security.authentication.provider.dao.customer' shared service.
  6061.      *
  6062.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6063.      */
  6064.     protected function getSecurity_Authentication_Provider_Dao_CustomerService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6071.         return $this->privates['security.authentication.provider.dao.customer'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->services['user.provider'] ?? $this->getUser_ProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'customer', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  6072.     }
  6073.     /**
  6074.      * Gets the private 'security.channel_listener' shared service.
  6075.      *
  6076.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6077.      */
  6078.     protected function getSecurity_ChannelListenerService()
  6079.     {
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  6086.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6087.     }
  6088.     /**
  6089.      * Gets the private 'security.command.user_password_encoder' shared service.
  6090.      *
  6091.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6092.      */
  6093.     protected function getSecurity_Command_UserPasswordEncoderService()
  6094.     {
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  6097.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity\\User']);
  6098.         $instance->setName('security:encode-password');
  6099.         return $instance;
  6100.     }
  6101.     /**
  6102.      * Gets the private 'security.context_listener.0' shared service.
  6103.      *
  6104.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6105.      */
  6106.     protected function getSecurity_ContextListener_0Service()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6112.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6113.             yield => ($this->services['user.provider'] ?? $this->getUser_ProviderService());
  6114.         }, 1), 'back_support', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  6115.     }
  6116.     /**
  6117.      * Gets the private 'security.context_listener.1' shared service.
  6118.      *
  6119.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6120.      */
  6121.     protected function getSecurity_ContextListener_1Service()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6127.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6128.             yield => ($this->services['user.provider'] ?? $this->getUser_ProviderService());
  6129.         }, 1), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  6130.     }
  6131.     /**
  6132.      * Gets the private 'security.csrf.token_storage' shared service.
  6133.      *
  6134.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6135.      */
  6136.     protected function getSecurity_Csrf_TokenStorageService()
  6137.     {
  6138.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  6139.     }
  6140.     /**
  6141.      * Gets the private 'security.encoder_factory.generic' shared service.
  6142.      *
  6143.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6144.      */
  6145.     protected function getSecurity_EncoderFactory_GenericService()
  6146.     {
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  6149.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Webkul\\UVDesk\\CoreFrameworkBundle\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  6150.     }
  6151.     /**
  6152.      * Gets the private 'security.firewall.map' shared service.
  6153.      *
  6154.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6155.      */
  6156.     protected function getSecurity_Firewall_MapService()
  6157.     {
  6158.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6159.             'security.firewall.map.context.back_support' => ['privates''security.firewall.map.context.back_support''getSecurity_Firewall_Map_Context_BackSupportService'false],
  6160.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'false],
  6161.         ], [
  6162.             'security.firewall.map.context.back_support' => '?',
  6163.             'security.firewall.map.context.customer' => '?',
  6164.         ]), new RewindableGenerator(function () {
  6165.             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')));
  6166.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.01Y6ZVJ'] ?? ($this->privates['.security.request_matcher.01Y6ZVJ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/')));
  6167.         }, 2));
  6168.     }
  6169.     /**
  6170.      * Gets the private 'security.firewall.map.context.back_support' shared service.
  6171.      *
  6172.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6173.      */
  6174.     protected function getSecurity_Firewall_Map_Context_BackSupportService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6190.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6191.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6192.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'helpdesk_member_handle_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'helpdesk_member_handle_logout']);
  6193.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6194.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6195.         return $this->privates['security.firewall.map.context.back_support'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6196.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6197.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6198.             yield => ($this->privates['security.authentication.listener.form.back_support'] ?? $this->getSecurity_Authentication_Listener_Form_BackSupportService());
  6199.             yield => ($this->privates['security.authentication.listener.anonymous.back_support'] ?? $this->getSecurity_Authentication_Listener_Anonymous_BackSupportService());
  6200.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6201.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'back_support', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'helpdesk_member_handle_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('back_support''security.user_checker''.security.request_matcher.jrF4Gab'truefalse'user.provider''back_support''security.authentication.form_entry_point.back_support'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  6202.     }
  6203.     /**
  6204.      * Gets the private 'security.firewall.map.context.customer' shared service.
  6205.      *
  6206.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6207.      */
  6208.     protected function getSecurity_Firewall_Map_Context_CustomerService()
  6209.     {
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6224.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6225.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6226.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'helpdesk_customer_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'helpdesk_customer_logout']);
  6227.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6228.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6229.         return $this->privates['security.firewall.map.context.customer'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6230.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6231.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  6232.             yield => ($this->privates['security.authentication.listener.form.customer'] ?? $this->getSecurity_Authentication_Listener_Form_CustomerService());
  6233.             yield => ($this->privates['security.authentication.listener.anonymous.customer'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CustomerService());
  6234.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6235.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'customer', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'helpdesk_customer_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('customer''security.user_checker''.security.request_matcher.01Y6ZVJ'truefalse'user.provider''customer''security.authentication.form_entry_point.customer'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  6236.     }
  6237.     /**
  6238.      * Gets the private 'security.http_utils' shared service.
  6239.      *
  6240.      * @return \Symfony\Component\Security\Http\HttpUtils
  6241.      */
  6242.     protected function getSecurity_HttpUtilsService()
  6243.     {
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6245.         $a = ($this->services['router'] ?? $this->getRouterService());
  6246.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6247.     }
  6248.     /**
  6249.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  6250.      *
  6251.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  6252.      */
  6253.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  6257.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  6258.     }
  6259.     /**
  6260.      * Gets the private 'security.logout_url_generator' shared service.
  6261.      *
  6262.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6263.      */
  6264.     protected function getSecurity_LogoutUrlGeneratorService()
  6265.     {
  6266.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6267.         $instance->registerListener('back_support''helpdesk_member_handle_logout''logout''_csrf_token'NULLNULL);
  6268.         $instance->registerListener('customer''helpdesk_customer_logout''logout''_csrf_token'NULLNULL);
  6269.         return $instance;
  6270.     }
  6271.     /**
  6272.      * Gets the private 'security.role_hierarchy' shared service.
  6273.      *
  6274.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  6275.      */
  6276.     protected function getSecurity_RoleHierarchyService()
  6277.     {
  6278.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  6279.     }
  6280.     /**
  6281.      * Gets the private 'security.validator.user_password' shared service.
  6282.      *
  6283.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6284.      */
  6285.     protected function getSecurity_Validator_UserPasswordService()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6290.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  6291.     }
  6292.     /**
  6293.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6294.      *
  6295.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6296.      */
  6297.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6298.     {
  6299.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6300.     }
  6301.     /**
  6302.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6303.      *
  6304.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6305.      */
  6306.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6307.     {
  6308.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6309.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6310.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6311.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6312.     }
  6313.     /**
  6314.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6315.      *
  6316.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6317.      */
  6318.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6319.     {
  6320.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6321.     }
  6322.     /**
  6323.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6324.      *
  6325.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6326.      */
  6327.     protected function getSensioFrameworkExtra_View_ListenerService()
  6328.     {
  6329.         $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))));
  6330.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6331.             'twig' => ['services''twig''getTwigService'false],
  6332.         ], [
  6333.             'twig' => 'Twig\\Environment',
  6334.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6335.         return $instance;
  6336.     }
  6337.     /**
  6338.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6339.      *
  6340.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6341.      */
  6342.     protected function getSerializer_Mapping_CacheWarmerService()
  6343.     {
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6349.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  6350.     }
  6351.     /**
  6352.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6353.      *
  6354.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6355.      */
  6356.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6357.     {
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6364.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  6365.     }
  6366.     /**
  6367.      * Gets the private 'session.storage.native' shared service.
  6368.      *
  6369.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6370.      */
  6371.     protected function getSession_Storage_NativeService()
  6372.     {
  6373.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  6374.     }
  6375.     /**
  6376.      * Gets the private 'session_listener' shared service.
  6377.      *
  6378.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6379.      */
  6380.     protected function getSessionListenerService()
  6381.     {
  6382.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6383.             'initialized_session' => ['services''session'NULLfalse],
  6384.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6385.             'session' => ['services''session''getSessionService'false],
  6386.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6387.         ], [
  6388.             'initialized_session' => '?',
  6389.             'request_stack' => '?',
  6390.             'session' => '?',
  6391.             'session_storage' => '?',
  6392.         ]));
  6393.     }
  6394.     /**
  6395.      * Gets the private 'swiftmailer.command.debug' shared service.
  6396.      *
  6397.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  6398.      */
  6399.     protected function getSwiftmailer_Command_DebugService()
  6400.     {
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  6404.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  6405.         $instance->setName('debug:swiftmailer');
  6406.         return $instance;
  6407.     }
  6408.     /**
  6409.      * Gets the private 'swiftmailer.command.new_email' shared service.
  6410.      *
  6411.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  6412.      */
  6413.     protected function getSwiftmailer_Command_NewEmailService()
  6414.     {
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  6418.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  6419.         $instance->setName('swiftmailer:email:send');
  6420.         return $instance;
  6421.     }
  6422.     /**
  6423.      * Gets the private 'swiftmailer.command.send_email' shared service.
  6424.      *
  6425.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  6426.      */
  6427.     protected function getSwiftmailer_Command_SendEmailService()
  6428.     {
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6430.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6431.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  6432.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  6433.         $instance->setName('swiftmailer:spool:send');
  6434.         return $instance;
  6435.     }
  6436.     /**
  6437.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  6438.      *
  6439.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  6440.      */
  6441.     protected function getSwiftmailer_EmailSender_ListenerService()
  6442.     {
  6443.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  6444.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6445.     }
  6446.     /**
  6447.      * Gets the private 'translation.extractor' shared service.
  6448.      *
  6449.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6450.      */
  6451.     protected function getTranslation_ExtractorService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6458.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6459.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6460.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  6461.         return $instance;
  6462.     }
  6463.     /**
  6464.      * Gets the private 'translation.loader.csv' shared service.
  6465.      *
  6466.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6467.      */
  6468.     protected function getTranslation_Loader_CsvService()
  6469.     {
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6474.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6475.     }
  6476.     /**
  6477.      * Gets the private 'translation.loader.dat' shared service.
  6478.      *
  6479.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6480.      */
  6481.     protected function getTranslation_Loader_DatService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6486.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6487.     }
  6488.     /**
  6489.      * Gets the private 'translation.loader.ini' shared service.
  6490.      *
  6491.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6492.      */
  6493.     protected function getTranslation_Loader_IniService()
  6494.     {
  6495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6499.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6500.     }
  6501.     /**
  6502.      * Gets the private 'translation.loader.json' shared service.
  6503.      *
  6504.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6505.      */
  6506.     protected function getTranslation_Loader_JsonService()
  6507.     {
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6512.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6513.     }
  6514.     /**
  6515.      * Gets the private 'translation.loader.mo' shared service.
  6516.      *
  6517.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6518.      */
  6519.     protected function getTranslation_Loader_MoService()
  6520.     {
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6525.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6526.     }
  6527.     /**
  6528.      * Gets the private 'translation.loader.php' shared service.
  6529.      *
  6530.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6531.      */
  6532.     protected function getTranslation_Loader_PhpService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6538.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6539.     }
  6540.     /**
  6541.      * Gets the private 'translation.loader.po' shared service.
  6542.      *
  6543.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6544.      */
  6545.     protected function getTranslation_Loader_PoService()
  6546.     {
  6547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6551.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6552.     }
  6553.     /**
  6554.      * Gets the private 'translation.loader.qt' shared service.
  6555.      *
  6556.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6557.      */
  6558.     protected function getTranslation_Loader_QtService()
  6559.     {
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6562.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6563.     }
  6564.     /**
  6565.      * Gets the private 'translation.loader.res' shared service.
  6566.      *
  6567.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6568.      */
  6569.     protected function getTranslation_Loader_ResService()
  6570.     {
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6573.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6574.     }
  6575.     /**
  6576.      * Gets the private 'translation.loader.xliff' shared service.
  6577.      *
  6578.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6579.      */
  6580.     protected function getTranslation_Loader_XliffService()
  6581.     {
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6584.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6585.     }
  6586.     /**
  6587.      * Gets the private 'translation.loader.yml' shared service.
  6588.      *
  6589.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6590.      */
  6591.     protected function getTranslation_Loader_YmlService()
  6592.     {
  6593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6597.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6598.     }
  6599.     /**
  6600.      * Gets the private 'translation.reader' shared service.
  6601.      *
  6602.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6603.      */
  6604.     protected function getTranslation_ReaderService()
  6605.     {
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6622.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6623.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6624.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6625.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6626.         $instance->addLoader('yaml'$a);
  6627.         $instance->addLoader('yml'$a);
  6628.         $instance->addLoader('xlf'$b);
  6629.         $instance->addLoader('xliff'$b);
  6630.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6631.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6632.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6633.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6634.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6635.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6636.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6637.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6638.         return $instance;
  6639.     }
  6640.     /**
  6641.      * Gets the private 'translation.warmer' shared service.
  6642.      *
  6643.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6644.      */
  6645.     protected function getTranslation_WarmerService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6649.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6650.             'translator' => ['services''translator''getTranslatorService'false],
  6651.         ], [
  6652.             'translator' => '?',
  6653.         ]))->withContext('translation.warmer'$this));
  6654.     }
  6655.     /**
  6656.      * Gets the private 'translator.default' shared service.
  6657.      *
  6658.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6659.      */
  6660.     protected function getTranslator_DefaultService()
  6661.     {
  6662.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6663.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6664.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6665.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6666.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6667.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6668.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6669.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6670.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6671.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6672.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6673.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6674.         ], [
  6675.             'translation.loader.csv' => '?',
  6676.             'translation.loader.dat' => '?',
  6677.             'translation.loader.ini' => '?',
  6678.             'translation.loader.json' => '?',
  6679.             'translation.loader.mo' => '?',
  6680.             'translation.loader.php' => '?',
  6681.             'translation.loader.po' => '?',
  6682.             'translation.loader.qt' => '?',
  6683.             'translation.loader.res' => '?',
  6684.             'translation.loader.xliff' => '?',
  6685.             'translation.loader.yml' => '?',
  6686.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/translations/messages.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/translations/messages.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/translations/messages.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/translations/messages.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/translations/messages.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/translations/messages.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/translations/messages.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/translations/messages.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/translations/messages.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/translations/messages.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/translations/messages.zh.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/translations'), => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/UVDeskCoreFrameworkBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/UVDeskAutomationBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/uvdesk/extension-framework/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/UVDeskExtensionFrameworkBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/UVDeskMailboxBundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/UVDeskSupportCenterBundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/uvdesk/core-framework/Resources/translations'=> 'vendor/uvdesk/support-center-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'src/Resources/DoctrineBundle/translations'11 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'12 => 'src/Resources/DoctrineFixturesBundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'src/Resources/DoctrineMigrationsBundle/translations'15 => 'src/Resources/KnpPaginatorBundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/translations'17 => 'src/Resources/SensioFrameworkExtraBundle/translations'18 => 'vendor/symfony/debug-bundle/translations'19 => 'src/Resources/DebugBundle/translations'20 => 'vendor/symfony/maker-bundle/src/translations'21 => 'src/Resources/MakerBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Resources/MonologBundle/translations'24 => 'vendor/symfony/security-bundle/translations'25 => 'src/Resources/SecurityBundle/translations'26 => 'vendor/symfony/swiftmailer-bundle/translations'27 => 'src/Resources/SwiftmailerBundle/translations'28 => 'vendor/symfony/twig-bundle/translations'29 => 'src/Resources/TwigBundle/translations'30 => 'vendor/symfony/web-profiler-bundle/translations'31 => 'src/Resources/WebProfilerBundle/translations'32 => 'vendor/symfony/web-server-bundle/translations'33 => 'src/Resources/WebServerBundle/translations'34 => 'src/Resources/UVDeskCoreFrameworkBundle/translations'35 => 'vendor/uvdesk/automation-bundle/translations'36 => 'src/Resources/UVDeskAutomationBundle/translations'37 => 'vendor/uvdesk/extension-framework/translations'38 => 'src/Resources/UVDeskExtensionFrameworkBundle/translations'39 => 'vendor/uvdesk/mailbox-component/translations'40 => 'src/Resources/UVDeskMailboxBundle/translations'41 => 'src/Resources/UVDeskSupportCenterBundle/translations'42 => 'src/Resources/translations']]]);
  6687.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6688.         $instance->setFallbackLocales([=> 'en']);
  6689.         return $instance;
  6690.     }
  6691.     /**
  6692.      * Gets the private 'twig.command.debug' shared service.
  6693.      *
  6694.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6695.      */
  6696.     protected function getTwig_Command_DebugService()
  6697.     {
  6698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6700.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  6701.         $instance->setName('debug:twig');
  6702.         return $instance;
  6703.     }
  6704.     /**
  6705.      * Gets the private 'twig.command.lint' shared service.
  6706.      *
  6707.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6708.      */
  6709.     protected function getTwig_Command_LintService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6714.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6715.         $instance->setName('lint:twig');
  6716.         return $instance;
  6717.     }
  6718.     /**
  6719.      * Gets the private 'twig.form.renderer' shared service.
  6720.      *
  6721.      * @return \Symfony\Component\Form\FormRenderer
  6722.      */
  6723.     protected function getTwig_Form_RendererService()
  6724.     {
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6730.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6731.     }
  6732.     /**
  6733.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6734.      *
  6735.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6736.      */
  6737.     protected function getTwig_Runtime_HttpkernelService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6742.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6743.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6744.         ], [
  6745.             'inline' => '?',
  6746.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6747.     }
  6748.     /**
  6749.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6750.      *
  6751.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6752.      */
  6753.     protected function getTwig_Runtime_SecurityCsrfService()
  6754.     {
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6756.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6757.     }
  6758.     /**
  6759.      * Gets the private 'twig.template_cache_warmer' shared service.
  6760.      *
  6761.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6762.      */
  6763.     protected function getTwig_TemplateCacheWarmerService()
  6764.     {
  6765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6769.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6770.             'twig' => ['services''twig''getTwigService'false],
  6771.         ], [
  6772.             'twig' => 'Twig\\Environment',
  6773.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6774.     }
  6775.     /**
  6776.      * Gets the private 'validator.builder' shared service.
  6777.      *
  6778.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6779.      */
  6780.     protected function getValidator_BuilderService()
  6781.     {
  6782.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6783.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6784.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6785.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6786.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6787.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6788.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6789.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6790.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6791.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6792.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6793.         ], [
  6794.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6795.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6796.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6797.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6798.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6799.             'doctrine.orm.validator.unique' => '?',
  6800.             'security.validator.user_password' => '?',
  6801.             'validator.expression' => '?',
  6802.         ])));
  6803.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6804.         $instance->setTranslationDomain('validators');
  6805.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6806.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/config/validation.yaml'), => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/config/validation.yaml')]);
  6807.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6808.         $instance->addMethodMapping('loadValidatorMetadata');
  6809.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6810.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6811.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6812.         return $instance;
  6813.     }
  6814.     /**
  6815.      * Gets the private 'validator.email' shared service.
  6816.      *
  6817.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6818.      */
  6819.     protected function getValidator_EmailService()
  6820.     {
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6824.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6825.     }
  6826.     /**
  6827.      * Gets the private 'validator.expression' shared service.
  6828.      *
  6829.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6830.      */
  6831.     protected function getValidator_ExpressionService()
  6832.     {
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6836.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6837.     }
  6838.     /**
  6839.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6840.      *
  6841.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6842.      */
  6843.     protected function getValidator_Mapping_CacheWarmerService()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6848.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6849.     }
  6850.     /**
  6851.      * Gets the private 'validator.not_compromised_password' shared service.
  6852.      *
  6853.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6854.      */
  6855.     protected function getValidator_NotCompromisedPasswordService()
  6856.     {
  6857.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6860.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  6861.     }
  6862.     /**
  6863.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6864.      *
  6865.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6866.      */
  6867.     protected function getVarDumper_Command_ServerDumpService()
  6868.     {
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6875.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6876.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6877.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6878.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6879.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6880.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  6881.         $instance->setName('server:dump');
  6882.         return $instance;
  6883.     }
  6884.     /**
  6885.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6886.      *
  6887.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6888.      */
  6889.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6890.     {
  6891.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6892.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6893.         return $instance;
  6894.     }
  6895.     /**
  6896.      * Gets the private 'var_dumper.html_dumper' shared service.
  6897.      *
  6898.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6899.      */
  6900.     protected function getVarDumper_HtmlDumperService()
  6901.     {
  6902.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6903.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6904.         return $instance;
  6905.     }
  6906.     /**
  6907.      * Gets the private 'var_dumper.server_connection' shared service.
  6908.      *
  6909.      * @return \Symfony\Component\VarDumper\Server\Connection
  6910.      */
  6911.     protected function getVarDumper_ServerConnectionService()
  6912.     {
  6913.         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()]);
  6914.     }
  6915.     /**
  6916.      * Gets the private 'web_profiler.csp.handler' shared service.
  6917.      *
  6918.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6919.      */
  6920.     protected function getWebProfiler_Csp_HandlerService()
  6921.     {
  6922.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6923.     }
  6924.     /**
  6925.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6926.      *
  6927.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6928.      */
  6929.     protected function getWebProfiler_DebugToolbarService()
  6930.     {
  6931.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6932.     }
  6933.     /**
  6934.      * Gets the private 'web_server.command.server_run' shared service.
  6935.      *
  6936.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  6937.      */
  6938.     protected function getWebServer_Command_ServerRunService()
  6939.     {
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  6942.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  6943.         $instance->setName('server:run');
  6944.         return $instance;
  6945.     }
  6946.     /**
  6947.      * Gets the private 'web_server.command.server_start' shared service.
  6948.      *
  6949.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  6950.      */
  6951.     protected function getWebServer_Command_ServerStartService()
  6952.     {
  6953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  6955.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  6956.         $instance->setName('server:start');
  6957.         return $instance;
  6958.     }
  6959.     /**
  6960.      * Gets the private 'web_server.command.server_status' shared service.
  6961.      *
  6962.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  6963.      */
  6964.     protected function getWebServer_Command_ServerStatusService()
  6965.     {
  6966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6967.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  6968.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  6969.         $instance->setName('server:status');
  6970.         return $instance;
  6971.     }
  6972.     /**
  6973.      * Gets the private 'web_server.command.server_stop' shared service.
  6974.      *
  6975.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  6976.      */
  6977.     protected function getWebServer_Command_ServerStopService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  6981.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  6982.         $instance->setName('server:stop');
  6983.         return $instance;
  6984.     }
  6985.     /**
  6986.      * @return array|bool|float|int|string|null
  6987.      */
  6988.     public function getParameter(string $name)
  6989.     {
  6990.         if (isset($this->buildParameters[$name])) {
  6991.             return $this->buildParameters[$name];
  6992.         }
  6993.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6994.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6995.         }
  6996.         if (isset($this->loadedDynamicParameters[$name])) {
  6997.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6998.         }
  6999.         return $this->parameters[$name];
  7000.     }
  7001.     public function hasParameter(string $name): bool
  7002.     {
  7003.         if (isset($this->buildParameters[$name])) {
  7004.             return true;
  7005.         }
  7006.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7007.     }
  7008.     public function setParameter(string $name$value): void
  7009.     {
  7010.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7011.     }
  7012.     public function getParameterBag(): ParameterBagInterface
  7013.     {
  7014.         if (null === $this->parameterBag) {
  7015.             $parameters $this->parameters;
  7016.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7017.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7018.             }
  7019.             foreach ($this->buildParameters as $name => $value) {
  7020.                 $parameters[$name] = $value;
  7021.             }
  7022.             $this->parameterBag = new FrozenParameterBag($parameters);
  7023.         }
  7024.         return $this->parameterBag;
  7025.     }
  7026.     private $loadedDynamicParameters = [
  7027.         'kernel.cache_dir' => false,
  7028.         'kernel.secret' => false,
  7029.         'session.save_path' => false,
  7030.         'validator.mapping.cache.file' => false,
  7031.         'profiler.storage.dsn' => false,
  7032.         'debug.container.dump' => false,
  7033.         'serializer.mapping.cache.file' => false,
  7034.         'doctrine.orm.proxy_dir' => false,
  7035.     ];
  7036.     private $dynamicParameters = [];
  7037.     private function getDynamicParameter(string $name)
  7038.     {
  7039.         switch ($name) {
  7040.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7041.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7042.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7043.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7044.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7045.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  7046.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7047.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7048.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7049.         }
  7050.         $this->loadedDynamicParameters[$name] = true;
  7051.         return $this->dynamicParameters[$name] = $value;
  7052.     }
  7053.     protected function getDefaultParameters(): array
  7054.     {
  7055.         return [
  7056.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  7057.             'kernel.project_dir' => \dirname(__DIR__4),
  7058.             'kernel.environment' => 'dev',
  7059.             'kernel.debug' => true,
  7060.             'kernel.name' => 'src',
  7061.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7062.             'kernel.bundles' => [
  7063.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7064.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7065.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7066.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7067.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  7068.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7069.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7070.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7071.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7072.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7073.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7074.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7075.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7076.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  7077.                 'UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\UVDeskCoreFrameworkBundle',
  7078.                 'UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\UVDeskAutomationBundle',
  7079.                 'UVDeskExtensionFrameworkBundle' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\UVDeskExtensionFrameworkBundle',
  7080.                 'UVDeskMailboxBundle' => 'Webkul\\UVDesk\\MailboxBundle\\UVDeskMailboxBundle',
  7081.                 'UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\UVDeskSupportCenterBundle',
  7082.             ],
  7083.             'kernel.bundles_metadata' => [
  7084.                 'FrameworkBundle' => [
  7085.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7086.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7087.                 ],
  7088.                 'DoctrineBundle' => [
  7089.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7090.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7091.                 ],
  7092.                 'DoctrineFixturesBundle' => [
  7093.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7094.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7095.                 ],
  7096.                 'DoctrineMigrationsBundle' => [
  7097.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7098.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7099.                 ],
  7100.                 'KnpPaginatorBundle' => [
  7101.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  7102.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  7103.                 ],
  7104.                 'SensioFrameworkExtraBundle' => [
  7105.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7106.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7107.                 ],
  7108.                 'DebugBundle' => [
  7109.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7110.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7111.                 ],
  7112.                 'MakerBundle' => [
  7113.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7114.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7115.                 ],
  7116.                 'MonologBundle' => [
  7117.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7118.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7119.                 ],
  7120.                 'SecurityBundle' => [
  7121.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7122.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7123.                 ],
  7124.                 'SwiftmailerBundle' => [
  7125.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  7126.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7127.                 ],
  7128.                 'TwigBundle' => [
  7129.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7130.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7131.                 ],
  7132.                 'WebProfilerBundle' => [
  7133.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7134.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7135.                 ],
  7136.                 'WebServerBundle' => [
  7137.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  7138.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  7139.                 ],
  7140.                 'UVDeskCoreFrameworkBundle' => [
  7141.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework'),
  7142.                     'namespace' => 'Webkul\\UVDesk\\CoreFrameworkBundle',
  7143.                 ],
  7144.                 'UVDeskAutomationBundle' => [
  7145.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle'),
  7146.                     'namespace' => 'Webkul\\UVDesk\\AutomationBundle',
  7147.                 ],
  7148.                 'UVDeskExtensionFrameworkBundle' => [
  7149.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/extension-framework'),
  7150.                     'namespace' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle',
  7151.                 ],
  7152.                 'UVDeskMailboxBundle' => [
  7153.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component'),
  7154.                     'namespace' => 'Webkul\\UVDesk\\MailboxBundle',
  7155.                 ],
  7156.                 'UVDeskSupportCenterBundle' => [
  7157.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle'),
  7158.                     'namespace' => 'Webkul\\UVDesk\\SupportCenterBundle',
  7159.                 ],
  7160.             ],
  7161.             'kernel.charset' => 'UTF-8',
  7162.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  7163.             'container.dumper.inline_class_loader' => true,
  7164.             'container.dumper.inline_factories' => true,
  7165.             'env(DATABASE_URL)' => '',
  7166.             'app_locales' => 'en|fr|it',
  7167.             'assets_default_agent_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png',
  7168.             'assets_default_customer_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png',
  7169.             'assets_default_helpdesk_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png',
  7170.             'uvdesk_site_path.member_prefix' => 'member',
  7171.             'uvdesk_site_path.knowledgebase_customer_prefix' => 'customer',
  7172.             'max_post_size' => 8388608,
  7173.             'max_file_uploads' => 20,
  7174.             'upload_max_filesize' => 2097152,
  7175.             'locale' => 'en',
  7176.             'event_dispatcher.event_aliases' => [
  7177.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7178.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7179.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7180.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7181.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7182.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7183.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7184.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7185.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7186.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7187.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7188.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7189.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7190.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7191.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7192.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7193.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  7194.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  7195.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  7196.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  7197.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  7198.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  7199.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  7200.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7201.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7202.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7203.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7204.             ],
  7205.             'fragment.renderer.hinclude.global_template' => '',
  7206.             'fragment.path' => '/_fragment',
  7207.             'kernel.http_method_override' => true,
  7208.             'kernel.trusted_hosts' => [
  7209.             ],
  7210.             'kernel.default_locale' => 'en',
  7211.             'kernel.error_controller' => 'error_controller',
  7212.             'templating.helper.code.file_link_format' => NULL,
  7213.             'debug.file_link_format' => NULL,
  7214.             'session.metadata.storage_key' => '_sf2_meta',
  7215.             'session.storage.options' => [
  7216.                 'cache_limiter' => '0',
  7217.                 'cookie_secure' => 'auto',
  7218.                 'cookie_httponly' => true,
  7219.                 'cookie_samesite' => 'lax',
  7220.                 'gc_probability' => 1,
  7221.             ],
  7222.             'session.metadata.update_threshold' => 0,
  7223.             'form.type_extension.csrf.enabled' => true,
  7224.             'form.type_extension.csrf.field_name' => '_token',
  7225.             'asset.request_context.base_path' => '',
  7226.             'asset.request_context.secure' => false,
  7227.             'validator.translation_domain' => 'validators',
  7228.             'translator.logging' => false,
  7229.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7230.             'profiler_listener.only_exceptions' => false,
  7231.             'profiler_listener.only_master_requests' => false,
  7232.             'debug.error_handler.throw_at' => -1,
  7233.             'router.request_context.host' => 'localhost',
  7234.             'router.request_context.scheme' => 'http',
  7235.             'router.request_context.base_url' => '',
  7236.             'router.resource' => 'kernel::loadRoutes',
  7237.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  7238.             'request_listener.http_port' => 80,
  7239.             'request_listener.https_port' => 443,
  7240.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7241.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7242.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7243.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7244.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7245.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7246.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7247.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7248.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7249.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7250.             'doctrine.entity_managers' => [
  7251.                 'default' => 'doctrine.orm.default_entity_manager',
  7252.             ],
  7253.             'doctrine.default_entity_manager' => 'default',
  7254.             'doctrine.dbal.connection_factory.types' => [
  7255.             ],
  7256.             'doctrine.connections' => [
  7257.                 'default' => 'doctrine.dbal.default_connection',
  7258.             ],
  7259.             'doctrine.default_connection' => 'default',
  7260.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7261.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7262.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7263.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7264.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7265.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7266.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7267.             'doctrine.orm.cache.memcache_port' => 11211,
  7268.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7269.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7270.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7271.             'doctrine.orm.cache.memcached_port' => 11211,
  7272.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7273.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7274.             'doctrine.orm.cache.redis_host' => 'localhost',
  7275.             'doctrine.orm.cache.redis_port' => 6379,
  7276.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7277.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7278.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7279.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7280.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7281.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7282.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7283.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7284.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7285.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7286.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7287.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7288.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7289.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7290.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7291.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7292.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7293.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7294.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7295.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7296.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7297.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7298.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7299.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7300.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7301.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7302.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7303.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7304.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7305.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7306.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7307.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7308.             'doctrine_migrations.name' => 'Application Migrations',
  7309.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  7310.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  7311.             'doctrine_migrations.table_name' => 'migration_versions',
  7312.             'doctrine_migrations.column_name' => 'version',
  7313.             'doctrine_migrations.column_length' => 14,
  7314.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  7315.             'doctrine_migrations.all_or_nothing' => false,
  7316.             'doctrine_migrations.custom_template' => NULL,
  7317.             'doctrine_migrations.organize_migrations' => false,
  7318.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7319.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7320.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7321.             'knp_paginator.page_range' => 5,
  7322.             'knp_paginator.page_limit' => NULL,
  7323.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7324.             'monolog.use_microseconds' => true,
  7325.             'monolog.swift_mailer.handlers' => [
  7326.             ],
  7327.             'monolog.handlers_to_channels' => [
  7328.                 'monolog.handler.console' => [
  7329.                     'type' => 'exclusive',
  7330.                     'elements' => [
  7331.                         => 'event',
  7332.                         => 'doctrine',
  7333.                         => 'console',
  7334.                     ],
  7335.                 ],
  7336.                 'monolog.handler.main' => [
  7337.                     'type' => 'exclusive',
  7338.                     'elements' => [
  7339.                         => 'event',
  7340.                     ],
  7341.                 ],
  7342.             ],
  7343.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  7344.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  7345.             'security.role_hierarchy.roles' => [
  7346.                 'ROLE_AGENT' => [
  7347.                     => 'ROLE_AGENT',
  7348.                 ],
  7349.                 'ROLE_ADMIN' => [
  7350.                     => 'ROLE_AGENT',
  7351.                     => 'ROLE_ADMIN',
  7352.                 ],
  7353.                 'ROLE_SUPER_ADMIN' => [
  7354.                     => 'ROLE_ADMIN',
  7355.                     => 'ROLE_SUPER_ADMIN',
  7356.                 ],
  7357.                 'ROLE_CUSTOMER' => [
  7358.                     => 'ROLE_CUSTOMER',
  7359.                 ],
  7360.             ],
  7361.             'security.access.denied_url' => NULL,
  7362.             'security.authentication.manager.erase_credentials' => true,
  7363.             'security.authentication.session_strategy.strategy' => 'migrate',
  7364.             'security.access.always_authenticate_before_granting' => false,
  7365.             'security.authentication.hide_user_not_found' => true,
  7366.             'swiftmailer.mailer.internal@spartanit.pro.transport.name' => 'smtp',
  7367.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.encryption' => 'ssl',
  7368.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.port' => 465,
  7369.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.host' => 'smtppro.zoho.com',
  7370.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.username' => 'internal@spartanit.pro',
  7371.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.password' => 'TEBrR2lyMXNSM2dpb25DYXI3YWxr',
  7372.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.auth_mode' => 'login',
  7373.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.timeout' => 30,
  7374.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.source_ip' => NULL,
  7375.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.local_domain' => NULL,
  7376.             'swiftmailer.mailer.internal@spartanit.pro.transport.smtp.stream_options' => [
  7377.             ],
  7378.             'swiftmailer.mailer.internal@spartanit.pro.spool.enabled' => false,
  7379.             'swiftmailer.mailer.internal@spartanit.pro.plugin.impersonate' => NULL,
  7380.             'swiftmailer.mailer.internal@spartanit.pro.single_address' => NULL,
  7381.             'swiftmailer.mailer.internal@spartanit.pro.delivery.enabled' => true,
  7382.             'swiftmailer.spool.enabled' => false,
  7383.             'swiftmailer.delivery.enabled' => true,
  7384.             'swiftmailer.single_address' => NULL,
  7385.             'swiftmailer.mailers' => [
  7386.                 'internal@spartanit.pro' => 'swiftmailer.mailer.internal@spartanit.pro',
  7387.             ],
  7388.             'swiftmailer.default_mailer' => 'internal@spartanit.pro',
  7389.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  7390.             'twig.form.resources' => [
  7391.                 => 'form_div_layout.html.twig',
  7392.             ],
  7393.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7394.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7395.             'web_profiler.debug_toolbar.mode' => 2,
  7396.             'uvdesk.site_url' => '192.168.15.5:6744',
  7397.             'uvdesk.upload_manager.id' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost',
  7398.             'uvdesk.support_email.id' => 'internal@spartanit.pro',
  7399.             'uvdesk.support_email.name' => 'UVDesk Community',
  7400.             'uvdesk.support_email.mailer_id' => 'internal@spartanit.pro',
  7401.             'uvdesk.default.ticket.type' => 'support',
  7402.             'uvdesk.default.ticket.status' => 'open',
  7403.             'uvdesk.default.ticket.priority' => 'low',
  7404.             'uvdesk.default.templates.email' => 'mail.html.twig',
  7405.             'uvdesk_extensions.dir' => (\dirname(__DIR__4).'/apps'),
  7406.             'uvdesk.emails.delimiter' => '<-- Please add content above this line -->',
  7407.             'uvdesk.emails.enable_delimiter' => false,
  7408.             'uvdesk.mailboxes' => [
  7409.                 => 'internal@spartanit.pro',
  7410.             ],
  7411.             'uvdesk.mailboxes.internal@spartanit.pro' => [
  7412.                 'name' => 'internal@spartanit.pro',
  7413.                 'enabled' => true,
  7414.                 'deleted' => false,
  7415.                 'smtp_server' => [
  7416.                     'mailer_id' => 'internal@spartanit.pro',
  7417.                 ],
  7418.                 'imap_server' => [
  7419.                     'host' => 'imappro.zoho.com',
  7420.                     'username' => 'internal@spartanit.pro',
  7421.                     'password' => 'TEBrR2lyMXNSM2dpb25DYXI3YWxr',
  7422.                 ],
  7423.                 'email' => 'internal@spartanit.pro',
  7424.             ],
  7425.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7426.             'data_collector.templates' => [
  7427.                 'data_collector.request' => [
  7428.                     => 'request',
  7429.                     => '@WebProfiler/Collector/request.html.twig',
  7430.                 ],
  7431.                 'data_collector.time' => [
  7432.                     => 'time',
  7433.                     => '@WebProfiler/Collector/time.html.twig',
  7434.                 ],
  7435.                 'data_collector.memory' => [
  7436.                     => 'memory',
  7437.                     => '@WebProfiler/Collector/memory.html.twig',
  7438.                 ],
  7439.                 'data_collector.validator' => [
  7440.                     => 'validator',
  7441.                     => '@WebProfiler/Collector/validator.html.twig',
  7442.                 ],
  7443.                 'data_collector.ajax' => [
  7444.                     => 'ajax',
  7445.                     => '@WebProfiler/Collector/ajax.html.twig',
  7446.                 ],
  7447.                 'data_collector.form' => [
  7448.                     => 'form',
  7449.                     => '@WebProfiler/Collector/form.html.twig',
  7450.                 ],
  7451.                 'data_collector.exception' => [
  7452.                     => 'exception',
  7453.                     => '@WebProfiler/Collector/exception.html.twig',
  7454.                 ],
  7455.                 'data_collector.logger' => [
  7456.                     => 'logger',
  7457.                     => '@WebProfiler/Collector/logger.html.twig',
  7458.                 ],
  7459.                 'data_collector.events' => [
  7460.                     => 'events',
  7461.                     => '@WebProfiler/Collector/events.html.twig',
  7462.                 ],
  7463.                 'data_collector.router' => [
  7464.                     => 'router',
  7465.                     => '@WebProfiler/Collector/router.html.twig',
  7466.                 ],
  7467.                 'data_collector.cache' => [
  7468.                     => 'cache',
  7469.                     => '@WebProfiler/Collector/cache.html.twig',
  7470.                 ],
  7471.                 'data_collector.translation' => [
  7472.                     => 'translation',
  7473.                     => '@WebProfiler/Collector/translation.html.twig',
  7474.                 ],
  7475.                 'data_collector.security' => [
  7476.                     => 'security',
  7477.                     => '@Security/Collector/security.html.twig',
  7478.                 ],
  7479.                 'data_collector.twig' => [
  7480.                     => 'twig',
  7481.                     => '@WebProfiler/Collector/twig.html.twig',
  7482.                 ],
  7483.                 'data_collector.http_client' => [
  7484.                     => 'http_client',
  7485.                     => '@WebProfiler/Collector/http_client.html.twig',
  7486.                 ],
  7487.                 'data_collector.doctrine' => [
  7488.                     => 'db',
  7489.                     => '@Doctrine/Collector/db.html.twig',
  7490.                 ],
  7491.                 'swiftmailer.data_collector' => [
  7492.                     => 'swiftmailer',
  7493.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7494.                 ],
  7495.                 'data_collector.dump' => [
  7496.                     => 'dump',
  7497.                     => '@Debug/Profiler/dump.html.twig',
  7498.                 ],
  7499.                 'data_collector.config' => [
  7500.                     => 'config',
  7501.                     => '@WebProfiler/Collector/config.html.twig',
  7502.                 ],
  7503.             ],
  7504.             'console.command.ids' => [
  7505.                 => 'console.command.public_alias.App\\Console\\EnvironmentVariables',
  7506.                 => 'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk',
  7507.                 => 'console.command.public_alias.App\\Console\\Wizard\\DefaultUser',
  7508.                 => 'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase',
  7509.                 => 'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject',
  7510.                 => 'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions',
  7511.                 => 'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand',
  7512.             ],
  7513.         ];
  7514.     }
  7515. }
  7516. include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Utils/ApplicationCollection.php';
  7517. class ApplicationCollection_a40b613 extends \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection implements \ProxyManager\Proxy\VirtualProxyInterface
  7518. {
  7519.     /**
  7520.      * @var \Closure|null initializer responsible for generating the wrapped object
  7521.      */
  7522.     private $valueHolder8538e null;
  7523.     /**
  7524.      * @var \Closure|null initializer responsible for generating the wrapped object
  7525.      */
  7526.     private $initializer79a31 null;
  7527.     /**
  7528.      * @var bool[] map of public properties of the parent class
  7529.      */
  7530.     private static $publicPropertiesc7dd8 = [
  7531.         
  7532.     ];
  7533.     public function organizeCollection()
  7534.     {
  7535.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'organizeCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7536.         return $this->valueHolder8538e->organizeCollection();
  7537.     }
  7538.     public function getCollection()
  7539.     {
  7540.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7541.         return $this->valueHolder8538e->getCollection();
  7542.     }
  7543.     public function findApplicationsByVendor($vendor)
  7544.     {
  7545.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'findApplicationsByVendor', array('vendor' => $vendor), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7546.         return $this->valueHolder8538e->findApplicationsByVendor($vendor);
  7547.     }
  7548.     public function findApplicationsByPackage(\Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Package\PackageInterface $package)
  7549.     {
  7550.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'findApplicationsByPackage', array('package' => $package), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7551.         return $this->valueHolder8538e->findApplicationsByPackage($package);
  7552.     }
  7553.     public function findApplicationByFullyQualifiedName($vendorName$packageName$applicationQualifiedName) : ?\Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Application\ApplicationInterface
  7554.     {
  7555.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'findApplicationByFullyQualifiedName', array('vendorName' => $vendorName'packageName' => $packageName'applicationQualifiedName' => $applicationQualifiedName), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7556.         return $this->valueHolder8538e->findApplicationByFullyQualifiedName($vendorName$packageName$applicationQualifiedName);
  7557.     }
  7558.     /**
  7559.      * Constructor for lazy initialization
  7560.      *
  7561.      * @param \Closure|null $initializer
  7562.      */
  7563.     public static function staticProxyConstructor($initializer)
  7564.     {
  7565.         static $reflection;
  7566.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7567.         $instance $reflection->newInstanceWithoutConstructor();
  7568.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7569.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7570.         }, $instance'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($instance);
  7571.         $instance->initializer79a31 $initializer;
  7572.         return $instance;
  7573.     }
  7574.     public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource $mappingResource, \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $packageCollection)
  7575.     {
  7576.         static $reflection;
  7577.         if (! $this->valueHolder8538e) {
  7578.             $reflection $reflection ?? new \ReflectionClass('Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection');
  7579.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  7580.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7581.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7582.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($this);
  7583.         }
  7584.         $this->valueHolder8538e->__construct($container$mappingResource$packageCollection);
  7585.     }
  7586.     public function & __get($name)
  7587.     {
  7588.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7589.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  7590.             return $this->valueHolder8538e->$name;
  7591.         }
  7592.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7593.         if (! $realInstanceReflection->hasProperty($name)) {
  7594.             $targetObject $this->valueHolder8538e;
  7595.             $backtrace debug_backtrace(false);
  7596.             trigger_error(
  7597.                 sprintf(
  7598.                     'Undefined property: %s::$%s in %s on line %s',
  7599.                     get_parent_class($this),
  7600.                     $name,
  7601.                     $backtrace[0]['file'],
  7602.                     $backtrace[0]['line']
  7603.                 ),
  7604.                 \E_USER_NOTICE
  7605.             );
  7606.             return $targetObject->$name;
  7607.             return;
  7608.         }
  7609.         $targetObject $this->valueHolder8538e;
  7610.         $accessor = function & () use ($targetObject$name) {
  7611.             return $targetObject->$name;
  7612.         };
  7613.         $backtrace debug_backtrace(true);
  7614.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7615.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7616.         $returnValue = & $accessor();
  7617.         return $returnValue;
  7618.     }
  7619.     public function __set($name$value)
  7620.     {
  7621.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7622.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7623.         if (! $realInstanceReflection->hasProperty($name)) {
  7624.             $targetObject $this->valueHolder8538e;
  7625.             return $targetObject->$name $value;
  7626.             return;
  7627.         }
  7628.         $targetObject $this->valueHolder8538e;
  7629.         $accessor = function & () use ($targetObject$name$value) {
  7630.             return $targetObject->$name $value;
  7631.         };
  7632.         $backtrace debug_backtrace(true);
  7633.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7634.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7635.         $returnValue = & $accessor();
  7636.         return $returnValue;
  7637.     }
  7638.     public function __isset($name)
  7639.     {
  7640.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7641.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7642.         if (! $realInstanceReflection->hasProperty($name)) {
  7643.             $targetObject $this->valueHolder8538e;
  7644.             return isset($targetObject->$name);
  7645.             return;
  7646.         }
  7647.         $targetObject $this->valueHolder8538e;
  7648.         $accessor = function () use ($targetObject$name) {
  7649.             return isset($targetObject->$name);
  7650.         };
  7651.         $backtrace debug_backtrace(true);
  7652.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7653.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7654.         $returnValue $accessor();
  7655.         return $returnValue;
  7656.     }
  7657.     public function __unset($name)
  7658.     {
  7659.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7660.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7661.         if (! $realInstanceReflection->hasProperty($name)) {
  7662.             $targetObject $this->valueHolder8538e;
  7663.             unset($targetObject->$name);
  7664.             return;
  7665.         }
  7666.         $targetObject $this->valueHolder8538e;
  7667.         $accessor = function () use ($targetObject$name) {
  7668.             unset($targetObject->$name);
  7669.         };
  7670.         $backtrace debug_backtrace(true);
  7671.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7672.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7673.         $returnValue $accessor();
  7674.         return $returnValue;
  7675.     }
  7676.     public function __clone()
  7677.     {
  7678.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7679.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  7680.     }
  7681.     public function __sleep()
  7682.     {
  7683.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7684.         return array('valueHolder8538e');
  7685.     }
  7686.     public function __wakeup()
  7687.     {
  7688.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7689.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7690.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($this);
  7691.     }
  7692.     public function setProxyInitializer(\Closure $initializer null)
  7693.     {
  7694.         $this->initializer79a31 $initializer;
  7695.     }
  7696.     public function getProxyInitializer()
  7697.     {
  7698.         return $this->initializer79a31;
  7699.     }
  7700.     public function initializeProxy() : bool
  7701.     {
  7702.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7703.     }
  7704.     public function isProxyInitialized() : bool
  7705.     {
  7706.         return null !== $this->valueHolder8538e;
  7707.     }
  7708.     public function getWrappedValueHolderValue() : ?object
  7709.     {
  7710.         return $this->valueHolder8538e;
  7711.     }
  7712. }
  7713. if (!\class_exists('ApplicationCollection_a40b613'false)) {
  7714.     \class_alias(__NAMESPACE__.'\\ApplicationCollection_a40b613''ApplicationCollection_a40b613'false);
  7715. }
  7716. include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Utils/PackageCollection.php';
  7717. class PackageCollection_b86d16c extends \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection implements \ProxyManager\Proxy\VirtualProxyInterface
  7718. {
  7719.     /**
  7720.      * @var \Closure|null initializer responsible for generating the wrapped object
  7721.      */
  7722.     private $valueHolder8538e null;
  7723.     /**
  7724.      * @var \Closure|null initializer responsible for generating the wrapped object
  7725.      */
  7726.     private $initializer79a31 null;
  7727.     /**
  7728.      * @var bool[] map of public properties of the parent class
  7729.      */
  7730.     private static $publicPropertiesc7dd8 = [
  7731.         
  7732.     ];
  7733.     public function organizeCollection()
  7734.     {
  7735.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'organizeCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7736.         return $this->valueHolder8538e->organizeCollection();
  7737.     }
  7738.     public function getQualifiedPackageReference($class) : ?string
  7739.     {
  7740.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getQualifiedPackageReference', array('class' => $class), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7741.         return $this->valueHolder8538e->getQualifiedPackageReference($class);
  7742.     }
  7743.     public function getPackageQualifiedName($id) : ?string
  7744.     {
  7745.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPackageQualifiedName', array('id' => $id), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7746.         return $this->valueHolder8538e->getPackageQualifiedName($id);
  7747.     }
  7748.     public function getPackageReferenceByQualifiedName($name) : ?string
  7749.     {
  7750.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPackageReferenceByQualifiedName', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7751.         return $this->valueHolder8538e->getPackageReferenceByQualifiedName($name);
  7752.     }
  7753.     public function getCollection()
  7754.     {
  7755.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7756.         return $this->valueHolder8538e->getCollection();
  7757.     }
  7758.     public function getPackageByAttributes($vendor$package)
  7759.     {
  7760.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPackageByAttributes', array('vendor' => $vendor'package' => $package), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7761.         return $this->valueHolder8538e->getPackageByAttributes($vendor$package);
  7762.     }
  7763.     /**
  7764.      * Constructor for lazy initialization
  7765.      *
  7766.      * @param \Closure|null $initializer
  7767.      */
  7768.     public static function staticProxyConstructor($initializer)
  7769.     {
  7770.         static $reflection;
  7771.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7772.         $instance $reflection->newInstanceWithoutConstructor();
  7773.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7774.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7775.         }, $instance'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($instance);
  7776.         $instance->initializer79a31 $initializer;
  7777.         return $instance;
  7778.     }
  7779.     public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource $mappingResource)
  7780.     {
  7781.         static $reflection;
  7782.         if (! $this->valueHolder8538e) {
  7783.             $reflection $reflection ?? new \ReflectionClass('Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection');
  7784.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  7785.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7786.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7787.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($this);
  7788.         }
  7789.         $this->valueHolder8538e->__construct($container$mappingResource);
  7790.     }
  7791.     public function & __get($name)
  7792.     {
  7793.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7794.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  7795.             return $this->valueHolder8538e->$name;
  7796.         }
  7797.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7798.         if (! $realInstanceReflection->hasProperty($name)) {
  7799.             $targetObject $this->valueHolder8538e;
  7800.             $backtrace debug_backtrace(false);
  7801.             trigger_error(
  7802.                 sprintf(
  7803.                     'Undefined property: %s::$%s in %s on line %s',
  7804.                     get_parent_class($this),
  7805.                     $name,
  7806.                     $backtrace[0]['file'],
  7807.                     $backtrace[0]['line']
  7808.                 ),
  7809.                 \E_USER_NOTICE
  7810.             );
  7811.             return $targetObject->$name;
  7812.             return;
  7813.         }
  7814.         $targetObject $this->valueHolder8538e;
  7815.         $accessor = function & () use ($targetObject$name) {
  7816.             return $targetObject->$name;
  7817.         };
  7818.         $backtrace debug_backtrace(true);
  7819.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7820.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7821.         $returnValue = & $accessor();
  7822.         return $returnValue;
  7823.     }
  7824.     public function __set($name$value)
  7825.     {
  7826.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7827.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7828.         if (! $realInstanceReflection->hasProperty($name)) {
  7829.             $targetObject $this->valueHolder8538e;
  7830.             return $targetObject->$name $value;
  7831.             return;
  7832.         }
  7833.         $targetObject $this->valueHolder8538e;
  7834.         $accessor = function & () use ($targetObject$name$value) {
  7835.             return $targetObject->$name $value;
  7836.         };
  7837.         $backtrace debug_backtrace(true);
  7838.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7839.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7840.         $returnValue = & $accessor();
  7841.         return $returnValue;
  7842.     }
  7843.     public function __isset($name)
  7844.     {
  7845.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7846.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7847.         if (! $realInstanceReflection->hasProperty($name)) {
  7848.             $targetObject $this->valueHolder8538e;
  7849.             return isset($targetObject->$name);
  7850.             return;
  7851.         }
  7852.         $targetObject $this->valueHolder8538e;
  7853.         $accessor = function () use ($targetObject$name) {
  7854.             return isset($targetObject->$name);
  7855.         };
  7856.         $backtrace debug_backtrace(true);
  7857.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7858.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7859.         $returnValue $accessor();
  7860.         return $returnValue;
  7861.     }
  7862.     public function __unset($name)
  7863.     {
  7864.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7865.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7866.         if (! $realInstanceReflection->hasProperty($name)) {
  7867.             $targetObject $this->valueHolder8538e;
  7868.             unset($targetObject->$name);
  7869.             return;
  7870.         }
  7871.         $targetObject $this->valueHolder8538e;
  7872.         $accessor = function () use ($targetObject$name) {
  7873.             unset($targetObject->$name);
  7874.         };
  7875.         $backtrace debug_backtrace(true);
  7876.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7877.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7878.         $returnValue $accessor();
  7879.         return $returnValue;
  7880.     }
  7881.     public function __clone()
  7882.     {
  7883.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7884.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  7885.     }
  7886.     public function __sleep()
  7887.     {
  7888.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7889.         return array('valueHolder8538e');
  7890.     }
  7891.     public function __wakeup()
  7892.     {
  7893.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7894.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7895.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($this);
  7896.     }
  7897.     public function setProxyInitializer(\Closure $initializer null)
  7898.     {
  7899.         $this->initializer79a31 $initializer;
  7900.     }
  7901.     public function getProxyInitializer()
  7902.     {
  7903.         return $this->initializer79a31;
  7904.     }
  7905.     public function initializeProxy() : bool
  7906.     {
  7907.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7908.     }
  7909.     public function isProxyInitialized() : bool
  7910.     {
  7911.         return null !== $this->valueHolder8538e;
  7912.     }
  7913.     public function getWrappedValueHolderValue() : ?object
  7914.     {
  7915.         return $this->valueHolder8538e;
  7916.     }
  7917. }
  7918. if (!\class_exists('PackageCollection_b86d16c'false)) {
  7919.     \class_alias(__NAMESPACE__.'\\PackageCollection_b86d16c''PackageCollection_b86d16c'false);
  7920. }
  7921. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  7922. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  7923. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  7924. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  7925. {
  7926.     /**
  7927.      * @var \Closure|null initializer responsible for generating the wrapped object
  7928.      */
  7929.     private $valueHolder8538e null;
  7930.     /**
  7931.      * @var \Closure|null initializer responsible for generating the wrapped object
  7932.      */
  7933.     private $initializer79a31 null;
  7934.     /**
  7935.      * @var bool[] map of public properties of the parent class
  7936.      */
  7937.     private static $publicPropertiesc7dd8 = [
  7938.         
  7939.     ];
  7940.     public function getConnection()
  7941.     {
  7942.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getConnection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7943.         return $this->valueHolder8538e->getConnection();
  7944.     }
  7945.     public function getMetadataFactory()
  7946.     {
  7947.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getMetadataFactory', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7948.         return $this->valueHolder8538e->getMetadataFactory();
  7949.     }
  7950.     public function getExpressionBuilder()
  7951.     {
  7952.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getExpressionBuilder', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7953.         return $this->valueHolder8538e->getExpressionBuilder();
  7954.     }
  7955.     public function beginTransaction()
  7956.     {
  7957.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'beginTransaction', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7958.         return $this->valueHolder8538e->beginTransaction();
  7959.     }
  7960.     public function getCache()
  7961.     {
  7962.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getCache', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7963.         return $this->valueHolder8538e->getCache();
  7964.     }
  7965.     public function transactional($func)
  7966.     {
  7967.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'transactional', array('func' => $func), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7968.         return $this->valueHolder8538e->transactional($func);
  7969.     }
  7970.     public function wrapInTransaction(callable $func)
  7971.     {
  7972.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'wrapInTransaction', array('func' => $func), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7973.         return $this->valueHolder8538e->wrapInTransaction($func);
  7974.     }
  7975.     public function commit()
  7976.     {
  7977.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'commit', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7978.         return $this->valueHolder8538e->commit();
  7979.     }
  7980.     public function rollback()
  7981.     {
  7982.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'rollback', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7983.         return $this->valueHolder8538e->rollback();
  7984.     }
  7985.     public function getClassMetadata($className)
  7986.     {
  7987.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getClassMetadata', array('className' => $className), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7988.         return $this->valueHolder8538e->getClassMetadata($className);
  7989.     }
  7990.     public function createQuery($dql '')
  7991.     {
  7992.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createQuery', array('dql' => $dql), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7993.         return $this->valueHolder8538e->createQuery($dql);
  7994.     }
  7995.     public function createNamedQuery($name)
  7996.     {
  7997.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createNamedQuery', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7998.         return $this->valueHolder8538e->createNamedQuery($name);
  7999.     }
  8000.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  8001.     {
  8002.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8003.         return $this->valueHolder8538e->createNativeQuery($sql$rsm);
  8004.     }
  8005.     public function createNamedNativeQuery($name)
  8006.     {
  8007.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createNamedNativeQuery', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8008.         return $this->valueHolder8538e->createNamedNativeQuery($name);
  8009.     }
  8010.     public function createQueryBuilder()
  8011.     {
  8012.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createQueryBuilder', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8013.         return $this->valueHolder8538e->createQueryBuilder();
  8014.     }
  8015.     public function flush($entity null)
  8016.     {
  8017.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'flush', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8018.         return $this->valueHolder8538e->flush($entity);
  8019.     }
  8020.     public function find($className$id$lockMode null$lockVersion null)
  8021.     {
  8022.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8023.         return $this->valueHolder8538e->find($className$id$lockMode$lockVersion);
  8024.     }
  8025.     public function getReference($entityName$id)
  8026.     {
  8027.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8028.         return $this->valueHolder8538e->getReference($entityName$id);
  8029.     }
  8030.     public function getPartialReference($entityName$identifier)
  8031.     {
  8032.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8033.         return $this->valueHolder8538e->getPartialReference($entityName$identifier);
  8034.     }
  8035.     public function clear($entityName null)
  8036.     {
  8037.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'clear', array('entityName' => $entityName), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8038.         return $this->valueHolder8538e->clear($entityName);
  8039.     }
  8040.     public function close()
  8041.     {
  8042.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'close', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8043.         return $this->valueHolder8538e->close();
  8044.     }
  8045.     public function persist($entity)
  8046.     {
  8047.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'persist', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8048.         return $this->valueHolder8538e->persist($entity);
  8049.     }
  8050.     public function remove($entity)
  8051.     {
  8052.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'remove', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8053.         return $this->valueHolder8538e->remove($entity);
  8054.     }
  8055.     public function refresh($entity)
  8056.     {
  8057.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'refresh', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8058.         return $this->valueHolder8538e->refresh($entity);
  8059.     }
  8060.     public function detach($entity)
  8061.     {
  8062.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'detach', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8063.         return $this->valueHolder8538e->detach($entity);
  8064.     }
  8065.     public function merge($entity)
  8066.     {
  8067.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'merge', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8068.         return $this->valueHolder8538e->merge($entity);
  8069.     }
  8070.     public function copy($entity$deep false)
  8071.     {
  8072.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8073.         return $this->valueHolder8538e->copy($entity$deep);
  8074.     }
  8075.     public function lock($entity$lockMode$lockVersion null)
  8076.     {
  8077.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8078.         return $this->valueHolder8538e->lock($entity$lockMode$lockVersion);
  8079.     }
  8080.     public function getRepository($entityName)
  8081.     {
  8082.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getRepository', array('entityName' => $entityName), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8083.         return $this->valueHolder8538e->getRepository($entityName);
  8084.     }
  8085.     public function contains($entity)
  8086.     {
  8087.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'contains', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8088.         return $this->valueHolder8538e->contains($entity);
  8089.     }
  8090.     public function getEventManager()
  8091.     {
  8092.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getEventManager', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8093.         return $this->valueHolder8538e->getEventManager();
  8094.     }
  8095.     public function getConfiguration()
  8096.     {
  8097.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getConfiguration', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8098.         return $this->valueHolder8538e->getConfiguration();
  8099.     }
  8100.     public function isOpen()
  8101.     {
  8102.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'isOpen', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8103.         return $this->valueHolder8538e->isOpen();
  8104.     }
  8105.     public function getUnitOfWork()
  8106.     {
  8107.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getUnitOfWork', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8108.         return $this->valueHolder8538e->getUnitOfWork();
  8109.     }
  8110.     public function getHydrator($hydrationMode)
  8111.     {
  8112.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8113.         return $this->valueHolder8538e->getHydrator($hydrationMode);
  8114.     }
  8115.     public function newHydrator($hydrationMode)
  8116.     {
  8117.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8118.         return $this->valueHolder8538e->newHydrator($hydrationMode);
  8119.     }
  8120.     public function getProxyFactory()
  8121.     {
  8122.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getProxyFactory', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8123.         return $this->valueHolder8538e->getProxyFactory();
  8124.     }
  8125.     public function initializeObject($obj)
  8126.     {
  8127.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeObject', array('obj' => $obj), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8128.         return $this->valueHolder8538e->initializeObject($obj);
  8129.     }
  8130.     public function getFilters()
  8131.     {
  8132.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getFilters', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8133.         return $this->valueHolder8538e->getFilters();
  8134.     }
  8135.     public function isFiltersStateClean()
  8136.     {
  8137.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'isFiltersStateClean', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8138.         return $this->valueHolder8538e->isFiltersStateClean();
  8139.     }
  8140.     public function hasFilters()
  8141.     {
  8142.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'hasFilters', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8143.         return $this->valueHolder8538e->hasFilters();
  8144.     }
  8145.     /**
  8146.      * Constructor for lazy initialization
  8147.      *
  8148.      * @param \Closure|null $initializer
  8149.      */
  8150.     public static function staticProxyConstructor($initializer)
  8151.     {
  8152.         static $reflection;
  8153.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8154.         $instance $reflection->newInstanceWithoutConstructor();
  8155.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8156.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8157.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  8158.         $instance->initializer79a31 $initializer;
  8159.         return $instance;
  8160.     }
  8161.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  8162.     {
  8163.         static $reflection;
  8164.         if (! $this->valueHolder8538e) {
  8165.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8166.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  8167.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8168.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8169.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8170.         }
  8171.         $this->valueHolder8538e->__construct($conn$config$eventManager);
  8172.     }
  8173.     public function & __get($name)
  8174.     {
  8175.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8176.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  8177.             return $this->valueHolder8538e->$name;
  8178.         }
  8179.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8180.         if (! $realInstanceReflection->hasProperty($name)) {
  8181.             $targetObject $this->valueHolder8538e;
  8182.             $backtrace debug_backtrace(false);
  8183.             trigger_error(
  8184.                 sprintf(
  8185.                     'Undefined property: %s::$%s in %s on line %s',
  8186.                     get_parent_class($this),
  8187.                     $name,
  8188.                     $backtrace[0]['file'],
  8189.                     $backtrace[0]['line']
  8190.                 ),
  8191.                 \E_USER_NOTICE
  8192.             );
  8193.             return $targetObject->$name;
  8194.             return;
  8195.         }
  8196.         $targetObject $this->valueHolder8538e;
  8197.         $accessor = function & () use ($targetObject$name) {
  8198.             return $targetObject->$name;
  8199.         };
  8200.         $backtrace debug_backtrace(true);
  8201.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8202.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8203.         $returnValue = & $accessor();
  8204.         return $returnValue;
  8205.     }
  8206.     public function __set($name$value)
  8207.     {
  8208.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8209.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8210.         if (! $realInstanceReflection->hasProperty($name)) {
  8211.             $targetObject $this->valueHolder8538e;
  8212.             return $targetObject->$name $value;
  8213.             return;
  8214.         }
  8215.         $targetObject $this->valueHolder8538e;
  8216.         $accessor = function & () use ($targetObject$name$value) {
  8217.             return $targetObject->$name $value;
  8218.         };
  8219.         $backtrace debug_backtrace(true);
  8220.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8221.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8222.         $returnValue = & $accessor();
  8223.         return $returnValue;
  8224.     }
  8225.     public function __isset($name)
  8226.     {
  8227.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8228.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8229.         if (! $realInstanceReflection->hasProperty($name)) {
  8230.             $targetObject $this->valueHolder8538e;
  8231.             return isset($targetObject->$name);
  8232.             return;
  8233.         }
  8234.         $targetObject $this->valueHolder8538e;
  8235.         $accessor = function () use ($targetObject$name) {
  8236.             return isset($targetObject->$name);
  8237.         };
  8238.         $backtrace debug_backtrace(true);
  8239.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8240.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8241.         $returnValue $accessor();
  8242.         return $returnValue;
  8243.     }
  8244.     public function __unset($name)
  8245.     {
  8246.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8247.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8248.         if (! $realInstanceReflection->hasProperty($name)) {
  8249.             $targetObject $this->valueHolder8538e;
  8250.             unset($targetObject->$name);
  8251.             return;
  8252.         }
  8253.         $targetObject $this->valueHolder8538e;
  8254.         $accessor = function () use ($targetObject$name) {
  8255.             unset($targetObject->$name);
  8256.         };
  8257.         $backtrace debug_backtrace(true);
  8258.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8259.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8260.         $returnValue $accessor();
  8261.         return $returnValue;
  8262.     }
  8263.     public function __clone()
  8264.     {
  8265.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8266.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  8267.     }
  8268.     public function __sleep()
  8269.     {
  8270.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8271.         return array('valueHolder8538e');
  8272.     }
  8273.     public function __wakeup()
  8274.     {
  8275.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8276.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8277.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8278.     }
  8279.     public function setProxyInitializer(\Closure $initializer null)
  8280.     {
  8281.         $this->initializer79a31 $initializer;
  8282.     }
  8283.     public function getProxyInitializer()
  8284.     {
  8285.         return $this->initializer79a31;
  8286.     }
  8287.     public function initializeProxy() : bool
  8288.     {
  8289.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8290.     }
  8291.     public function isProxyInitialized() : bool
  8292.     {
  8293.         return null !== $this->valueHolder8538e;
  8294.     }
  8295.     public function getWrappedValueHolderValue() : ?object
  8296.     {
  8297.         return $this->valueHolder8538e;
  8298.     }
  8299. }
  8300. if (!\class_exists('EntityManager_9a5be93'false)) {
  8301.     \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93''EntityManager_9a5be93'false);
  8302. }
  8303. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  8304. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  8305. class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
  8306. {
  8307.     /**
  8308.      * @var \Closure|null initializer responsible for generating the wrapped object
  8309.      */
  8310.     private $valueHolder8538e null;
  8311.     /**
  8312.      * @var \Closure|null initializer responsible for generating the wrapped object
  8313.      */
  8314.     private $initializer79a31 null;
  8315.     /**
  8316.      * @var bool[] map of public properties of the parent class
  8317.      */
  8318.     private static $publicPropertiesc7dd8 = [
  8319.         
  8320.     ];
  8321.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  8322.     {
  8323.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8324.         if ($this->valueHolder8538e === $returnValue $this->valueHolder8538e->paginate($target$page$limit$options)) {
  8325.             $returnValue $this;
  8326.         }
  8327.         return $returnValue;
  8328.     }
  8329.     /**
  8330.      * Constructor for lazy initialization
  8331.      *
  8332.      * @param \Closure|null $initializer
  8333.      */
  8334.     public static function staticProxyConstructor($initializer)
  8335.     {
  8336.         static $reflection;
  8337.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8338.         $instance $reflection->newInstanceWithoutConstructor();
  8339.         $instance->initializer79a31 $initializer;
  8340.         return $instance;
  8341.     }
  8342.     public function __construct()
  8343.     {
  8344.         static $reflection;
  8345.         if (! $this->valueHolder8538e) {
  8346.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8347.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  8348.         }
  8349.     }
  8350.     public function & __get($name)
  8351.     {
  8352.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8353.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  8354.             return $this->valueHolder8538e->$name;
  8355.         }
  8356.         $targetObject $this->valueHolder8538e;
  8357.         $backtrace debug_backtrace(false);
  8358.         trigger_error(
  8359.             sprintf(
  8360.                 'Undefined property: %s::$%s in %s on line %s',
  8361.                 'Knp\\Component\\Pager\\PaginatorInterface',
  8362.                 $name,
  8363.                 $backtrace[0]['file'],
  8364.                 $backtrace[0]['line']
  8365.             ),
  8366.             \E_USER_NOTICE
  8367.         );
  8368.         return $targetObject->$name;
  8369.     }
  8370.     public function __set($name$value)
  8371.     {
  8372.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8373.         $targetObject $this->valueHolder8538e;
  8374.         return $targetObject->$name $value;
  8375.     }
  8376.     public function __isset($name)
  8377.     {
  8378.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8379.         $targetObject $this->valueHolder8538e;
  8380.         return isset($targetObject->$name);
  8381.     }
  8382.     public function __unset($name)
  8383.     {
  8384.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8385.         $targetObject $this->valueHolder8538e;
  8386.         unset($targetObject->$name);
  8387. return;
  8388.     }
  8389.     public function __clone()
  8390.     {
  8391.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8392.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  8393.     }
  8394.     public function __sleep()
  8395.     {
  8396.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8397.         return array('valueHolder8538e');
  8398.     }
  8399.     public function __wakeup()
  8400.     {
  8401.     }
  8402.     public function setProxyInitializer(\Closure $initializer null)
  8403.     {
  8404.         $this->initializer79a31 $initializer;
  8405.     }
  8406.     public function getProxyInitializer()
  8407.     {
  8408.         return $this->initializer79a31;
  8409.     }
  8410.     public function initializeProxy() : bool
  8411.     {
  8412.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8413.     }
  8414.     public function isProxyInitialized() : bool
  8415.     {
  8416.         return null !== $this->valueHolder8538e;
  8417.     }
  8418.     public function getWrappedValueHolderValue() : ?object
  8419.     {
  8420.         return $this->valueHolder8538e;
  8421.     }
  8422. }
  8423. if (!\class_exists('PaginatorInterface_82dac15'false)) {
  8424.     \class_alias(__NAMESPACE__.'\\PaginatorInterface_82dac15''PaginatorInterface_82dac15'false);
  8425. }