var/cache/dev/ContainerX9RAvgM/srcApp_KernelDevDebugContainer.php line 2849

Open in your IDE?
  1. <?php
  2. namespace ContainerX9RAvgM;
  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.default' => 'getSwiftmailer_Mailer_DefaultService',
  122.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  123.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_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.default',
  154.             'swiftmailer.transport' => 'swiftmailer.mailer.default.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'de');
  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.default' shared service.
  2422.      *
  2423.      * @return \Swift_Mailer
  2424.      */
  2425.     protected function getSwiftmailer_Mailer_DefaultService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2428.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  2429.     }
  2430.     /**
  2431.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2432.      *
  2433.      * @return \Swift_Plugins_MessageLogger
  2434.      */
  2435.     protected function getSwiftmailer_Mailer_Default_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.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2441.     }
  2442.     /**
  2443.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  2444.      *
  2445.      * @return \Swift_Transport_EsmtpTransport
  2446.      */
  2447.     protected function getSwiftmailer_Mailer_Default_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/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2475.         $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()]);
  2476.         $a->setUsername('xx50539');
  2477.         $a->setPassword('elH7Vf!5h9i@%su0#pI^aDYuf26Y');
  2478.         $a->setAuthMode('login');
  2479.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [=> $a], new \Swift_Events_SimpleEventDispatcher());
  2480.         $instance->setHost('smtpx.w-hs.de');
  2481.         $instance->setPort(587);
  2482.         $instance->setEncryption('tls');
  2483.         $instance->setTimeout(30);
  2484.         $instance->setSourceIp(NULL);
  2485.         $instance->setStreamOptions($this->parameters['swiftmailer.mailer.default.transport.smtp.stream_options']);
  2486.         $instance->registerPlugin(new \Swift_Plugins_ImpersonatePlugin('halle1-support@w-hs.de'));
  2487.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2488.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  2489.         return $instance;
  2490.     }
  2491.     /**
  2492.      * Gets the public 'swiftmailer.service' shared autowired service.
  2493.      *
  2494.      * @return \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer
  2495.      */
  2496.     protected function getSwiftmailer_ServiceService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2499.         return $this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this);
  2500.     }
  2501.     /**
  2502.      * Gets the public 'ticket.service' shared autowired service.
  2503.      *
  2504.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService
  2505.      */
  2506.     protected function getTicket_ServiceService()
  2507.     {
  2508.         $a = ($this->services['custom.field.service'] ?? $this->getCustom_Field_ServiceService());
  2509.         if (isset($this->services['ticket.service'])) {
  2510.             return $this->services['ticket.service'];
  2511.         }
  2512.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  2513.         if (isset($this->services['ticket.service'])) {
  2514.             return $this->services['ticket.service'];
  2515.         }
  2516.         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);
  2517.     }
  2518.     /**
  2519.      * Gets the public 'translator' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2522.      */
  2523.     protected function getTranslatorService()
  2524.     {
  2525.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2526.     }
  2527.     /**
  2528.      * Gets the public 'twig' shared service.
  2529.      *
  2530.      * @return \Twig\Environment
  2531.      */
  2532.     protected function getTwigService()
  2533.     {
  2534.         $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']);
  2535.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2536.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2537.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2538.         $d = ($this->services['router'] ?? $this->getRouterService());
  2539.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2540.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2541.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  2542.         $g = new \Symfony\Bridge\Twig\AppVariable();
  2543.         $g->setEnvironment('dev');
  2544.         $g->setDebug(true);
  2545.         if ($this->has('security.token_storage')) {
  2546.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2547.         }
  2548.         if ($this->has('request_stack')) {
  2549.             $g->setRequestStack($e);
  2550.         }
  2551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2552.         $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())));
  2553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  2557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['uvdesk_extension.assets_manager'] ?? $this->getUvdeskExtension_AssetsManagerService())));
  2558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  2559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  2560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2562.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2563.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2564.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2565.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  2566.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2567.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2568.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($d$b)));
  2569.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  2570.         $instance->addGlobal('app'$g);
  2571.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2572.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2573.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2574.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2575.         ], [
  2576.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2577.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2578.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2579.         ])));
  2580.         $instance->addGlobal('default_agent_image_path''bundles/uvdeskcoreframework/images/uv-avatar-batman.png');
  2581.         $instance->addGlobal('default_customer_image_path''bundles/uvdeskcoreframework/images/uv-avatar-ironman.png');
  2582.         $instance->addGlobal('default_helpdesk_image_path''bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png');
  2583.         $instance->addGlobal('max_post_size'8388608);
  2584.         $instance->addGlobal('max_file_uploads'20);
  2585.         $instance->addGlobal('upload_max_filesize'2097152);
  2586.         $instance->addGlobal('user_service', ($this->services['user.service'] ?? $this->getUser_ServiceService()));
  2587.         $instance->addGlobal('uvdesk_service', ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()));
  2588.         $instance->addGlobal('recaptcha_service', ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()));
  2589.         $instance->addGlobal('ticket_service', ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()));
  2590.         $instance->addGlobal('csrf_token_generator', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2591.         $instance->addGlobal('email_service', ($this->services['email.service'] ?? $this->getEmail_ServiceService()));
  2592.         $instance->addGlobal('uvdesk_extensibles', ($this->services['uvdesk.extensibles'] ?? $this->getUvdesk_ExtensiblesService()));
  2593.         $instance->addGlobal('uvdesk_core_file_system', ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()));
  2594.         $instance->addGlobal('uvdesk_automations', ($this->services['uvdesk.automations'] ?? $this->getUvdesk_AutomationsService()));
  2595.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the public 'twig.controller.exception' shared service.
  2600.      *
  2601.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2602.      *
  2603.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2604.      */
  2605.     protected function getTwig_Controller_ExceptionService()
  2606.     {
  2607.         trigger_deprecation('''''The "twig.controller.exception" service is deprecated since Symfony 4.4.');
  2608.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2609.     }
  2610.     /**
  2611.      * Gets the public 'twig.controller.preview_error' shared service.
  2612.      *
  2613.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2614.      *
  2615.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2616.      */
  2617.     protected function getTwig_Controller_PreviewErrorService()
  2618.     {
  2619.         trigger_deprecation('''''The "twig.controller.preview_error" service is deprecated since Symfony 4.4.');
  2620.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  2621.     }
  2622.     /**
  2623.      * Gets the public 'user.provider' shared autowired service.
  2624.      *
  2625.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider
  2626.      */
  2627.     protected function getUser_ProviderService()
  2628.     {
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  2630.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Providers/UserProvider.php';
  2631.         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()));
  2632.     }
  2633.     /**
  2634.      * Gets the public 'user.service' shared autowired service.
  2635.      *
  2636.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UserService
  2637.      */
  2638.     protected function getUser_ServiceService()
  2639.     {
  2640.         $a = ($this->services['twig'] ?? $this->getTwigService());
  2641.         if (isset($this->services['user.service'])) {
  2642.             return $this->services['user.service'];
  2643.         }
  2644.         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);
  2645.     }
  2646.     /**
  2647.      * Gets the public 'uvdesk.automations' shared autowired service.
  2648.      *
  2649.      * @return \Webkul\UVDesk\AutomationBundle\Services\AutomationService
  2650.      */
  2651.     protected function getUvdesk_AutomationsService()
  2652.     {
  2653.         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()));
  2654.     }
  2655.     /**
  2656.      * Gets the public 'uvdesk.automations.prepared_responses' shared autowired service.
  2657.      *
  2658.      * @return \Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener
  2659.      */
  2660.     protected function getUvdesk_Automations_PreparedResponsesService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/EventListener/PreparedResponseListener.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/PreparedResponse/Action.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Agent/MailAgent.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Agent/TransferTickets.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Customer/MailCustomer.php';
  2667.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/AddNote.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/Delete.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailAgent.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailCustomer.php';
  2671.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailGroup.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailLastCollaborator.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailTeam.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MarkSpam.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateAgent.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateGroup.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdatePriority.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateStatus.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateTag.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateTeam.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateType.php';
  2682.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2683.         $this->services['uvdesk.automations.prepared_responses'] = $instance = new \Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener($this$a);
  2684.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2685.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\MailAgent($this$b$a));
  2686.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\TransferTickets($this$b$a));
  2687.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Customer\MailCustomer($this$b$a));
  2688.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\AddNote($this$b$a));
  2689.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\Delete($this$b$a));
  2690.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailAgent($this$b$a));
  2691.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailCustomer($this$b$a));
  2692.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailGroup($this$b$a));
  2693.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailLastCollaborator($this$b$a));
  2694.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailTeam($this$b$a));
  2695.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MarkSpam($this$b$a));
  2696.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateAgent($this$b$a));
  2697.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateGroup($this$b$a));
  2698.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdatePriority($this$b$a));
  2699.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateStatus($this$b$a));
  2700.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTag($this$b$a));
  2701.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTeam($this$b$a));
  2702.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateType($this$b$a));
  2703.         return $instance;
  2704.     }
  2705.     /**
  2706.      * Gets the public 'uvdesk.automations.workflows' shared autowired service.
  2707.      *
  2708.      * @return \Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener
  2709.      */
  2710.     protected function getUvdesk_Automations_WorkflowsService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/EventListener/WorkflowListener.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Workflow/Event.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Create.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Delete.php';
  2716.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/UserForgotPassword.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/ForgotPassword.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Update.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Create.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Delete.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/ForgotPassword.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Update.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Agent.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/AgentReply.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Collaborator.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/CollaboratorReply.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Create.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/CustomerReply.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Delete.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Group.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Note.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Priority.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Status.php';
  2734.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Team.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/ThreadUpdate.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Type.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Workflow/Action.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Agent/MailAgent.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Agent/TransferTickets.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Customer/MailCustomer.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/MailUser.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/AddNote.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailAgent.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailCustomer.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailGroup.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailLastCollaborator.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailTeam.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MarkSpam.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateAgent.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateGroup.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateLabel.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdatePriority.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateStatus.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateTag.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateTeam.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateType.php';
  2757.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2758.         $this->services['uvdesk.automations.workflows'] = $instance = new \Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener($this$a);
  2759.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2760.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Create($this$b$a));
  2761.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Delete($this$b$a));
  2762.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\ForgotPassword($this$b$a));
  2763.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Update($this$b$a));
  2764.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Create($this$b$a));
  2765.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Delete($this$b$a));
  2766.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\ForgotPassword($this$b$a));
  2767.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Update($this$b$a));
  2768.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Agent($this$b$a));
  2769.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\AgentReply($this$b$a));
  2770.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Collaborator($this$b$a));
  2771.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CollaboratorReply($this$b$a));
  2772.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Create($this$b$a));
  2773.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CustomerReply($this$b$a));
  2774.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Delete($this$b$a));
  2775.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Group($this$b$a));
  2776.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Note($this$b$a));
  2777.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Priority($this$b$a));
  2778.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Status($this$b$a));
  2779.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Team($this$b$a));
  2780.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\ThreadUpdate($this$b$a));
  2781.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Type($this$b$a));
  2782.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\UserForgotPassword($this$b$a));
  2783.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\MailAgent($this$b$a));
  2784.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\TransferTickets($this$b$a));
  2785.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Customer\MailCustomer($this$b$a));
  2786.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\MailUser($this$b$a));
  2787.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\AddNote($this$b$a));
  2788.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailAgent($this$b$a));
  2789.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailCustomer($this$b$a));
  2790.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailGroup($this$b$a));
  2791.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailLastCollaborator($this$b$a));
  2792.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailTeam($this$b$a));
  2793.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MarkSpam($this$b$a));
  2794.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateAgent($this$b$a));
  2795.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateGroup($this$b$a));
  2796.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateLabel($this$b$a));
  2797.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdatePriority($this$b$a));
  2798.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateStatus($this$b$a));
  2799.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTag($this$b$a));
  2800.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTeam($this$b$a));
  2801.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateType($this$b$a));
  2802.         return $instance;
  2803.     }
  2804.     /**
  2805.      * Gets the public 'uvdesk.core.event_dispatcher' shared autowired service.
  2806.      *
  2807.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher
  2808.      */
  2809.     protected function getUvdesk_Core_EventDispatcherService()
  2810.     {
  2811.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Framework/EventDispatcher.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/EventListener/Swiftmailer.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2814.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2815.         $this->services['uvdesk.core.event_dispatcher'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher($this$a);
  2816.         $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']]);
  2817.         return $instance;
  2818.     }
  2819.     /**
  2820.      * Gets the public 'uvdesk.core.file_system.service' shared autowired service.
  2821.      *
  2822.      * @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem
  2823.      */
  2824.     protected function getUvdesk_Core_FileSystem_ServiceService()
  2825.     {
  2826.         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())));
  2827.     }
  2828.     /**
  2829.      * Gets the public 'uvdesk.extensibles' shared autowired service.
  2830.      *
  2831.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager
  2832.      */
  2833.     protected function getUvdesk_ExtensiblesService()
  2834.     {
  2835.         $this->services['uvdesk.extensibles'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager($this);
  2836.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2837.         $b = ($this->services['twig'] ?? $this->getTwigService());
  2838.         $c = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  2839.         $d = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate($a$b$c);
  2840.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account());
  2841.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps());
  2842.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding());
  2843.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity());
  2844.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports());
  2845.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings());
  2846.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users());
  2847.         $d->addPanelSidebar(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase());
  2848.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile());
  2849.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies());
  2850.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags());
  2851.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes());
  2852.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity());
  2853.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos());
  2854.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding());
  2855.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings());
  2856.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates());
  2857.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer());
  2858.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk());
  2859.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents());
  2860.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers());
  2861.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups());
  2862.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges());
  2863.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams());
  2864.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses());
  2865.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows());
  2866.         $d->addPanelSidebarItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes());
  2867.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement());
  2868.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles());
  2869.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories());
  2870.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders());
  2871.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam());
  2872.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter());
  2873.         $e = ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] ?? $this->getDashboardTemplateService());
  2874.         $f = ($this->services['router'] ?? $this->getRouterService());
  2875.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  2876.         $h = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate($this$a$f$c$g);
  2877.         $i = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate($f$c$g);
  2878.         $j = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard($e$h$i);
  2879.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home());
  2880.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports());
  2881.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket());
  2882.         $j->appendNavigation(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps());
  2883.         $j->appendNavigation(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase());
  2884.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity());
  2885.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports());
  2886.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings());
  2887.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users());
  2888.         $j->appendHomepageSection(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps());
  2889.         $j->appendHomepageSection(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase());
  2890.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity());
  2891.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents());
  2892.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding());
  2893.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers());
  2894.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings());
  2895.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates());
  2896.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups());
  2897.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos());
  2898.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges());
  2899.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies());
  2900.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer());
  2901.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags());
  2902.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams());
  2903.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes());
  2904.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses());
  2905.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows());
  2906.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps());
  2907.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox());
  2908.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement());
  2909.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles());
  2910.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories());
  2911.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders());
  2912.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings());
  2913.         $k = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate($b$g$c);
  2914.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity());
  2915.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents());
  2916.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  2917.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding());
  2918.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings());
  2919.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates());
  2920.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups());
  2921.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos());
  2922.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges());
  2923.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies());
  2924.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags());
  2925.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams());
  2926.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes());
  2927.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets());
  2928.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses());
  2929.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows());
  2930.         $k->appendSearchItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  2931.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox());
  2932.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer());
  2933.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement());
  2934.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles());
  2935.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories());
  2936.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers());
  2937.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders());
  2938.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings());
  2939.         $instance->addComponent($d);
  2940.         $instance->addComponent($j);
  2941.         $instance->addComponent($e);
  2942.         $instance->addComponent($i);
  2943.         $instance->addComponent($h);
  2944.         $instance->addComponent($k);
  2945.         $instance->addComponent(($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'] ?? $this->getQuickActionButtonCollectionService()));
  2946.         $instance->addComponent(new \Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection());
  2947.         return $instance;
  2948.     }
  2949.     /**
  2950.      * Gets the public 'uvdesk.mailbox' shared autowired service.
  2951.      *
  2952.      * @return \Webkul\UVDesk\MailboxBundle\Services\MailboxService
  2953.      */
  2954.     protected function getUvdesk_MailboxService()
  2955.     {
  2956.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Services/MailboxService.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2958.         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))));
  2959.     }
  2960.     /**
  2961.      * Gets the public 'uvdesk.service' shared autowired service.
  2962.      *
  2963.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService
  2964.      */
  2965.     protected function getUvdesk_ServiceService()
  2966.     {
  2967.         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()));
  2968.     }
  2969.     /**
  2970.      * Gets the public 'uvdesk_extension.assets_manager' shared service.
  2971.      *
  2972.      * @return \Symfony\Component\Asset\Packages
  2973.      */
  2974.     protected function getUvdeskExtension_AssetsManagerService()
  2975.     {
  2976.         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)), []);
  2977.     }
  2978.     /**
  2979.      * Gets the public 'uvdesk_extension.twig_loader' shared service.
  2980.      *
  2981.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  2982.      */
  2983.     protected function getUvdeskExtension_TwigLoaderService()
  2984.     {
  2985.         $this->services['uvdesk_extension.twig_loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  2986.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2987.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2988.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2989.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2990.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  2991.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  2992.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2993.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2994.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2995.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2996.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2997.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2998.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2999.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3000.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3001.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3002.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/views'), 'UVDeskCoreFramework');
  3003.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/views'), '!UVDeskCoreFramework');
  3004.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Resources/views'), 'UVDeskAutomation');
  3005.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Resources/views'), '!UVDeskAutomation');
  3006.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Resources/views'), 'UVDeskExtensionFramework');
  3007.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Resources/views'), '!UVDeskExtensionFramework');
  3008.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Resources/views'), 'UVDeskMailbox');
  3009.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Resources/views'), '!UVDeskMailbox');
  3010.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/views'), 'UVDeskSupportCenter');
  3011.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/views'), '!UVDeskSupportCenter');
  3012.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3013.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3014.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3015.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the public 'validation.service' shared autowired service.
  3020.      *
  3021.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService
  3022.      */
  3023.     protected function getValidation_ServiceService()
  3024.     {
  3025.         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()));
  3026.     }
  3027.     /**
  3028.      * Gets the public 'validator' shared service.
  3029.      *
  3030.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3031.      */
  3032.     protected function getValidatorService()
  3033.     {
  3034.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3035.     }
  3036.     /**
  3037.      * Gets the public 'var_dumper.cloner' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3040.      */
  3041.     protected function getVarDumper_ClonerService()
  3042.     {
  3043.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3044.         $instance->setMaxItems(2500);
  3045.         $instance->setMinDepth(1);
  3046.         $instance->setMaxString(-1);
  3047.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3048.         return $instance;
  3049.     }
  3050.     /**
  3051.      * Gets the public 'web_profiler.controller.exception' shared service.
  3052.      *
  3053.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  3054.      *
  3055.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  3056.      */
  3057.     protected function getWebProfiler_Controller_ExceptionService()
  3058.     {
  3059.         trigger_deprecation('''''The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.');
  3060.         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()));
  3061.     }
  3062.     /**
  3063.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3064.      *
  3065.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3066.      */
  3067.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3070.         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()));
  3071.     }
  3072.     /**
  3073.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3074.      *
  3075.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3076.      */
  3077.     protected function getWebProfiler_Controller_ProfilerService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3080.         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));
  3081.     }
  3082.     /**
  3083.      * Gets the public 'web_profiler.controller.router' shared service.
  3084.      *
  3085.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3086.      */
  3087.     protected function getWebProfiler_Controller_RouterService()
  3088.     {
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3090.         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 () {
  3091.             return new \EmptyIterator();
  3092.         }, 0));
  3093.     }
  3094.     /**
  3095.      * Gets the private '.debug.http_client' shared service.
  3096.      *
  3097.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3098.      */
  3099.     protected function get_Debug_HttpClientService()
  3100.     {
  3101.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3102.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3103.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3104.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3105.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3106.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3107.         $a->setLogger($b);
  3108.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3109.     }
  3110.     /**
  3111.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  3112.      *
  3113.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  3114.      */
  3115.     protected function get_LegacyResolveControllerNameSubscriberService()
  3116.     {
  3117.         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);
  3118.     }
  3119.     /**
  3120.      * Gets the private '.service_locator.1qxpWX0' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3123.      */
  3124.     protected function get_ServiceLocator_1qxpWX0Service()
  3125.     {
  3126.         return $this->privates['.service_locator.1qxpWX0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3127.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3128.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3129.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3130.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3131.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3132.             'router' => ['services''router''getRouterService'false],
  3133.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3134.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3135.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3136.             'serializer' => ['services''serializer''getSerializerService'false],
  3137.             'session' => ['services''session''getSessionService'false],
  3138.             'twig' => ['services''twig''getTwigService'false],
  3139.         ], [
  3140.             'doctrine' => '?',
  3141.             'form.factory' => '?',
  3142.             'http_kernel' => '?',
  3143.             'parameter_bag' => '?',
  3144.             'request_stack' => '?',
  3145.             'router' => '?',
  3146.             'security.authorization_checker' => '?',
  3147.             'security.csrf.token_manager' => '?',
  3148.             'security.token_storage' => '?',
  3149.             'serializer' => '?',
  3150.             'session' => '?',
  3151.             'twig' => '?',
  3152.         ]);
  3153.     }
  3154.     /**
  3155.      * Gets the private '.service_locator.1ypeunc' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3158.      */
  3159.     protected function get_ServiceLocator_1ypeuncService()
  3160.     {
  3161.         return $this->privates['.service_locator.1ypeunc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3162.             'translator' => ['services''translator''getTranslatorService'false],
  3163.         ], [
  3164.             'translator' => '?',
  3165.         ]);
  3166.     }
  3167.     /**
  3168.      * Gets the private '.service_locator.KkDySej' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3171.      */
  3172.     protected function get_ServiceLocator_KkDySejService()
  3173.     {
  3174.         return $this->privates['.service_locator.KkDySej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3175.             'quickActionButtonCollection' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection''getQuickActionButtonCollectionService'false],
  3176.         ], [
  3177.             'quickActionButtonCollection' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection',
  3178.         ]);
  3179.     }
  3180.     /**
  3181.      * Gets the private '.service_locator.R4L7Yfy' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3184.      */
  3185.     protected function get_ServiceLocator_R4L7YfyService()
  3186.     {
  3187.         return $this->privates['.service_locator.R4L7Yfy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3188.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3189.             'kernel' => ['services''kernel''getKernelService'false],
  3190.         ], [
  3191.             'entityManager' => '?',
  3192.             'kernel' => '?',
  3193.         ]);
  3194.     }
  3195.     /**
  3196.      * Gets the private '.service_locator.g6H.xPr' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3199.      */
  3200.     protected function get_ServiceLocator_G6H_XPrService()
  3201.     {
  3202.         return $this->privates['.service_locator.g6H.xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3203.             'kernel' => ['services''kernel''getKernelService'false],
  3204.         ], [
  3205.             'kernel' => '?',
  3206.         ]);
  3207.     }
  3208.     /**
  3209.      * Gets the private '.service_locator.gPh6X_L' shared service.
  3210.      *
  3211.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3212.      */
  3213.     protected function get_ServiceLocator_GPh6XLService()
  3214.     {
  3215.         return $this->privates['.service_locator.gPh6X_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3216.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3217.         ], [
  3218.             'encoder' => '?',
  3219.         ]);
  3220.     }
  3221.     /**
  3222.      * Gets the private '.service_locator.iFnN7bw' shared service.
  3223.      *
  3224.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3225.      */
  3226.     protected function get_ServiceLocator_IFnN7bwService()
  3227.     {
  3228.         return $this->privates['.service_locator.iFnN7bw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3229.             'App\\Controller\\BaseController::base' => ['privates''.service_locator.R4L7Yfy''get_ServiceLocator_R4L7YfyService'false],
  3230.             'App\\Controller\\ConfigureHelpdesk::migrateDatabaseSchemaXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3231.             'App\\Controller\\ConfigureHelpdesk::populateDatabaseEntitiesXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3232.             'App\\Controller\\ConfigureHelpdesk::updateConfigurationsXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3233.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication::updateCredentials' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3234.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR::deleteTeamXHR' => ['privates''.service_locator.1ypeunc''get_ServiceLocator_1ypeuncService'false],
  3235.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket::loadTicket' => ['privates''.service_locator.KkDySej''get_ServiceLocator_KkDySejService'false],
  3236.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::apiEndpointXHR' => ['privates''.service_locator.l2hbC8x''get_ServiceLocator_L2hbC8xService'false],
  3237.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::dashboard' => ['privates''.service_locator.lwwpcys''get_ServiceLocator_LwwpcysService'false],
  3238.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard::applicationsXHR' => ['privates''.service_locator.suNQXVV''get_ServiceLocator_SuNQXVVService'false],
  3239.             'App\\Controller\\BaseController:base' => ['privates''.service_locator.R4L7Yfy''get_ServiceLocator_R4L7YfyService'false],
  3240.             'App\\Controller\\ConfigureHelpdesk:migrateDatabaseSchemaXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3241.             'App\\Controller\\ConfigureHelpdesk:populateDatabaseEntitiesXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3242.             'App\\Controller\\ConfigureHelpdesk:updateConfigurationsXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3243.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication:updateCredentials' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3244.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR:deleteTeamXHR' => ['privates''.service_locator.1ypeunc''get_ServiceLocator_1ypeuncService'false],
  3245.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket:loadTicket' => ['privates''.service_locator.KkDySej''get_ServiceLocator_KkDySejService'false],
  3246.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:apiEndpointXHR' => ['privates''.service_locator.l2hbC8x''get_ServiceLocator_L2hbC8xService'false],
  3247.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:dashboard' => ['privates''.service_locator.lwwpcys''get_ServiceLocator_LwwpcysService'false],
  3248.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard:applicationsXHR' => ['privates''.service_locator.suNQXVV''get_ServiceLocator_SuNQXVVService'false],
  3249.         ], [
  3250.             'App\\Controller\\BaseController::base' => '?',
  3251.             'App\\Controller\\ConfigureHelpdesk::migrateDatabaseSchemaXHR' => '?',
  3252.             'App\\Controller\\ConfigureHelpdesk::populateDatabaseEntitiesXHR' => '?',
  3253.             'App\\Controller\\ConfigureHelpdesk::updateConfigurationsXHR' => '?',
  3254.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication::updateCredentials' => '?',
  3255.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR::deleteTeamXHR' => '?',
  3256.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket::loadTicket' => '?',
  3257.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::apiEndpointXHR' => '?',
  3258.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::dashboard' => '?',
  3259.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard::applicationsXHR' => '?',
  3260.             'App\\Controller\\BaseController:base' => '?',
  3261.             'App\\Controller\\ConfigureHelpdesk:migrateDatabaseSchemaXHR' => '?',
  3262.             'App\\Controller\\ConfigureHelpdesk:populateDatabaseEntitiesXHR' => '?',
  3263.             'App\\Controller\\ConfigureHelpdesk:updateConfigurationsXHR' => '?',
  3264.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication:updateCredentials' => '?',
  3265.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR:deleteTeamXHR' => '?',
  3266.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket:loadTicket' => '?',
  3267.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:apiEndpointXHR' => '?',
  3268.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:dashboard' => '?',
  3269.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard:applicationsXHR' => '?',
  3270.         ]);
  3271.     }
  3272.     /**
  3273.      * Gets the private '.service_locator.l2hbC8x' shared service.
  3274.      *
  3275.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3276.      */
  3277.     protected function get_ServiceLocator_L2hbC8xService()
  3278.     {
  3279.         return $this->privates['.service_locator.l2hbC8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3280.             'applicationCollection' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3281.             'event' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\ApiRoutine''getApiRoutineService'false],
  3282.         ], [
  3283.             'applicationCollection' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3284.             'event' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\ApiRoutine',
  3285.         ]);
  3286.     }
  3287.     /**
  3288.      * Gets the private '.service_locator.lwwpcys' shared service.
  3289.      *
  3290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3291.      */
  3292.     protected function get_ServiceLocator_LwwpcysService()
  3293.     {
  3294.         return $this->privates['.service_locator.lwwpcys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3295.             'applicationCollection' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3296.             'event' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\RenderDashboardRoutine''getRenderDashboardRoutineService'false],
  3297.         ], [
  3298.             'applicationCollection' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3299.             'event' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\RenderDashboardRoutine',
  3300.         ]);
  3301.     }
  3302.     /**
  3303.      * Gets the private '.service_locator.suNQXVV' shared service.
  3304.      *
  3305.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3306.      */
  3307.     protected function get_ServiceLocator_SuNQXVVService()
  3308.     {
  3309.         return $this->privates['.service_locator.suNQXVV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3310.             'applications' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3311.         ], [
  3312.             'applications' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3313.         ]);
  3314.     }
  3315.     /**
  3316.      * Gets the private 'App\EventListener\ExceptionSubscriber' shared autowired service.
  3317.      *
  3318.      * @return \App\EventListener\ExceptionSubscriber
  3319.      */
  3320.     protected function getExceptionSubscriberService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/src/EventListener/ExceptionSubscriber.php';
  3323.         return $this->privates['App\\EventListener\\ExceptionSubscriber'] = new \App\EventListener\ExceptionSubscriber(($this->services['twig'] ?? $this->getTwigService()), $this);
  3324.     }
  3325.     /**
  3326.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3327.      *
  3328.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3329.      */
  3330.     protected function getManagerRegistryAwareConnectionProviderService()
  3331.     {
  3332.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3334.         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'));
  3335.     }
  3336.     /**
  3337.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3338.      *
  3339.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3340.      */
  3341.     protected function getRunSqlCommandService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3345.         $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()));
  3346.         $instance->setName('dbal:run-sql');
  3347.         return $instance;
  3348.     }
  3349.     /**
  3350.      * Gets the private 'Webkul\UVDesk\AutomationBundle\Form\DefaultForm' shared autowired service.
  3351.      *
  3352.      * @return \Webkul\UVDesk\AutomationBundle\Form\DefaultForm
  3353.      */
  3354.     protected function getDefaultFormService()
  3355.     {
  3356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3358.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Form/DefaultForm.php';
  3359.         return $this->privates['Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm'] = new \Webkul\UVDesk\AutomationBundle\Form\DefaultForm();
  3360.     }
  3361.     /**
  3362.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate' shared autowired service.
  3363.      *
  3364.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate
  3365.      */
  3366.     protected function getDashboardTemplateService()
  3367.     {
  3368.         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()));
  3369.     }
  3370.     /**
  3371.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console' shared autowired service.
  3372.      *
  3373.      * @return \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console
  3374.      */
  3375.     protected function getConsoleService()
  3376.     {
  3377.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/EventListener/Console/Console.php';
  3378.         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()));
  3379.     }
  3380.     /**
  3381.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle' shared autowired service.
  3382.      *
  3383.      * @return \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle
  3384.      */
  3385.     protected function getLifecycleService()
  3386.     {
  3387.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/EventListener/Doctrine/Lifecycle.php';
  3388.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'] = new \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle($this);
  3389.     }
  3390.     /**
  3391.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket' shared autowired service.
  3392.      *
  3393.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket
  3394.      */
  3395.     protected function getCreateTicketService()
  3396.     {
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/CreateTicket.php';
  3400.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket();
  3401.     }
  3402.     /**
  3403.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox' shared autowired service.
  3404.      *
  3405.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox
  3406.      */
  3407.     protected function getMailboxService()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/Mailbox.php';
  3412.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox();
  3413.     }
  3414.     /**
  3415.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile' shared autowired service.
  3416.      *
  3417.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile
  3418.      */
  3419.     protected function getUserProfileService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/UserProfile.php';
  3424.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile();
  3425.     }
  3426.     /**
  3427.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository' shared autowired service.
  3428.      *
  3429.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository
  3430.      */
  3431.     protected function getAgentActivityRepositoryService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Repository/AgentActivityRepository.php';
  3439.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository'] = new \Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3440.     }
  3441.     /**
  3442.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository' shared autowired service.
  3443.      *
  3444.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository
  3445.      */
  3446.     protected function getRecaptchaRepositoryService()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Repository/RecaptchaRepository.php';
  3454.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository'] = new \Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3455.     }
  3456.     /**
  3457.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService' shared autowired service.
  3458.      *
  3459.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService
  3460.      */
  3461.     protected function getFileUploadServiceService()
  3462.     {
  3463.         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())));
  3464.     }
  3465.     /**
  3466.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection' shared autowired service.
  3467.      *
  3468.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection
  3469.      */
  3470.     protected function getQuickActionButtonCollectionService()
  3471.     {
  3472.         $a = ($this->services['twig'] ?? $this->getTwigService());
  3473.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  3474.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  3475.         }
  3476.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  3477.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  3478.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  3479.         }
  3480.         $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);
  3481.         $instance->add(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies(), [=> []]);
  3482.         $instance->add(new \Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), [=> []]);
  3483.         return $instance;
  3484.     }
  3485.     /**
  3486.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\ApiRoutine' shared autowired service.
  3487.      *
  3488.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\ApiRoutine
  3489.      */
  3490.     protected function getApiRoutineService()
  3491.     {
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/RoutineInterface.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/Routine/ApiRoutine.php';
  3495.         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())));
  3496.     }
  3497.     /**
  3498.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\RenderDashboardRoutine' shared autowired service.
  3499.      *
  3500.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\RenderDashboardRoutine
  3501.      */
  3502.     protected function getRenderDashboardRoutineService()
  3503.     {
  3504.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  3505.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/RoutineInterface.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/Routine/RenderDashboardRoutine.php';
  3507.         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()));
  3508.     }
  3509.     /**
  3510.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console' shared autowired service.
  3511.      *
  3512.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console
  3513.      */
  3514.     protected function getConsole2Service()
  3515.     {
  3516.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/EventListener/Console.php';
  3517.         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())));
  3518.     }
  3519.     /**
  3520.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel' shared autowired service.
  3521.      *
  3522.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel
  3523.      */
  3524.     protected function getKernel2Service()
  3525.     {
  3526.         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())));
  3527.     }
  3528.     /**
  3529.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection' shared autowired service.
  3530.      *
  3531.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection
  3532.      */
  3533.     protected function getApplicationCollectionService($lazyLoad true)
  3534.     {
  3535.         if ($lazyLoad) {
  3536.             return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection'] = $this->createProxy('ApplicationCollection_a40b613', function () {
  3537.                 return \ApplicationCollection_a40b613::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3538.                     $wrappedInstance $this->getApplicationCollectionService(false);
  3539.                     $proxy->setProxyInitializer(null);
  3540.                     return true;
  3541.                 });
  3542.             });
  3543.         }
  3544.         $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()));
  3545.         $instance->organizeCollection();
  3546.         return $instance;
  3547.     }
  3548.     /**
  3549.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection' shared autowired service.
  3550.      *
  3551.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection
  3552.      */
  3553.     protected function getPackageCollectionService($lazyLoad true)
  3554.     {
  3555.         if ($lazyLoad) {
  3556.             return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection'] = $this->createProxy('PackageCollection_b86d16c', function () {
  3557.                 return \PackageCollection_b86d16c::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3558.                     $wrappedInstance $this->getPackageCollectionService(false);
  3559.                     $proxy->setProxyInitializer(null);
  3560.                     return true;
  3561.                 });
  3562.             });
  3563.         }
  3564.         $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())));
  3565.         $instance->organizeCollection();
  3566.         return $instance;
  3567.     }
  3568.     /**
  3569.      * Gets the private 'Webkul\UVDesk\MailboxBundle\Services\MailboxService' shared autowired service.
  3570.      *
  3571.      * @return \Webkul\UVDesk\MailboxBundle\Services\MailboxService
  3572.      */
  3573.     protected function getMailboxServiceService()
  3574.     {
  3575.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Services/MailboxService.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  3577.         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))));
  3578.     }
  3579.     /**
  3580.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation' shared autowired service.
  3581.      *
  3582.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation
  3583.      */
  3584.     protected function getAccountValidationService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/AccountValidation.php';
  3589.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation'] = new \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation();
  3590.     }
  3591.     /**
  3592.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword' shared autowired service.
  3593.      *
  3594.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword
  3595.      */
  3596.     protected function getForgotPasswordService()
  3597.     {
  3598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/ForgotPassword.php';
  3601.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword'] = new \Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword();
  3602.     }
  3603.     /**
  3604.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal' shared autowired service.
  3605.      *
  3606.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal
  3607.      */
  3608.     protected function getSolutionModalService()
  3609.     {
  3610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/SolutionModal.php';
  3613.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal'] = new \Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal();
  3614.     }
  3615.     /**
  3616.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\Ticket' shared autowired service.
  3617.      *
  3618.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\Ticket
  3619.      */
  3620.     protected function getTicket3Service()
  3621.     {
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/Ticket.php';
  3625.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket'] = new \Webkul\UVDesk\SupportCenterBundle\Form\Ticket();
  3626.     }
  3627.     /**
  3628.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository' shared autowired service.
  3629.      *
  3630.      * @return \Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository
  3631.      */
  3632.     protected function getAnnouncementRepositoryService()
  3633.     {
  3634.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Repository/AnnouncementRepository.php';
  3640.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository'] = new \Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3641.     }
  3642.     /**
  3643.      * Gets the private 'annotations.cache_adapter' shared service.
  3644.      *
  3645.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3646.      */
  3647.     protected function getAnnotations_CacheAdapterService()
  3648.     {
  3649.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3650.     }
  3651.     /**
  3652.      * Gets the private 'annotations.cache_warmer' shared service.
  3653.      *
  3654.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3655.      */
  3656.     protected function getAnnotations_CacheWarmerService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3661.         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);
  3662.     }
  3663.     /**
  3664.      * Gets the private 'annotations.cached_reader' shared service.
  3665.      *
  3666.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3667.      */
  3668.     protected function getAnnotations_CachedReaderService()
  3669.     {
  3670.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3671.     }
  3672.     /**
  3673.      * Gets the private 'annotations.reader' shared service.
  3674.      *
  3675.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3676.      */
  3677.     protected function getAnnotations_ReaderService()
  3678.     {
  3679.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3680.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3681.         $a->registerUniqueLoader('class_exists');
  3682.         $instance->addGlobalIgnoredName('required'$a);
  3683.         return $instance;
  3684.     }
  3685.     /**
  3686.      * Gets the private 'cache.annotations' shared service.
  3687.      *
  3688.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3689.      */
  3690.     protected function getCache_AnnotationsService()
  3691.     {
  3692.         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())));
  3693.     }
  3694.     /**
  3695.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3696.      *
  3697.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3698.      */
  3699.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3700.     {
  3701.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3702.     }
  3703.     /**
  3704.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3705.      *
  3706.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3707.      */
  3708.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3709.     {
  3710.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3711.     }
  3712.     /**
  3713.      * Gets the private 'cache.property_info' shared service.
  3714.      *
  3715.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3716.      */
  3717.     protected function getCache_PropertyInfoService()
  3718.     {
  3719.         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())));
  3720.     }
  3721.     /**
  3722.      * Gets the private 'cache.security_expression_language' shared service.
  3723.      *
  3724.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3725.      */
  3726.     protected function getCache_SecurityExpressionLanguageService()
  3727.     {
  3728.         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())));
  3729.     }
  3730.     /**
  3731.      * Gets the private 'cache.serializer' shared service.
  3732.      *
  3733.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3734.      */
  3735.     protected function getCache_SerializerService()
  3736.     {
  3737.         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())));
  3738.     }
  3739.     /**
  3740.      * Gets the private 'cache.validator' shared service.
  3741.      *
  3742.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3743.      */
  3744.     protected function getCache_ValidatorService()
  3745.     {
  3746.         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())));
  3747.     }
  3748.     /**
  3749.      * Gets the private 'config_cache_factory' shared service.
  3750.      *
  3751.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3752.      */
  3753.     protected function getConfigCacheFactoryService()
  3754.     {
  3755.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3756.             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)));
  3757.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3758.         }, 2));
  3759.     }
  3760.     /**
  3761.      * Gets the private 'console.command.about' shared service.
  3762.      *
  3763.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3764.      */
  3765.     protected function getConsole_Command_AboutService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3769.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3770.         $instance->setName('about');
  3771.         return $instance;
  3772.     }
  3773.     /**
  3774.      * Gets the private 'console.command.assets_install' shared service.
  3775.      *
  3776.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3777.      */
  3778.     protected function getConsole_Command_AssetsInstallService()
  3779.     {
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3783.         $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));
  3784.         $instance->setName('assets:install');
  3785.         return $instance;
  3786.     }
  3787.     /**
  3788.      * Gets the private 'console.command.cache_clear' shared service.
  3789.      *
  3790.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3791.      */
  3792.     protected function getConsole_Command_CacheClearService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3797.         $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())));
  3798.         $instance->setName('cache:clear');
  3799.         return $instance;
  3800.     }
  3801.     /**
  3802.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3803.      *
  3804.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3805.      */
  3806.     protected function getConsole_Command_CachePoolClearService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3810.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3811.         $instance->setName('cache:pool:clear');
  3812.         return $instance;
  3813.     }
  3814.     /**
  3815.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3816.      *
  3817.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3818.      */
  3819.     protected function getConsole_Command_CachePoolDeleteService()
  3820.     {
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3823.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3824.         $instance->setName('cache:pool:delete');
  3825.         return $instance;
  3826.     }
  3827.     /**
  3828.      * Gets the private 'console.command.cache_pool_list' shared service.
  3829.      *
  3830.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3831.      */
  3832.     protected function getConsole_Command_CachePoolListService()
  3833.     {
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3836.         $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']);
  3837.         $instance->setName('cache:pool:list');
  3838.         return $instance;
  3839.     }
  3840.     /**
  3841.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3842.      *
  3843.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3844.      */
  3845.     protected function getConsole_Command_CachePoolPruneService()
  3846.     {
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3849.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3850.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3851.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3852.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3853.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3854.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3855.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3856.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3857.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3858.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3859.         }, 9));
  3860.         $instance->setName('cache:pool:prune');
  3861.         return $instance;
  3862.     }
  3863.     /**
  3864.      * Gets the private 'console.command.cache_warmup' shared service.
  3865.      *
  3866.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3867.      */
  3868.     protected function getConsole_Command_CacheWarmupService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3872.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3873.         $instance->setName('cache:warmup');
  3874.         return $instance;
  3875.     }
  3876.     /**
  3877.      * Gets the private 'console.command.config_debug' shared service.
  3878.      *
  3879.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3880.      */
  3881.     protected function getConsole_Command_ConfigDebugService()
  3882.     {
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3887.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3888.         $instance->setName('debug:config');
  3889.         return $instance;
  3890.     }
  3891.     /**
  3892.      * Gets the private 'console.command.config_dump_reference' shared service.
  3893.      *
  3894.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3895.      */
  3896.     protected function getConsole_Command_ConfigDumpReferenceService()
  3897.     {
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3902.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3903.         $instance->setName('config:dump-reference');
  3904.         return $instance;
  3905.     }
  3906.     /**
  3907.      * Gets the private 'console.command.container_debug' shared service.
  3908.      *
  3909.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3910.      */
  3911.     protected function getConsole_Command_ContainerDebugService()
  3912.     {
  3913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3915.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3916.         $instance->setName('debug:container');
  3917.         return $instance;
  3918.     }
  3919.     /**
  3920.      * Gets the private 'console.command.container_lint' shared service.
  3921.      *
  3922.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3923.      */
  3924.     protected function getConsole_Command_ContainerLintService()
  3925.     {
  3926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3928.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3929.         $instance->setName('lint:container');
  3930.         return $instance;
  3931.     }
  3932.     /**
  3933.      * Gets the private 'console.command.debug_autowiring' shared service.
  3934.      *
  3935.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3936.      */
  3937.     protected function getConsole_Command_DebugAutowiringService()
  3938.     {
  3939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3942.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3943.         $instance->setName('debug:autowiring');
  3944.         return $instance;
  3945.     }
  3946.     /**
  3947.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3948.      *
  3949.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3950.      */
  3951.     protected function getConsole_Command_EventDispatcherDebugService()
  3952.     {
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3955.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3956.         $instance->setName('debug:event-dispatcher');
  3957.         return $instance;
  3958.     }
  3959.     /**
  3960.      * Gets the private 'console.command.form_debug' shared service.
  3961.      *
  3962.      * @return \Symfony\Component\Form\Command\DebugCommand
  3963.      */
  3964.     protected function getConsole_Command_FormDebugService()
  3965.     {
  3966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3968.         $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()));
  3969.         $instance->setName('debug:form');
  3970.         return $instance;
  3971.     }
  3972.     /**
  3973.      * Gets the private 'console.command.router_debug' shared service.
  3974.      *
  3975.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3976.      */
  3977.     protected function getConsole_Command_RouterDebugService()
  3978.     {
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3981.         $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()));
  3982.         $instance->setName('debug:router');
  3983.         return $instance;
  3984.     }
  3985.     /**
  3986.      * Gets the private 'console.command.router_match' shared service.
  3987.      *
  3988.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3989.      */
  3990.     protected function getConsole_Command_RouterMatchService()
  3991.     {
  3992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3994.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3995.         $instance->setName('router:match');
  3996.         return $instance;
  3997.     }
  3998.     /**
  3999.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4000.      *
  4001.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4002.      */
  4003.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4004.     {
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4011.         $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')))));
  4012.         $instance->setName('secrets:decrypt-to-local');
  4013.         return $instance;
  4014.     }
  4015.     /**
  4016.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4017.      *
  4018.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4019.      */
  4020.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4021.     {
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4028.         $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')))));
  4029.         $instance->setName('secrets:encrypt-from-local');
  4030.         return $instance;
  4031.     }
  4032.     /**
  4033.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4034.      *
  4035.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4036.      */
  4037.     protected function getConsole_Command_SecretsGenerateKeyService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4045.         $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')))));
  4046.         $instance->setName('secrets:generate-keys');
  4047.         return $instance;
  4048.     }
  4049.     /**
  4050.      * Gets the private 'console.command.secrets_list' shared service.
  4051.      *
  4052.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4053.      */
  4054.     protected function getConsole_Command_SecretsListService()
  4055.     {
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4062.         $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')))));
  4063.         $instance->setName('secrets:list');
  4064.         return $instance;
  4065.     }
  4066.     /**
  4067.      * Gets the private 'console.command.secrets_remove' shared service.
  4068.      *
  4069.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4070.      */
  4071.     protected function getConsole_Command_SecretsRemoveService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4079.         $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')))));
  4080.         $instance->setName('secrets:remove');
  4081.         return $instance;
  4082.     }
  4083.     /**
  4084.      * Gets the private 'console.command.secrets_set' shared service.
  4085.      *
  4086.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4087.      */
  4088.     protected function getConsole_Command_SecretsSetService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4096.         $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')))));
  4097.         $instance->setName('secrets:set');
  4098.         return $instance;
  4099.     }
  4100.     /**
  4101.      * Gets the private 'console.command.translation_debug' shared service.
  4102.      *
  4103.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4104.      */
  4105.     protected function getConsole_Command_TranslationDebugService()
  4106.     {
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4109.         $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')]);
  4110.         $instance->setName('debug:translation');
  4111.         return $instance;
  4112.     }
  4113.     /**
  4114.      * Gets the private 'console.command.translation_update' shared service.
  4115.      *
  4116.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4117.      */
  4118.     protected function getConsole_Command_TranslationUpdateService()
  4119.     {
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  4136.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  4137.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  4138.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  4139.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  4140.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  4141.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  4142.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  4143.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  4144.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  4145.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  4146.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  4147.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  4148.         $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()), 'de', (\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')]);
  4149.         $instance->setName('translation:update');
  4150.         return $instance;
  4151.     }
  4152.     /**
  4153.      * Gets the private 'console.command.xliff_lint' shared service.
  4154.      *
  4155.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  4156.      */
  4157.     protected function getConsole_Command_XliffLintService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  4162.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  4163.         $instance->setName('lint:xliff');
  4164.         return $instance;
  4165.     }
  4166.     /**
  4167.      * Gets the private 'console.command.yaml_lint' shared service.
  4168.      *
  4169.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4170.      */
  4171.     protected function getConsole_Command_YamlLintService()
  4172.     {
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4176.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4177.         $instance->setName('lint:yaml');
  4178.         return $instance;
  4179.     }
  4180.     /**
  4181.      * Gets the private 'console.error_listener' shared service.
  4182.      *
  4183.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4184.      */
  4185.     protected function getConsole_ErrorListenerService()
  4186.     {
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4188.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4189.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4190.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4191.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4192.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4193.     }
  4194.     /**
  4195.      * Gets the private 'container.env_var_processor' shared service.
  4196.      *
  4197.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4198.      */
  4199.     protected function getContainer_EnvVarProcessorService()
  4200.     {
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4203.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4204.             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'))));
  4205.         }, 1));
  4206.     }
  4207.     /**
  4208.      * Gets the private 'data_collector.form' shared service.
  4209.      *
  4210.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4211.      */
  4212.     protected function getDataCollector_FormService()
  4213.     {
  4214.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4215.     }
  4216.     /**
  4217.      * Gets the private 'debug.argument_resolver.default' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4220.      */
  4221.     protected function getDebug_ArgumentResolver_DefaultService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4226.         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))));
  4227.     }
  4228.     /**
  4229.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4230.      *
  4231.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4232.      */
  4233.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4238.         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))));
  4239.     }
  4240.     /**
  4241.      * Gets the private 'debug.argument_resolver.request' shared service.
  4242.      *
  4243.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4244.      */
  4245.     protected function getDebug_ArgumentResolver_RequestService()
  4246.     {
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4250.         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))));
  4251.     }
  4252.     /**
  4253.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4254.      *
  4255.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4256.      */
  4257.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4258.     {
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4262.         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))));
  4263.     }
  4264.     /**
  4265.      * Gets the private 'debug.argument_resolver.service' shared service.
  4266.      *
  4267.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4268.      */
  4269.     protected function getDebug_ArgumentResolver_ServiceService()
  4270.     {
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4274.         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))));
  4275.     }
  4276.     /**
  4277.      * Gets the private 'debug.argument_resolver.session' shared service.
  4278.      *
  4279.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4280.      */
  4281.     protected function getDebug_ArgumentResolver_SessionService()
  4282.     {
  4283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4286.         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))));
  4287.     }
  4288.     /**
  4289.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4290.      *
  4291.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4292.      */
  4293.     protected function getDebug_ArgumentResolver_VariadicService()
  4294.     {
  4295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4298.         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))));
  4299.     }
  4300.     /**
  4301.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4302.      *
  4303.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4304.      */
  4305.     protected function getDebug_DebugHandlersListenerService()
  4306.     {
  4307.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4308.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4309.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4310.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4311.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4312.         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);
  4313.     }
  4314.     /**
  4315.      * Gets the private 'debug.dump_listener' shared service.
  4316.      *
  4317.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4318.      */
  4319.     protected function getDebug_DumpListenerService()
  4320.     {
  4321.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4323.         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()));
  4324.     }
  4325.     /**
  4326.      * Gets the private 'debug.file_link_formatter' shared service.
  4327.      *
  4328.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4329.      */
  4330.     protected function getDebug_FileLinkFormatterService()
  4331.     {
  4332.         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 () {
  4333.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4334.         });
  4335.     }
  4336.     /**
  4337.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4338.      *
  4339.      * @return \string
  4340.      */
  4341.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4342.     {
  4343.         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');
  4344.     }
  4345.     /**
  4346.      * Gets the private 'debug.log_processor' shared service.
  4347.      *
  4348.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4349.      */
  4350.     protected function getDebug_LogProcessorService()
  4351.     {
  4352.         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())));
  4353.     }
  4354.     /**
  4355.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4356.      *
  4357.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4358.      */
  4359.     protected function getDebug_Security_Access_DecisionManagerService()
  4360.     {
  4361.         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 () {
  4362.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4363.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4364.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4365.             yield => ($this->privates['debug.security.voter.Webkul\\UVDesk\\CoreFrameworkBundle\\Security\\TicketVoter'] ?? $this->getTicketVoterService());
  4366.         }, 4), 'affirmative'falsetrue));
  4367.     }
  4368.     /**
  4369.      * Gets the private 'debug.security.firewall' shared service.
  4370.      *
  4371.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4372.      */
  4373.     protected function getDebug_Security_FirewallService()
  4374.     {
  4375.         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()));
  4376.     }
  4377.     /**
  4378.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4379.      *
  4380.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4381.      */
  4382.     protected function getDebug_Security_UserValueResolverService()
  4383.     {
  4384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4387.         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))));
  4388.     }
  4389.     /**
  4390.      * Gets the private 'debug.security.voter.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter' shared service.
  4391.      *
  4392.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4393.      */
  4394.     protected function getTicketVoterService()
  4395.     {
  4396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Security/TicketVoter.php';
  4400.         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()));
  4401.     }
  4402.     /**
  4403.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4404.      *
  4405.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4406.      */
  4407.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4408.     {
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4412.         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()));
  4413.     }
  4414.     /**
  4415.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4416.      *
  4417.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4418.      */
  4419.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4424.         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()));
  4425.     }
  4426.     /**
  4427.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4428.      *
  4429.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4430.      */
  4431.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4437.         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()));
  4438.     }
  4439.     /**
  4440.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4441.      *
  4442.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4443.      */
  4444.     protected function getDebug_Security_Voter_VoteListenerService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4447.         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()));
  4448.     }
  4449.     /**
  4450.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4451.      *
  4452.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4453.      */
  4454.     protected function getDoctrine_CacheClearMetadataCommandService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4460.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  4461.         $instance->setName('doctrine:cache:clear-metadata');
  4462.         return $instance;
  4463.     }
  4464.     /**
  4465.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4466.      *
  4467.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4468.      */
  4469.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4470.     {
  4471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4475.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  4476.         $instance->setName('doctrine:cache:clear-query');
  4477.         return $instance;
  4478.     }
  4479.     /**
  4480.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4481.      *
  4482.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4483.      */
  4484.     protected function getDoctrine_CacheClearResultCommandService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4490.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  4491.         $instance->setName('doctrine:cache:clear-result');
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4496.      *
  4497.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4498.      */
  4499.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4500.     {
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4505.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  4506.         $instance->setName('doctrine:cache:clear-collection-region');
  4507.         return $instance;
  4508.     }
  4509.     /**
  4510.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4511.      *
  4512.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4513.      */
  4514.     protected function getDoctrine_ClearEntityRegionCommandService()
  4515.     {
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4520.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  4521.         $instance->setName('doctrine:cache:clear-entity-region');
  4522.         return $instance;
  4523.     }
  4524.     /**
  4525.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4526.      *
  4527.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4528.      */
  4529.     protected function getDoctrine_ClearQueryRegionCommandService()
  4530.     {
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4535.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4536.         $instance->setName('doctrine:cache:clear-query-region');
  4537.         return $instance;
  4538.     }
  4539.     /**
  4540.      * Gets the private 'doctrine.database_create_command' shared service.
  4541.      *
  4542.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4543.      */
  4544.     protected function getDoctrine_DatabaseCreateCommandService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4549.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4550.         $instance->setName('doctrine:database:create');
  4551.         return $instance;
  4552.     }
  4553.     /**
  4554.      * Gets the private 'doctrine.database_drop_command' shared service.
  4555.      *
  4556.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4557.      */
  4558.     protected function getDoctrine_DatabaseDropCommandService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4563.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4564.         $instance->setName('doctrine:database:drop');
  4565.         return $instance;
  4566.     }
  4567.     /**
  4568.      * Gets the private 'doctrine.database_import_command' shared service.
  4569.      *
  4570.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4571.      */
  4572.     protected function getDoctrine_DatabaseImportCommandService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4577.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4578.         $instance->setName('doctrine:database:import');
  4579.         return $instance;
  4580.     }
  4581.     /**
  4582.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4583.      *
  4584.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4585.      */
  4586.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4592.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4593.         $instance->setName('doctrine:ensure-production-settings');
  4594.         return $instance;
  4595.     }
  4596.     /**
  4597.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  4598.      *
  4599.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  4600.      */
  4601.     protected function getDoctrine_FixturesLoadCommandService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4614.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/AgentGroups.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/AgentPrivileges.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/EmailTemplates.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/HelpdeskBranding.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketPriorities.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketStatuses.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketTypes.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/UserRoles.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Fixtures/AutomationWorkflowFixtures.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Fixtures/EmailTemplates.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Fixtures/KnowledgebaseWebsite.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  4628.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  4629.         $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' => []]]);
  4630.         $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()]);
  4631.         $instance->setName('doctrine:fixtures:load');
  4632.         return $instance;
  4633.     }
  4634.     /**
  4635.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4636.      *
  4637.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4638.      */
  4639.     protected function getDoctrine_MappingConvertCommandService()
  4640.     {
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4645.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4646.         $instance->setName('doctrine:mapping:convert');
  4647.         return $instance;
  4648.     }
  4649.     /**
  4650.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4651.      *
  4652.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4653.      */
  4654.     protected function getDoctrine_MappingImportCommandService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4659.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4660.         $instance->setName('doctrine:mapping:import');
  4661.         return $instance;
  4662.     }
  4663.     /**
  4664.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4665.      *
  4666.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4667.      */
  4668.     protected function getDoctrine_MappingInfoCommandService()
  4669.     {
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4674.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4675.         $instance->setName('doctrine:mapping:info');
  4676.         return $instance;
  4677.     }
  4678.     /**
  4679.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4680.      *
  4681.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4682.      */
  4683.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4684.     {
  4685.         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')]);
  4686.     }
  4687.     /**
  4688.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4689.      *
  4690.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4691.      */
  4692.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4695.         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()));
  4696.     }
  4697.     /**
  4698.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4699.      *
  4700.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4701.      */
  4702.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4703.     {
  4704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4705.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4706.     }
  4707.     /**
  4708.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4709.      *
  4710.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4711.      */
  4712.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4716.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4717.     }
  4718.     /**
  4719.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4720.      *
  4721.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4722.      */
  4723.     protected function getDoctrine_Orm_Validator_UniqueService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4728.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4729.     }
  4730.     /**
  4731.      * Gets the private 'doctrine.query_dql_command' shared service.
  4732.      *
  4733.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4734.      */
  4735.     protected function getDoctrine_QueryDqlCommandService()
  4736.     {
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4741.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4742.         $instance->setName('doctrine:query:dql');
  4743.         return $instance;
  4744.     }
  4745.     /**
  4746.      * Gets the private 'doctrine.query_sql_command' shared service.
  4747.      *
  4748.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4749.      */
  4750.     protected function getDoctrine_QuerySqlCommandService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4755.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4756.         $instance->setName('doctrine:query:sql');
  4757.         return $instance;
  4758.     }
  4759.     /**
  4760.      * Gets the private 'doctrine.schema_create_command' shared service.
  4761.      *
  4762.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4763.      */
  4764.     protected function getDoctrine_SchemaCreateCommandService()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4771.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4772.         $instance->setName('doctrine:schema:create');
  4773.         return $instance;
  4774.     }
  4775.     /**
  4776.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4777.      *
  4778.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4779.      */
  4780.     protected function getDoctrine_SchemaDropCommandService()
  4781.     {
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4787.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4788.         $instance->setName('doctrine:schema:drop');
  4789.         return $instance;
  4790.     }
  4791.     /**
  4792.      * Gets the private 'doctrine.schema_update_command' shared service.
  4793.      *
  4794.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4795.      */
  4796.     protected function getDoctrine_SchemaUpdateCommandService()
  4797.     {
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4803.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4804.         $instance->setName('doctrine:schema:update');
  4805.         return $instance;
  4806.     }
  4807.     /**
  4808.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4809.      *
  4810.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4811.      */
  4812.     protected function getDoctrine_SchemaValidateCommandService()
  4813.     {
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4818.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4819.         $instance->setName('doctrine:schema:validate');
  4820.         return $instance;
  4821.     }
  4822.     /**
  4823.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4824.      *
  4825.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  4826.      */
  4827.     protected function getDoctrineMigrations_DiffCommandService()
  4828.     {
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  4833.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  4834.         $instance->setName('doctrine:migrations:diff');
  4835.         return $instance;
  4836.     }
  4837.     /**
  4838.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4839.      *
  4840.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  4841.      */
  4842.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4843.     {
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  4848.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  4849.         $instance->setName('doctrine:migrations:dump-schema');
  4850.         return $instance;
  4851.     }
  4852.     /**
  4853.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4854.      *
  4855.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  4856.      */
  4857.     protected function getDoctrineMigrations_ExecuteCommandService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  4863.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  4864.         $instance->setName('doctrine:migrations:execute');
  4865.         return $instance;
  4866.     }
  4867.     /**
  4868.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4869.      *
  4870.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  4871.      */
  4872.     protected function getDoctrineMigrations_GenerateCommandService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  4878.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  4879.         $instance->setName('doctrine:migrations:generate');
  4880.         return $instance;
  4881.     }
  4882.     /**
  4883.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4884.      *
  4885.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4886.      */
  4887.     protected function getDoctrineMigrations_LatestCommandService()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  4893.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  4894.         $instance->setName('doctrine:migrations:latest');
  4895.         return $instance;
  4896.     }
  4897.     /**
  4898.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4899.      *
  4900.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  4901.      */
  4902.     protected function getDoctrineMigrations_MigrateCommandService()
  4903.     {
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4906.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  4908.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  4909.         $instance->setName('doctrine:migrations:migrate');
  4910.         return $instance;
  4911.     }
  4912.     /**
  4913.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4914.      *
  4915.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  4916.      */
  4917.     protected function getDoctrineMigrations_RollupCommandService()
  4918.     {
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4923.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4924.         $instance->setName('doctrine:migrations:rollup');
  4925.         return $instance;
  4926.     }
  4927.     /**
  4928.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4929.      *
  4930.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4931.      */
  4932.     protected function getDoctrineMigrations_StatusCommandService()
  4933.     {
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4938.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4939.         $instance->setName('doctrine:migrations:status');
  4940.         return $instance;
  4941.     }
  4942.     /**
  4943.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4944.      *
  4945.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4946.      */
  4947.     protected function getDoctrineMigrations_UpToDateCommandService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4953.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4954.         $instance->setName('doctrine:migrations:up-to-date');
  4955.         return $instance;
  4956.     }
  4957.     /**
  4958.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4959.      *
  4960.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4961.      */
  4962.     protected function getDoctrineMigrations_VersionCommandService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4968.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4969.         $instance->setName('doctrine:migrations:version');
  4970.         return $instance;
  4971.     }
  4972.     /**
  4973.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4974.      *
  4975.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4976.      */
  4977.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4978.     {
  4979.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4980.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4981.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4982.         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()));
  4983.     }
  4984.     /**
  4985.      * Gets the private 'exception_listener' shared service.
  4986.      *
  4987.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4988.      */
  4989.     protected function getExceptionListenerService()
  4990.     {
  4991.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4992.     }
  4993.     /**
  4994.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4995.      *
  4996.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4997.      */
  4998.     protected function getForm_ChoiceListFactory_CachedService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5004.         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())));
  5005.     }
  5006.     /**
  5007.      * Gets the private 'form.registry' shared service.
  5008.      *
  5009.      * @return \Symfony\Component\Form\FormRegistry
  5010.      */
  5011.     protected function getForm_RegistryService()
  5012.     {
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5020.         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, [
  5021.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5022.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5023.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  5024.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5025.             'Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm' => ['privates''Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm''getDefaultFormService'false],
  5026.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket''getCreateTicketService'false],
  5027.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox''getMailboxService'false],
  5028.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile''getUserProfileService'false],
  5029.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation''getAccountValidationService'false],
  5030.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword''getForgotPasswordService'false],
  5031.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal''getSolutionModalService'false],
  5032.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket''getTicket3Service'false],
  5033.         ], [
  5034.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5035.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5036.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5037.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5038.             'Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm' => '?',
  5039.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket' => '?',
  5040.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox' => '?',
  5041.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile' => '?',
  5042.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation' => '?',
  5043.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword' => '?',
  5044.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal' => '?',
  5045.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket' => '?',
  5046.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5047.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5048.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5049.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5050.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5051.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5052.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5053.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5054.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5055.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5056.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5057.         }, 1)], new RewindableGenerator(function () {
  5058.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5059.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5060.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5061.     }
  5062.     /**
  5063.      * Gets the private 'form.server_params' shared service.
  5064.      *
  5065.      * @return \Symfony\Component\Form\Util\ServerParams
  5066.      */
  5067.     protected function getForm_ServerParamsService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5070.         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())));
  5071.     }
  5072.     /**
  5073.      * Gets the private 'form.type.choice' shared service.
  5074.      *
  5075.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5076.      */
  5077.     protected function getForm_Type_ChoiceService()
  5078.     {
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5082.         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()));
  5083.     }
  5084.     /**
  5085.      * Gets the private 'form.type.entity' shared service.
  5086.      *
  5087.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5088.      */
  5089.     protected function getForm_Type_EntityService()
  5090.     {
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5095.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5096.     }
  5097.     /**
  5098.      * Gets the private 'form.type.form' shared service.
  5099.      *
  5100.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5101.      */
  5102.     protected function getForm_Type_FormService()
  5103.     {
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5108.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5109.     }
  5110.     /**
  5111.      * Gets the private 'form.type_extension.csrf' shared service.
  5112.      *
  5113.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5114.      */
  5115.     protected function getForm_TypeExtension_CsrfService()
  5116.     {
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5120.         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()));
  5121.     }
  5122.     /**
  5123.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5124.      *
  5125.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5126.      */
  5127.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5132.         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()));
  5133.     }
  5134.     /**
  5135.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5136.      *
  5137.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5138.      */
  5139.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5140.     {
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5146.         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())));
  5147.     }
  5148.     /**
  5149.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5150.      *
  5151.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5152.      */
  5153.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5154.     {
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5158.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5159.     }
  5160.     /**
  5161.      * Gets the private 'form.type_extension.form.validator' shared service.
  5162.      *
  5163.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5164.      */
  5165.     protected function getForm_TypeExtension_Form_ValidatorService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5171.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  5172.     }
  5173.     /**
  5174.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5175.      *
  5176.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5177.      */
  5178.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5179.     {
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5183.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5184.     }
  5185.     /**
  5186.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5187.      *
  5188.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5189.      */
  5190.     protected function getForm_TypeGuesser_DoctrineService()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5194.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5195.     }
  5196.     /**
  5197.      * Gets the private 'form.type_guesser.validator' shared service.
  5198.      *
  5199.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5200.      */
  5201.     protected function getForm_TypeGuesser_ValidatorService()
  5202.     {
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5205.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  5206.     }
  5207.     /**
  5208.      * Gets the private 'fragment.renderer.inline' shared service.
  5209.      *
  5210.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5211.      */
  5212.     protected function getFragment_Renderer_InlineService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5217.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5218.         $instance->setFragmentPath('/_fragment');
  5219.         return $instance;
  5220.     }
  5221.     /**
  5222.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5223.      *
  5224.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5225.      */
  5226.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5227.     {
  5228.         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())));
  5229.     }
  5230.     /**
  5231.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5232.      *
  5233.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5234.      */
  5235.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5236.     {
  5237.         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()));
  5238.     }
  5239.     /**
  5240.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5241.      *
  5242.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5243.      */
  5244.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5245.     {
  5246.         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]);
  5247.     }
  5248.     /**
  5249.      * Gets the private 'locale_aware_listener' shared service.
  5250.      *
  5251.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5252.      */
  5253.     protected function getLocaleAwareListenerService()
  5254.     {
  5255.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5256.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5257.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'locale_listener' shared service.
  5261.      *
  5262.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5263.      */
  5264.     protected function getLocaleListenerService()
  5265.     {
  5266.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()));
  5267.     }
  5268.     /**
  5269.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5270.      *
  5271.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5272.      */
  5273.     protected function getMaker_AutoCommand_MakeAuthService()
  5274.     {
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5281.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5282.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5283.         $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);
  5284.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5285.         $instance->setName('make:auth');
  5286.         return $instance;
  5287.     }
  5288.     /**
  5289.      * Gets the private 'maker.auto_command.make_command' shared service.
  5290.      *
  5291.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5292.      */
  5293.     protected function getMaker_AutoCommand_MakeCommandService()
  5294.     {
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5300.         $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()));
  5301.         $instance->setDescription('Creates a new console command class');
  5302.         $instance->setName('make:command');
  5303.         return $instance;
  5304.     }
  5305.     /**
  5306.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5307.      *
  5308.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5309.      */
  5310.     protected function getMaker_AutoCommand_MakeControllerService()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5317.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5318.         $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()));
  5319.         $instance->setDescription('Creates a new controller class');
  5320.         $instance->setName('make:controller');
  5321.         return $instance;
  5322.     }
  5323.     /**
  5324.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5325.      *
  5326.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5327.      */
  5328.     protected function getMaker_AutoCommand_MakeCrudService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5335.         $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()));
  5336.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5337.         $instance->setName('make:crud');
  5338.         return $instance;
  5339.     }
  5340.     /**
  5341.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5342.      *
  5343.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5344.      */
  5345.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5352.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5353.         $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()));
  5354.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5355.         $instance->setName('make:docker:database');
  5356.         return $instance;
  5357.     }
  5358.     /**
  5359.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5360.      *
  5361.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5362.      */
  5363.     protected function getMaker_AutoCommand_MakeEntityService()
  5364.     {
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5371.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5372.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5373.         $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);
  5374.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5375.         $instance->setName('make:entity');
  5376.         return $instance;
  5377.     }
  5378.     /**
  5379.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5380.      *
  5381.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5382.      */
  5383.     protected function getMaker_AutoCommand_MakeFixturesService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5390.         $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()));
  5391.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5392.         $instance->setName('make:fixtures');
  5393.         return $instance;
  5394.     }
  5395.     /**
  5396.      * Gets the private 'maker.auto_command.make_form' shared service.
  5397.      *
  5398.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5399.      */
  5400.     protected function getMaker_AutoCommand_MakeFormService()
  5401.     {
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5407.         $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()));
  5408.         $instance->setDescription('Creates a new form class');
  5409.         $instance->setName('make:form');
  5410.         return $instance;
  5411.     }
  5412.     /**
  5413.      * Gets the private 'maker.auto_command.make_message' shared service.
  5414.      *
  5415.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5416.      */
  5417.     protected function getMaker_AutoCommand_MakeMessageService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5424.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5425.         $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()));
  5426.         $instance->setDescription('Creates a new message and handler');
  5427.         $instance->setName('make:message');
  5428.         return $instance;
  5429.     }
  5430.     /**
  5431.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5432.      *
  5433.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5434.      */
  5435.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5442.         $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()));
  5443.         $instance->setDescription('Creates a new messenger middleware');
  5444.         $instance->setName('make:messenger-middleware');
  5445.         return $instance;
  5446.     }
  5447.     /**
  5448.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5449.      *
  5450.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5451.      */
  5452.     protected function getMaker_AutoCommand_MakeMigrationService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5460.         $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()));
  5461.         $instance->setDescription('Creates a new migration based on database changes');
  5462.         $instance->setName('make:migration');
  5463.         return $instance;
  5464.     }
  5465.     /**
  5466.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5467.      *
  5468.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5469.      */
  5470.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5471.     {
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5477.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5478.         $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()));
  5479.         $instance->setDescription('Creates a new registration form system');
  5480.         $instance->setName('make:registration-form');
  5481.         return $instance;
  5482.     }
  5483.     /**
  5484.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5485.      *
  5486.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5487.      */
  5488.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5495.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5496.         $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()));
  5497.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5498.         $instance->setName('make:reset-password');
  5499.         return $instance;
  5500.     }
  5501.     /**
  5502.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5503.      *
  5504.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5505.      */
  5506.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5507.     {
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5513.         $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()));
  5514.         $instance->setDescription('Creates a new serializer encoder class');
  5515.         $instance->setName('make:serializer:encoder');
  5516.         return $instance;
  5517.     }
  5518.     /**
  5519.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5520.      *
  5521.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5522.      */
  5523.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5530.         $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()));
  5531.         $instance->setDescription('Creates a new serializer normalizer class');
  5532.         $instance->setName('make:serializer:normalizer');
  5533.         return $instance;
  5534.     }
  5535.     /**
  5536.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5537.      *
  5538.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5539.      */
  5540.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5548.         $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()));
  5549.         $instance->setDescription('Creates a new event subscriber class');
  5550.         $instance->setName('make:subscriber');
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the private 'maker.auto_command.make_test' shared service.
  5555.      *
  5556.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5557.      */
  5558.     protected function getMaker_AutoCommand_MakeTestService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5566.         $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()));
  5567.         $instance->setDescription('Creates a new test class');
  5568.         $instance->setName('make:test');
  5569.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5570.         return $instance;
  5571.     }
  5572.     /**
  5573.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5574.      *
  5575.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5576.      */
  5577.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5578.     {
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5584.         $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()));
  5585.         $instance->setDescription('Creates a new Twig extension class');
  5586.         $instance->setName('make:twig-extension');
  5587.         return $instance;
  5588.     }
  5589.     /**
  5590.      * Gets the private 'maker.auto_command.make_user' shared service.
  5591.      *
  5592.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5593.      */
  5594.     protected function getMaker_AutoCommand_MakeUserService()
  5595.     {
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5603.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5604.         $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()));
  5605.         $instance->setDescription('Creates a new security user class');
  5606.         $instance->setName('make:user');
  5607.         return $instance;
  5608.     }
  5609.     /**
  5610.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5611.      *
  5612.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5613.      */
  5614.     protected function getMaker_AutoCommand_MakeValidatorService()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5621.         $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()));
  5622.         $instance->setDescription('Creates a new validator and constraint class');
  5623.         $instance->setName('make:validator');
  5624.         return $instance;
  5625.     }
  5626.     /**
  5627.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5628.      *
  5629.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5630.      */
  5631.     protected function getMaker_AutoCommand_MakeVoterService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5638.         $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()));
  5639.         $instance->setDescription('Creates a new security voter class');
  5640.         $instance->setName('make:voter');
  5641.         return $instance;
  5642.     }
  5643.     /**
  5644.      * Gets the private 'maker.doctrine_helper' shared service.
  5645.      *
  5646.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5647.      */
  5648.     protected function getMaker_DoctrineHelperService()
  5649.     {
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5651.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5652.         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]]]);
  5653.     }
  5654.     /**
  5655.      * Gets the private 'maker.entity_class_generator' shared service.
  5656.      *
  5657.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5658.      */
  5659.     protected function getMaker_EntityClassGeneratorService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5662.         $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()));
  5663.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5664.         return $instance;
  5665.     }
  5666.     /**
  5667.      * Gets the private 'maker.file_manager' shared service.
  5668.      *
  5669.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5670.      */
  5671.     protected function getMaker_FileManagerService()
  5672.     {
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5678.         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'));
  5679.     }
  5680.     /**
  5681.      * Gets the private 'maker.generator' shared service.
  5682.      *
  5683.      * @return \Symfony\Bundle\MakerBundle\Generator
  5684.      */
  5685.     protected function getMaker_GeneratorService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5689.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5690.         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));
  5691.     }
  5692.     /**
  5693.      * Gets the private 'maker.php_compat_util' shared service.
  5694.      *
  5695.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5696.      */
  5697.     protected function getMaker_PhpCompatUtilService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5700.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5701.     }
  5702.     /**
  5703.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5704.      *
  5705.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5706.      */
  5707.     protected function getMaker_Renderer_FormTypeRendererService()
  5708.     {
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5710.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5711.     }
  5712.     /**
  5713.      * Gets the private 'mime_types' shared service.
  5714.      *
  5715.      * @return \Symfony\Component\Mime\MimeTypes
  5716.      */
  5717.     protected function getMimeTypesService()
  5718.     {
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5722.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5723.         $instance->setDefault($instance);
  5724.         return $instance;
  5725.     }
  5726.     /**
  5727.      * Gets the private 'monolog.command.server_log' shared service.
  5728.      *
  5729.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5730.      */
  5731.     protected function getMonolog_Command_ServerLogService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5735.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5736.         $instance->setName('server:log');
  5737.         return $instance;
  5738.     }
  5739.     /**
  5740.      * Gets the private 'monolog.handler.console' shared service.
  5741.      *
  5742.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5743.      */
  5744.     protected function getMonolog_Handler_ConsoleService()
  5745.     {
  5746.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5747.     }
  5748.     /**
  5749.      * Gets the private 'monolog.handler.main' shared service.
  5750.      *
  5751.      * @return \Monolog\Handler\StreamHandler
  5752.      */
  5753.     protected function getMonolog_Handler_MainService()
  5754.     {
  5755.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5756.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5757.         return $instance;
  5758.     }
  5759.     /**
  5760.      * Gets the private 'monolog.logger' shared service.
  5761.      *
  5762.      * @return \Symfony\Bridge\Monolog\Logger
  5763.      */
  5764.     protected function getMonolog_LoggerService()
  5765.     {
  5766.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5767.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5768.         $instance->useMicrosecondTimestamps(true);
  5769.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5770.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5772.         return $instance;
  5773.     }
  5774.     /**
  5775.      * Gets the private 'monolog.logger.cache' shared service.
  5776.      *
  5777.      * @return \Symfony\Bridge\Monolog\Logger
  5778.      */
  5779.     protected function getMonolog_Logger_CacheService()
  5780.     {
  5781.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5782.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5783.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5784.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5785.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5786.         return $instance;
  5787.     }
  5788.     /**
  5789.      * Gets the private 'monolog.logger.request' shared service.
  5790.      *
  5791.      * @return \Symfony\Bridge\Monolog\Logger
  5792.      */
  5793.     protected function getMonolog_Logger_RequestService()
  5794.     {
  5795.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5796.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5797.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5798.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5799.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5800.         return $instance;
  5801.     }
  5802.     /**
  5803.      * Gets the private 'monolog.logger.security' shared service.
  5804.      *
  5805.      * @return \Symfony\Bridge\Monolog\Logger
  5806.      */
  5807.     protected function getMonolog_Logger_SecurityService()
  5808.     {
  5809.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5810.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5811.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5812.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5813.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5814.         return $instance;
  5815.     }
  5816.     /**
  5817.      * Gets the private 'parameter_bag' shared service.
  5818.      *
  5819.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5820.      */
  5821.     protected function getParameterBagService()
  5822.     {
  5823.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5824.     }
  5825.     /**
  5826.      * Gets the private 'profiler_listener' shared service.
  5827.      *
  5828.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5829.      */
  5830.     protected function getProfilerListenerService()
  5831.     {
  5832.         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);
  5833.     }
  5834.     /**
  5835.      * Gets the private 'property_accessor' shared service.
  5836.      *
  5837.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5838.      */
  5839.     protected function getPropertyAccessorService()
  5840.     {
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5843.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5844.     }
  5845.     /**
  5846.      * Gets the private 'property_info' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5849.      */
  5850.     protected function getPropertyInfoService()
  5851.     {
  5852.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5853.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5854.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5855.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5856.         }, 3), new RewindableGenerator(function () {
  5857.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5858.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5859.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5860.         }, 3), new RewindableGenerator(function () {
  5861.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5862.         }, 1), new RewindableGenerator(function () {
  5863.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5864.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5865.         }, 2), new RewindableGenerator(function () {
  5866.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5867.         }, 1));
  5868.     }
  5869.     /**
  5870.      * Gets the private 'property_info.serializer_extractor' shared service.
  5871.      *
  5872.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5873.      */
  5874.     protected function getPropertyInfo_SerializerExtractorService()
  5875.     {
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5877.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5878.     }
  5879.     /**
  5880.      * Gets the private 'router.cache_warmer' shared service.
  5881.      *
  5882.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5883.      */
  5884.     protected function getRouter_CacheWarmerService()
  5885.     {
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5888.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5889.             'router' => ['services''router''getRouterService'false],
  5890.         ], [
  5891.             'router' => '?',
  5892.         ]))->withContext('router.cache_warmer'$this));
  5893.     }
  5894.     /**
  5895.      * Gets the private 'router.request_context' shared service.
  5896.      *
  5897.      * @return \Symfony\Component\Routing\RequestContext
  5898.      */
  5899.     protected function getRouter_RequestContextService()
  5900.     {
  5901.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5902.     }
  5903.     /**
  5904.      * Gets the private 'router_listener' shared service.
  5905.      *
  5906.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5907.      */
  5908.     protected function getRouterListenerService()
  5909.     {
  5910.         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);
  5911.     }
  5912.     /**
  5913.      * Gets the private 'security.access_listener' shared service.
  5914.      *
  5915.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5916.      */
  5917.     protected function getSecurity_AccessListenerService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5923.         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()));
  5924.     }
  5925.     /**
  5926.      * Gets the private 'security.access_map' shared service.
  5927.      *
  5928.      * @return \Symfony\Component\Security\Http\AccessMap
  5929.      */
  5930.     protected function getSecurity_AccessMapService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5936.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5937.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/login'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5938.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/create-account'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5939.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/forgot-password'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5940.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/update-credentials'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5941.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/mailbox/listener'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5942.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/member/'), [=> 'ROLE_AGENT'], NULL);
  5943.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5944.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/create-ticket'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5945.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/forgot-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5946.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/update-credentials'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5947.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/customer/'), [=> 'ROLE_CUSTOMER'], NULL);
  5948.         return $instance;
  5949.     }
  5950.     /**
  5951.      * Gets the private 'security.authentication.listener.anonymous.back_support' shared service.
  5952.      *
  5953.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5954.      */
  5955.     protected function getSecurity_Authentication_Listener_Anonymous_BackSupportService()
  5956.     {
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5961.         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()));
  5962.     }
  5963.     /**
  5964.      * Gets the private 'security.authentication.listener.anonymous.customer' shared service.
  5965.      *
  5966.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5967.      */
  5968.     protected function getSecurity_Authentication_Listener_Anonymous_CustomerService()
  5969.     {
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5974.         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()));
  5975.     }
  5976.     /**
  5977.      * Gets the private 'security.authentication.listener.form.back_support' shared service.
  5978.      *
  5979.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5980.      */
  5981.     protected function getSecurity_Authentication_Listener_Form_BackSupportService()
  5982.     {
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5995.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5996.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  5997.         $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']);
  5998.         $b->setProviderKey('back_support');
  5999.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6000.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  6001.         $d->setOptions(['login_path' => 'helpdesk_member_handle_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6002.         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);
  6003.     }
  6004.     /**
  6005.      * Gets the private 'security.authentication.listener.form.customer' shared service.
  6006.      *
  6007.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6008.      */
  6009.     protected function getSecurity_Authentication_Listener_Form_CustomerService()
  6010.     {
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6023.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6024.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  6025.         $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']);
  6026.         $b->setProviderKey('customer');
  6027.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6028.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  6029.         $d->setOptions(['login_path' => 'helpdesk_customer_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6030.         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);
  6031.     }
  6032.     /**
  6033.      * Gets the private 'security.authentication.manager' shared service.
  6034.      *
  6035.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6036.      */
  6037.     protected function getSecurity_Authentication_ManagerService()
  6038.     {
  6039.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6040.             yield => ($this->privates['security.authentication.provider.dao.back_support'] ?? $this->getSecurity_Authentication_Provider_Dao_BackSupportService());
  6041.             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'))));
  6042.             yield => ($this->privates['security.authentication.provider.dao.customer'] ?? $this->getSecurity_Authentication_Provider_Dao_CustomerService());
  6043.             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'))));
  6044.         }, 4), true);
  6045.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6046.         return $instance;
  6047.     }
  6048.     /**
  6049.      * Gets the private 'security.authentication.provider.dao.back_support' shared service.
  6050.      *
  6051.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6052.      */
  6053.     protected function getSecurity_Authentication_Provider_Dao_BackSupportService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6060.         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);
  6061.     }
  6062.     /**
  6063.      * Gets the private 'security.authentication.provider.dao.customer' shared service.
  6064.      *
  6065.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6066.      */
  6067.     protected function getSecurity_Authentication_Provider_Dao_CustomerService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6074.         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);
  6075.     }
  6076.     /**
  6077.      * Gets the private 'security.channel_listener' shared service.
  6078.      *
  6079.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6080.      */
  6081.     protected function getSecurity_ChannelListenerService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  6089.         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()));
  6090.     }
  6091.     /**
  6092.      * Gets the private 'security.command.user_password_encoder' shared service.
  6093.      *
  6094.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6095.      */
  6096.     protected function getSecurity_Command_UserPasswordEncoderService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  6100.         $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']);
  6101.         $instance->setName('security:encode-password');
  6102.         return $instance;
  6103.     }
  6104.     /**
  6105.      * Gets the private 'security.context_listener.0' shared service.
  6106.      *
  6107.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6108.      */
  6109.     protected function getSecurity_ContextListener_0Service()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6115.         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 () {
  6116.             yield => ($this->services['user.provider'] ?? $this->getUser_ProviderService());
  6117.         }, 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']);
  6118.     }
  6119.     /**
  6120.      * Gets the private 'security.context_listener.1' shared service.
  6121.      *
  6122.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6123.      */
  6124.     protected function getSecurity_ContextListener_1Service()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6130.         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 () {
  6131.             yield => ($this->services['user.provider'] ?? $this->getUser_ProviderService());
  6132.         }, 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']);
  6133.     }
  6134.     /**
  6135.      * Gets the private 'security.csrf.token_storage' shared service.
  6136.      *
  6137.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6138.      */
  6139.     protected function getSecurity_Csrf_TokenStorageService()
  6140.     {
  6141.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  6142.     }
  6143.     /**
  6144.      * Gets the private 'security.encoder_factory.generic' shared service.
  6145.      *
  6146.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6147.      */
  6148.     protected function getSecurity_EncoderFactory_GenericService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  6152.         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]]);
  6153.     }
  6154.     /**
  6155.      * Gets the private 'security.firewall.map' shared service.
  6156.      *
  6157.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6158.      */
  6159.     protected function getSecurity_Firewall_MapService()
  6160.     {
  6161.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6162.             'security.firewall.map.context.back_support' => ['privates''security.firewall.map.context.back_support''getSecurity_Firewall_Map_Context_BackSupportService'false],
  6163.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'false],
  6164.         ], [
  6165.             'security.firewall.map.context.back_support' => '?',
  6166.             'security.firewall.map.context.customer' => '?',
  6167.         ]), new RewindableGenerator(function () {
  6168.             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')));
  6169.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.01Y6ZVJ'] ?? ($this->privates['.security.request_matcher.01Y6ZVJ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/')));
  6170.         }, 2));
  6171.     }
  6172.     /**
  6173.      * Gets the private 'security.firewall.map.context.back_support' shared service.
  6174.      *
  6175.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6176.      */
  6177.     protected function getSecurity_Firewall_Map_Context_BackSupportService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6193.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6194.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6195.         $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']);
  6196.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6197.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6198.         return $this->privates['security.firewall.map.context.back_support'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6199.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6200.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6201.             yield => ($this->privates['security.authentication.listener.form.back_support'] ?? $this->getSecurity_Authentication_Listener_Form_BackSupportService());
  6202.             yield => ($this->privates['security.authentication.listener.anonymous.back_support'] ?? $this->getSecurity_Authentication_Listener_Anonymous_BackSupportService());
  6203.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6204.         }, 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));
  6205.     }
  6206.     /**
  6207.      * Gets the private 'security.firewall.map.context.customer' shared service.
  6208.      *
  6209.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6210.      */
  6211.     protected function getSecurity_Firewall_Map_Context_CustomerService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6227.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6228.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6229.         $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']);
  6230.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6231.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6232.         return $this->privates['security.firewall.map.context.customer'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6233.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6234.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  6235.             yield => ($this->privates['security.authentication.listener.form.customer'] ?? $this->getSecurity_Authentication_Listener_Form_CustomerService());
  6236.             yield => ($this->privates['security.authentication.listener.anonymous.customer'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CustomerService());
  6237.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6238.         }, 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));
  6239.     }
  6240.     /**
  6241.      * Gets the private 'security.http_utils' shared service.
  6242.      *
  6243.      * @return \Symfony\Component\Security\Http\HttpUtils
  6244.      */
  6245.     protected function getSecurity_HttpUtilsService()
  6246.     {
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6248.         $a = ($this->services['router'] ?? $this->getRouterService());
  6249.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6250.     }
  6251.     /**
  6252.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  6253.      *
  6254.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  6255.      */
  6256.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  6260.         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()));
  6261.     }
  6262.     /**
  6263.      * Gets the private 'security.logout_url_generator' shared service.
  6264.      *
  6265.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6266.      */
  6267.     protected function getSecurity_LogoutUrlGeneratorService()
  6268.     {
  6269.         $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()));
  6270.         $instance->registerListener('back_support''helpdesk_member_handle_logout''logout''_csrf_token'NULLNULL);
  6271.         $instance->registerListener('customer''helpdesk_customer_logout''logout''_csrf_token'NULLNULL);
  6272.         return $instance;
  6273.     }
  6274.     /**
  6275.      * Gets the private 'security.role_hierarchy' shared service.
  6276.      *
  6277.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  6278.      */
  6279.     protected function getSecurity_RoleHierarchyService()
  6280.     {
  6281.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  6282.     }
  6283.     /**
  6284.      * Gets the private 'security.validator.user_password' shared service.
  6285.      *
  6286.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6287.      */
  6288.     protected function getSecurity_Validator_UserPasswordService()
  6289.     {
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6293.         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()));
  6294.     }
  6295.     /**
  6296.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6297.      *
  6298.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6299.      */
  6300.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6301.     {
  6302.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6303.     }
  6304.     /**
  6305.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6306.      *
  6307.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6308.      */
  6309.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6310.     {
  6311.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6312.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6313.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6314.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6315.     }
  6316.     /**
  6317.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6318.      *
  6319.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6320.      */
  6321.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6322.     {
  6323.         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()));
  6324.     }
  6325.     /**
  6326.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6327.      *
  6328.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6329.      */
  6330.     protected function getSensioFrameworkExtra_View_ListenerService()
  6331.     {
  6332.         $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))));
  6333.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6334.             'twig' => ['services''twig''getTwigService'false],
  6335.         ], [
  6336.             'twig' => 'Twig\\Environment',
  6337.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6338.         return $instance;
  6339.     }
  6340.     /**
  6341.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6342.      *
  6343.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6344.      */
  6345.     protected function getSerializer_Mapping_CacheWarmerService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6352.         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'));
  6353.     }
  6354.     /**
  6355.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6356.      *
  6357.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6358.      */
  6359.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6367.         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()))]));
  6368.     }
  6369.     /**
  6370.      * Gets the private 'session.storage.native' shared service.
  6371.      *
  6372.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6373.      */
  6374.     protected function getSession_Storage_NativeService()
  6375.     {
  6376.         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));
  6377.     }
  6378.     /**
  6379.      * Gets the private 'session_listener' shared service.
  6380.      *
  6381.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6382.      */
  6383.     protected function getSessionListenerService()
  6384.     {
  6385.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6386.             'initialized_session' => ['services''session'NULLfalse],
  6387.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6388.             'session' => ['services''session''getSessionService'false],
  6389.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6390.         ], [
  6391.             'initialized_session' => '?',
  6392.             'request_stack' => '?',
  6393.             'session' => '?',
  6394.             'session_storage' => '?',
  6395.         ]));
  6396.     }
  6397.     /**
  6398.      * Gets the private 'swiftmailer.command.debug' shared service.
  6399.      *
  6400.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  6401.      */
  6402.     protected function getSwiftmailer_Command_DebugService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  6407.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  6408.         $instance->setName('debug:swiftmailer');
  6409.         return $instance;
  6410.     }
  6411.     /**
  6412.      * Gets the private 'swiftmailer.command.new_email' shared service.
  6413.      *
  6414.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  6415.      */
  6416.     protected function getSwiftmailer_Command_NewEmailService()
  6417.     {
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  6421.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  6422.         $instance->setName('swiftmailer:email:send');
  6423.         return $instance;
  6424.     }
  6425.     /**
  6426.      * Gets the private 'swiftmailer.command.send_email' shared service.
  6427.      *
  6428.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  6429.      */
  6430.     protected function getSwiftmailer_Command_SendEmailService()
  6431.     {
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  6435.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  6436.         $instance->setName('swiftmailer:spool:send');
  6437.         return $instance;
  6438.     }
  6439.     /**
  6440.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  6441.      *
  6442.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  6443.      */
  6444.     protected function getSwiftmailer_EmailSender_ListenerService()
  6445.     {
  6446.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  6447.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6448.     }
  6449.     /**
  6450.      * Gets the private 'translation.extractor' shared service.
  6451.      *
  6452.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6453.      */
  6454.     protected function getTranslation_ExtractorService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6461.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6462.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6463.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  6464.         return $instance;
  6465.     }
  6466.     /**
  6467.      * Gets the private 'translation.loader.csv' shared service.
  6468.      *
  6469.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6470.      */
  6471.     protected function getTranslation_Loader_CsvService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6477.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6478.     }
  6479.     /**
  6480.      * Gets the private 'translation.loader.dat' shared service.
  6481.      *
  6482.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6483.      */
  6484.     protected function getTranslation_Loader_DatService()
  6485.     {
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6489.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6490.     }
  6491.     /**
  6492.      * Gets the private 'translation.loader.ini' shared service.
  6493.      *
  6494.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6495.      */
  6496.     protected function getTranslation_Loader_IniService()
  6497.     {
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6502.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6503.     }
  6504.     /**
  6505.      * Gets the private 'translation.loader.json' shared service.
  6506.      *
  6507.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6508.      */
  6509.     protected function getTranslation_Loader_JsonService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6515.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6516.     }
  6517.     /**
  6518.      * Gets the private 'translation.loader.mo' shared service.
  6519.      *
  6520.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6521.      */
  6522.     protected function getTranslation_Loader_MoService()
  6523.     {
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6528.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6529.     }
  6530.     /**
  6531.      * Gets the private 'translation.loader.php' shared service.
  6532.      *
  6533.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6534.      */
  6535.     protected function getTranslation_Loader_PhpService()
  6536.     {
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6541.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6542.     }
  6543.     /**
  6544.      * Gets the private 'translation.loader.po' shared service.
  6545.      *
  6546.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6547.      */
  6548.     protected function getTranslation_Loader_PoService()
  6549.     {
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6554.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6555.     }
  6556.     /**
  6557.      * Gets the private 'translation.loader.qt' shared service.
  6558.      *
  6559.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6560.      */
  6561.     protected function getTranslation_Loader_QtService()
  6562.     {
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6565.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6566.     }
  6567.     /**
  6568.      * Gets the private 'translation.loader.res' shared service.
  6569.      *
  6570.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6571.      */
  6572.     protected function getTranslation_Loader_ResService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6576.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6577.     }
  6578.     /**
  6579.      * Gets the private 'translation.loader.xliff' shared service.
  6580.      *
  6581.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6582.      */
  6583.     protected function getTranslation_Loader_XliffService()
  6584.     {
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6587.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6588.     }
  6589.     /**
  6590.      * Gets the private 'translation.loader.yml' shared service.
  6591.      *
  6592.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6593.      */
  6594.     protected function getTranslation_Loader_YmlService()
  6595.     {
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6600.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6601.     }
  6602.     /**
  6603.      * Gets the private 'translation.reader' shared service.
  6604.      *
  6605.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6606.      */
  6607.     protected function getTranslation_ReaderService()
  6608.     {
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6625.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6626.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6627.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6628.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6629.         $instance->addLoader('yaml'$a);
  6630.         $instance->addLoader('yml'$a);
  6631.         $instance->addLoader('xlf'$b);
  6632.         $instance->addLoader('xliff'$b);
  6633.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6634.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6635.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6636.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6637.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6638.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6639.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6640.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6641.         return $instance;
  6642.     }
  6643.     /**
  6644.      * Gets the private 'translation.warmer' shared service.
  6645.      *
  6646.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6647.      */
  6648.     protected function getTranslation_WarmerService()
  6649.     {
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6652.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6653.             'translator' => ['services''translator''getTranslatorService'false],
  6654.         ], [
  6655.             'translator' => '?',
  6656.         ]))->withContext('translation.warmer'$this));
  6657.     }
  6658.     /**
  6659.      * Gets the private 'translator.default' shared service.
  6660.      *
  6661.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6662.      */
  6663.     protected function getTranslator_DefaultService()
  6664.     {
  6665.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6666.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6667.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6668.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6669.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6670.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6671.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6672.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6673.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6674.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6675.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6676.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6677.         ], [
  6678.             'translation.loader.csv' => '?',
  6679.             'translation.loader.dat' => '?',
  6680.             'translation.loader.ini' => '?',
  6681.             'translation.loader.json' => '?',
  6682.             'translation.loader.mo' => '?',
  6683.             'translation.loader.php' => '?',
  6684.             'translation.loader.po' => '?',
  6685.             'translation.loader.qt' => '?',
  6686.             'translation.loader.res' => '?',
  6687.             'translation.loader.xliff' => '?',
  6688.             'translation.loader.yml' => '?',
  6689.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['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']]]);
  6690.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6691.         $instance->setFallbackLocales([=> 'de']);
  6692.         return $instance;
  6693.     }
  6694.     /**
  6695.      * Gets the private 'twig.command.debug' shared service.
  6696.      *
  6697.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6698.      */
  6699.     protected function getTwig_Command_DebugService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6703.         $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'));
  6704.         $instance->setName('debug:twig');
  6705.         return $instance;
  6706.     }
  6707.     /**
  6708.      * Gets the private 'twig.command.lint' shared service.
  6709.      *
  6710.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6711.      */
  6712.     protected function getTwig_Command_LintService()
  6713.     {
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6717.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6718.         $instance->setName('lint:twig');
  6719.         return $instance;
  6720.     }
  6721.     /**
  6722.      * Gets the private 'twig.form.renderer' shared service.
  6723.      *
  6724.      * @return \Symfony\Component\Form\FormRenderer
  6725.      */
  6726.     protected function getTwig_Form_RendererService()
  6727.     {
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6733.         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()));
  6734.     }
  6735.     /**
  6736.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6737.      *
  6738.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6739.      */
  6740.     protected function getTwig_Runtime_HttpkernelService()
  6741.     {
  6742.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6745.         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, [
  6746.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6747.         ], [
  6748.             'inline' => '?',
  6749.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6750.     }
  6751.     /**
  6752.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6753.      *
  6754.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6755.      */
  6756.     protected function getTwig_Runtime_SecurityCsrfService()
  6757.     {
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6759.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6760.     }
  6761.     /**
  6762.      * Gets the private 'twig.template_cache_warmer' shared service.
  6763.      *
  6764.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6765.      */
  6766.     protected function getTwig_TemplateCacheWarmerService()
  6767.     {
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6772.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6773.             'twig' => ['services''twig''getTwigService'false],
  6774.         ], [
  6775.             'twig' => 'Twig\\Environment',
  6776.         ]))->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')));
  6777.     }
  6778.     /**
  6779.      * Gets the private 'validator.builder' shared service.
  6780.      *
  6781.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6782.      */
  6783.     protected function getValidator_BuilderService()
  6784.     {
  6785.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6786.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6787.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6788.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6789.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6790.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6791.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6792.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6793.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6794.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6795.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6796.         ], [
  6797.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6798.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6799.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6800.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6801.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6802.             'doctrine.orm.validator.unique' => '?',
  6803.             'security.validator.user_password' => '?',
  6804.             'validator.expression' => '?',
  6805.         ])));
  6806.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6807.         $instance->setTranslationDomain('validators');
  6808.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6809.         $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')]);
  6810.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6811.         $instance->addMethodMapping('loadValidatorMetadata');
  6812.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6813.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6814.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6815.         return $instance;
  6816.     }
  6817.     /**
  6818.      * Gets the private 'validator.email' shared service.
  6819.      *
  6820.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6821.      */
  6822.     protected function getValidator_EmailService()
  6823.     {
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6827.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6828.     }
  6829.     /**
  6830.      * Gets the private 'validator.expression' shared service.
  6831.      *
  6832.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6833.      */
  6834.     protected function getValidator_ExpressionService()
  6835.     {
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6839.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6840.     }
  6841.     /**
  6842.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6843.      *
  6844.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6845.      */
  6846.     protected function getValidator_Mapping_CacheWarmerService()
  6847.     {
  6848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6851.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6852.     }
  6853.     /**
  6854.      * Gets the private 'validator.not_compromised_password' shared service.
  6855.      *
  6856.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6857.      */
  6858.     protected function getValidator_NotCompromisedPasswordService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6863.         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);
  6864.     }
  6865.     /**
  6866.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6867.      *
  6868.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6869.      */
  6870.     protected function getVarDumper_Command_ServerDumpService()
  6871.     {
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6878.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6879.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6880.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6881.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6882.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6883.         $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()))]);
  6884.         $instance->setName('server:dump');
  6885.         return $instance;
  6886.     }
  6887.     /**
  6888.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6889.      *
  6890.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6891.      */
  6892.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6893.     {
  6894.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6895.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6896.         return $instance;
  6897.     }
  6898.     /**
  6899.      * Gets the private 'var_dumper.html_dumper' shared service.
  6900.      *
  6901.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6902.      */
  6903.     protected function getVarDumper_HtmlDumperService()
  6904.     {
  6905.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6906.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6907.         return $instance;
  6908.     }
  6909.     /**
  6910.      * Gets the private 'var_dumper.server_connection' shared service.
  6911.      *
  6912.      * @return \Symfony\Component\VarDumper\Server\Connection
  6913.      */
  6914.     protected function getVarDumper_ServerConnectionService()
  6915.     {
  6916.         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()]);
  6917.     }
  6918.     /**
  6919.      * Gets the private 'web_profiler.csp.handler' shared service.
  6920.      *
  6921.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6922.      */
  6923.     protected function getWebProfiler_Csp_HandlerService()
  6924.     {
  6925.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6926.     }
  6927.     /**
  6928.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6929.      *
  6930.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6931.      */
  6932.     protected function getWebProfiler_DebugToolbarService()
  6933.     {
  6934.         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()));
  6935.     }
  6936.     /**
  6937.      * Gets the private 'web_server.command.server_run' shared service.
  6938.      *
  6939.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  6940.      */
  6941.     protected function getWebServer_Command_ServerRunService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  6945.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  6946.         $instance->setName('server:run');
  6947.         return $instance;
  6948.     }
  6949.     /**
  6950.      * Gets the private 'web_server.command.server_start' shared service.
  6951.      *
  6952.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  6953.      */
  6954.     protected function getWebServer_Command_ServerStartService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  6958.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  6959.         $instance->setName('server:start');
  6960.         return $instance;
  6961.     }
  6962.     /**
  6963.      * Gets the private 'web_server.command.server_status' shared service.
  6964.      *
  6965.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  6966.      */
  6967.     protected function getWebServer_Command_ServerStatusService()
  6968.     {
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  6971.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  6972.         $instance->setName('server:status');
  6973.         return $instance;
  6974.     }
  6975.     /**
  6976.      * Gets the private 'web_server.command.server_stop' shared service.
  6977.      *
  6978.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  6979.      */
  6980.     protected function getWebServer_Command_ServerStopService()
  6981.     {
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  6984.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  6985.         $instance->setName('server:stop');
  6986.         return $instance;
  6987.     }
  6988.     /**
  6989.      * @return array|bool|float|int|string|null
  6990.      */
  6991.     public function getParameter(string $name)
  6992.     {
  6993.         if (isset($this->buildParameters[$name])) {
  6994.             return $this->buildParameters[$name];
  6995.         }
  6996.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6997.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6998.         }
  6999.         if (isset($this->loadedDynamicParameters[$name])) {
  7000.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7001.         }
  7002.         return $this->parameters[$name];
  7003.     }
  7004.     public function hasParameter(string $name): bool
  7005.     {
  7006.         if (isset($this->buildParameters[$name])) {
  7007.             return true;
  7008.         }
  7009.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7010.     }
  7011.     public function setParameter(string $name$value): void
  7012.     {
  7013.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7014.     }
  7015.     public function getParameterBag(): ParameterBagInterface
  7016.     {
  7017.         if (null === $this->parameterBag) {
  7018.             $parameters $this->parameters;
  7019.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7020.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7021.             }
  7022.             foreach ($this->buildParameters as $name => $value) {
  7023.                 $parameters[$name] = $value;
  7024.             }
  7025.             $this->parameterBag = new FrozenParameterBag($parameters);
  7026.         }
  7027.         return $this->parameterBag;
  7028.     }
  7029.     private $loadedDynamicParameters = [
  7030.         'kernel.cache_dir' => false,
  7031.         'kernel.secret' => false,
  7032.         'session.save_path' => false,
  7033.         'validator.mapping.cache.file' => false,
  7034.         'profiler.storage.dsn' => false,
  7035.         'debug.container.dump' => false,
  7036.         'serializer.mapping.cache.file' => false,
  7037.         'doctrine.orm.proxy_dir' => false,
  7038.     ];
  7039.     private $dynamicParameters = [];
  7040.     private function getDynamicParameter(string $name)
  7041.     {
  7042.         switch ($name) {
  7043.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7044.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7045.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7046.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7047.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7048.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  7049.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7050.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7051.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7052.         }
  7053.         $this->loadedDynamicParameters[$name] = true;
  7054.         return $this->dynamicParameters[$name] = $value;
  7055.     }
  7056.     protected function getDefaultParameters(): array
  7057.     {
  7058.         return [
  7059.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  7060.             'kernel.project_dir' => \dirname(__DIR__4),
  7061.             'kernel.environment' => 'dev',
  7062.             'kernel.debug' => true,
  7063.             'kernel.name' => 'src',
  7064.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7065.             'kernel.bundles' => [
  7066.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7067.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7068.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7069.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7070.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  7071.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7072.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7073.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7074.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7075.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7076.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7077.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7078.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7079.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  7080.                 'UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\UVDeskCoreFrameworkBundle',
  7081.                 'UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\UVDeskAutomationBundle',
  7082.                 'UVDeskExtensionFrameworkBundle' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\UVDeskExtensionFrameworkBundle',
  7083.                 'UVDeskMailboxBundle' => 'Webkul\\UVDesk\\MailboxBundle\\UVDeskMailboxBundle',
  7084.                 'UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\UVDeskSupportCenterBundle',
  7085.             ],
  7086.             'kernel.bundles_metadata' => [
  7087.                 'FrameworkBundle' => [
  7088.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7089.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7090.                 ],
  7091.                 'DoctrineBundle' => [
  7092.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7093.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7094.                 ],
  7095.                 'DoctrineFixturesBundle' => [
  7096.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7097.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7098.                 ],
  7099.                 'DoctrineMigrationsBundle' => [
  7100.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7101.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7102.                 ],
  7103.                 'KnpPaginatorBundle' => [
  7104.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  7105.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  7106.                 ],
  7107.                 'SensioFrameworkExtraBundle' => [
  7108.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7109.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7110.                 ],
  7111.                 'DebugBundle' => [
  7112.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7113.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7114.                 ],
  7115.                 'MakerBundle' => [
  7116.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7117.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7118.                 ],
  7119.                 'MonologBundle' => [
  7120.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7121.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7122.                 ],
  7123.                 'SecurityBundle' => [
  7124.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7125.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7126.                 ],
  7127.                 'SwiftmailerBundle' => [
  7128.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  7129.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7130.                 ],
  7131.                 'TwigBundle' => [
  7132.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7133.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7134.                 ],
  7135.                 'WebProfilerBundle' => [
  7136.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7137.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7138.                 ],
  7139.                 'WebServerBundle' => [
  7140.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  7141.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  7142.                 ],
  7143.                 'UVDeskCoreFrameworkBundle' => [
  7144.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework'),
  7145.                     'namespace' => 'Webkul\\UVDesk\\CoreFrameworkBundle',
  7146.                 ],
  7147.                 'UVDeskAutomationBundle' => [
  7148.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle'),
  7149.                     'namespace' => 'Webkul\\UVDesk\\AutomationBundle',
  7150.                 ],
  7151.                 'UVDeskExtensionFrameworkBundle' => [
  7152.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/extension-framework'),
  7153.                     'namespace' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle',
  7154.                 ],
  7155.                 'UVDeskMailboxBundle' => [
  7156.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component'),
  7157.                     'namespace' => 'Webkul\\UVDesk\\MailboxBundle',
  7158.                 ],
  7159.                 'UVDeskSupportCenterBundle' => [
  7160.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle'),
  7161.                     'namespace' => 'Webkul\\UVDesk\\SupportCenterBundle',
  7162.                 ],
  7163.             ],
  7164.             'kernel.charset' => 'UTF-8',
  7165.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  7166.             'container.dumper.inline_class_loader' => true,
  7167.             'container.dumper.inline_factories' => true,
  7168.             'env(DATABASE_URL)' => '',
  7169.             'app_locales' => 'de|en|fr',
  7170.             'assets_default_agent_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png',
  7171.             'assets_default_customer_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png',
  7172.             'assets_default_helpdesk_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png',
  7173.             'uvdesk_site_path.member_prefix' => 'member',
  7174.             'uvdesk_site_path.knowledgebase_customer_prefix' => 'customer',
  7175.             'max_post_size' => 8388608,
  7176.             'max_file_uploads' => 20,
  7177.             'upload_max_filesize' => 2097152,
  7178.             'locale' => 'de',
  7179.             'event_dispatcher.event_aliases' => [
  7180.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7181.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7182.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7183.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7184.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7185.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7186.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7187.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7188.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7189.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7190.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7191.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7192.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7193.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7194.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7195.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7196.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  7197.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  7198.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  7199.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  7200.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  7201.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  7202.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  7203.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7204.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7205.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7206.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7207.             ],
  7208.             'fragment.renderer.hinclude.global_template' => '',
  7209.             'fragment.path' => '/_fragment',
  7210.             'kernel.http_method_override' => true,
  7211.             'kernel.trusted_hosts' => [
  7212.             ],
  7213.             'kernel.default_locale' => 'de',
  7214.             'kernel.error_controller' => 'error_controller',
  7215.             'templating.helper.code.file_link_format' => NULL,
  7216.             'debug.file_link_format' => NULL,
  7217.             'session.metadata.storage_key' => '_sf2_meta',
  7218.             'session.storage.options' => [
  7219.                 'cache_limiter' => '0',
  7220.                 'cookie_secure' => 'auto',
  7221.                 'cookie_httponly' => true,
  7222.                 'cookie_samesite' => 'lax',
  7223.                 'gc_probability' => 1,
  7224.             ],
  7225.             'session.metadata.update_threshold' => 0,
  7226.             'form.type_extension.csrf.enabled' => true,
  7227.             'form.type_extension.csrf.field_name' => '_token',
  7228.             'asset.request_context.base_path' => '',
  7229.             'asset.request_context.secure' => false,
  7230.             'validator.translation_domain' => 'validators',
  7231.             'translator.logging' => false,
  7232.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7233.             'profiler_listener.only_exceptions' => false,
  7234.             'profiler_listener.only_master_requests' => false,
  7235.             'debug.error_handler.throw_at' => -1,
  7236.             'router.request_context.host' => 'localhost',
  7237.             'router.request_context.scheme' => 'http',
  7238.             'router.request_context.base_url' => '',
  7239.             'router.resource' => 'kernel::loadRoutes',
  7240.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  7241.             'request_listener.http_port' => 80,
  7242.             'request_listener.https_port' => 443,
  7243.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7244.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7245.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7246.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7247.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7248.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7249.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7250.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7251.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7252.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7253.             'doctrine.entity_managers' => [
  7254.                 'default' => 'doctrine.orm.default_entity_manager',
  7255.             ],
  7256.             'doctrine.default_entity_manager' => 'default',
  7257.             'doctrine.dbal.connection_factory.types' => [
  7258.             ],
  7259.             'doctrine.connections' => [
  7260.                 'default' => 'doctrine.dbal.default_connection',
  7261.             ],
  7262.             'doctrine.default_connection' => 'default',
  7263.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7264.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7265.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7266.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7267.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7268.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7269.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7270.             'doctrine.orm.cache.memcache_port' => 11211,
  7271.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7272.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7273.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7274.             'doctrine.orm.cache.memcached_port' => 11211,
  7275.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7276.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7277.             'doctrine.orm.cache.redis_host' => 'localhost',
  7278.             'doctrine.orm.cache.redis_port' => 6379,
  7279.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7280.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7281.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7282.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7283.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7284.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7285.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7286.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7287.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7288.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7289.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7290.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7291.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7292.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7293.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7294.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7295.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7296.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7297.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7298.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7299.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7300.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7301.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7302.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7303.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7304.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7305.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7306.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7307.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7308.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7309.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7310.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7311.             'doctrine_migrations.name' => 'Application Migrations',
  7312.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  7313.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  7314.             'doctrine_migrations.table_name' => 'migration_versions',
  7315.             'doctrine_migrations.column_name' => 'version',
  7316.             'doctrine_migrations.column_length' => 14,
  7317.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  7318.             'doctrine_migrations.all_or_nothing' => false,
  7319.             'doctrine_migrations.custom_template' => NULL,
  7320.             'doctrine_migrations.organize_migrations' => false,
  7321.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7322.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7323.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7324.             'knp_paginator.page_range' => 5,
  7325.             'knp_paginator.page_limit' => NULL,
  7326.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7327.             'monolog.use_microseconds' => true,
  7328.             'monolog.swift_mailer.handlers' => [
  7329.             ],
  7330.             'monolog.handlers_to_channels' => [
  7331.                 'monolog.handler.console' => [
  7332.                     'type' => 'exclusive',
  7333.                     'elements' => [
  7334.                         => 'event',
  7335.                         => 'doctrine',
  7336.                         => 'console',
  7337.                     ],
  7338.                 ],
  7339.                 'monolog.handler.main' => [
  7340.                     'type' => 'exclusive',
  7341.                     'elements' => [
  7342.                         => 'event',
  7343.                     ],
  7344.                 ],
  7345.             ],
  7346.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  7347.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  7348.             'security.role_hierarchy.roles' => [
  7349.                 'ROLE_AGENT' => [
  7350.                     => 'ROLE_AGENT',
  7351.                 ],
  7352.                 'ROLE_ADMIN' => [
  7353.                     => 'ROLE_AGENT',
  7354.                     => 'ROLE_ADMIN',
  7355.                 ],
  7356.                 'ROLE_SUPER_ADMIN' => [
  7357.                     => 'ROLE_ADMIN',
  7358.                     => 'ROLE_SUPER_ADMIN',
  7359.                 ],
  7360.                 'ROLE_CUSTOMER' => [
  7361.                     => 'ROLE_CUSTOMER',
  7362.                 ],
  7363.             ],
  7364.             'security.access.denied_url' => NULL,
  7365.             'security.authentication.manager.erase_credentials' => true,
  7366.             'security.authentication.session_strategy.strategy' => 'migrate',
  7367.             'security.access.always_authenticate_before_granting' => false,
  7368.             'security.authentication.hide_user_not_found' => true,
  7369.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  7370.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'tls',
  7371.             'swiftmailer.mailer.default.transport.smtp.port' => 587,
  7372.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtpx.w-hs.de',
  7373.             'swiftmailer.mailer.default.transport.smtp.username' => 'xx50539',
  7374.             'swiftmailer.mailer.default.transport.smtp.password' => 'elH7Vf!5h9i@%su0#pI^aDYuf26Y',
  7375.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  7376.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  7377.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  7378.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  7379.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  7380.                 'ssl' => [
  7381.                     'allow_self_signed' => true,
  7382.                     'verify_peer' => false,
  7383.                     'verify_peer_name' => false,
  7384.                 ],
  7385.             ],
  7386.             'swiftmailer.mailer.default.spool.enabled' => false,
  7387.             'swiftmailer.mailer.default.sender_address' => 'halle1-support@w-hs.de',
  7388.             'swiftmailer.sender_address' => 'halle1-support@w-hs.de',
  7389.             'swiftmailer.mailer.default.single_address' => NULL,
  7390.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7391.             'swiftmailer.spool.enabled' => false,
  7392.             'swiftmailer.delivery.enabled' => true,
  7393.             'swiftmailer.single_address' => NULL,
  7394.             'swiftmailer.mailers' => [
  7395.                 'default' => 'swiftmailer.mailer.default',
  7396.             ],
  7397.             'swiftmailer.default_mailer' => 'default',
  7398.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  7399.             'twig.form.resources' => [
  7400.                 => 'form_div_layout.html.twig',
  7401.             ],
  7402.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7403.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7404.             'web_profiler.debug_toolbar.mode' => 2,
  7405.             'uvdesk.site_url' => 'support.halle1wh.de',
  7406.             'uvdesk.upload_manager.id' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost',
  7407.             'uvdesk.support_email.id' => 'halle1-support@w-hs.de',
  7408.             'uvdesk.support_email.name' => 'Halle1 Support',
  7409.             'uvdesk.support_email.mailer_id' => 'default',
  7410.             'uvdesk.default.ticket.type' => 'support',
  7411.             'uvdesk.default.ticket.status' => 'open',
  7412.             'uvdesk.default.ticket.priority' => 'low',
  7413.             'uvdesk.default.templates.email' => 'mail.html.twig',
  7414.             'uvdesk_extensions.dir' => (\dirname(__DIR__4).'/apps'),
  7415.             'uvdesk.emails.delimiter' => '<-- Please add content above this line -->',
  7416.             'uvdesk.emails.enable_delimiter' => false,
  7417.             'uvdesk.mailboxes' => [
  7418.                 => 'mailbox_5212',
  7419.             ],
  7420.             'uvdesk.mailboxes.mailbox_5212' => [
  7421.                 'name' => 'Halle1 Support',
  7422.                 'enabled' => true,
  7423.                 'deleted' => false,
  7424.                 'smtp_server' => [
  7425.                     'mailer_id' => 'default',
  7426.                 ],
  7427.                 'imap_server' => [
  7428.                     'host' => '{mailx.w-hs.de:993/imap/ssl/novalidate-cert}INBOX',
  7429.                     'username' => 'xx50539',
  7430.                     'password' => 'ZWxIN1ZmITVoOWlAJXN1MCNwSV5hRFl1ZjI2WQ=',
  7431.                 ],
  7432.                 'email' => 'xx50539',
  7433.             ],
  7434.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7435.             'data_collector.templates' => [
  7436.                 'data_collector.request' => [
  7437.                     => 'request',
  7438.                     => '@WebProfiler/Collector/request.html.twig',
  7439.                 ],
  7440.                 'data_collector.time' => [
  7441.                     => 'time',
  7442.                     => '@WebProfiler/Collector/time.html.twig',
  7443.                 ],
  7444.                 'data_collector.memory' => [
  7445.                     => 'memory',
  7446.                     => '@WebProfiler/Collector/memory.html.twig',
  7447.                 ],
  7448.                 'data_collector.validator' => [
  7449.                     => 'validator',
  7450.                     => '@WebProfiler/Collector/validator.html.twig',
  7451.                 ],
  7452.                 'data_collector.ajax' => [
  7453.                     => 'ajax',
  7454.                     => '@WebProfiler/Collector/ajax.html.twig',
  7455.                 ],
  7456.                 'data_collector.form' => [
  7457.                     => 'form',
  7458.                     => '@WebProfiler/Collector/form.html.twig',
  7459.                 ],
  7460.                 'data_collector.exception' => [
  7461.                     => 'exception',
  7462.                     => '@WebProfiler/Collector/exception.html.twig',
  7463.                 ],
  7464.                 'data_collector.logger' => [
  7465.                     => 'logger',
  7466.                     => '@WebProfiler/Collector/logger.html.twig',
  7467.                 ],
  7468.                 'data_collector.events' => [
  7469.                     => 'events',
  7470.                     => '@WebProfiler/Collector/events.html.twig',
  7471.                 ],
  7472.                 'data_collector.router' => [
  7473.                     => 'router',
  7474.                     => '@WebProfiler/Collector/router.html.twig',
  7475.                 ],
  7476.                 'data_collector.cache' => [
  7477.                     => 'cache',
  7478.                     => '@WebProfiler/Collector/cache.html.twig',
  7479.                 ],
  7480.                 'data_collector.translation' => [
  7481.                     => 'translation',
  7482.                     => '@WebProfiler/Collector/translation.html.twig',
  7483.                 ],
  7484.                 'data_collector.security' => [
  7485.                     => 'security',
  7486.                     => '@Security/Collector/security.html.twig',
  7487.                 ],
  7488.                 'data_collector.twig' => [
  7489.                     => 'twig',
  7490.                     => '@WebProfiler/Collector/twig.html.twig',
  7491.                 ],
  7492.                 'data_collector.http_client' => [
  7493.                     => 'http_client',
  7494.                     => '@WebProfiler/Collector/http_client.html.twig',
  7495.                 ],
  7496.                 'data_collector.doctrine' => [
  7497.                     => 'db',
  7498.                     => '@Doctrine/Collector/db.html.twig',
  7499.                 ],
  7500.                 'swiftmailer.data_collector' => [
  7501.                     => 'swiftmailer',
  7502.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7503.                 ],
  7504.                 'data_collector.dump' => [
  7505.                     => 'dump',
  7506.                     => '@Debug/Profiler/dump.html.twig',
  7507.                 ],
  7508.                 'data_collector.config' => [
  7509.                     => 'config',
  7510.                     => '@WebProfiler/Collector/config.html.twig',
  7511.                 ],
  7512.             ],
  7513.             'console.command.ids' => [
  7514.                 => 'console.command.public_alias.App\\Console\\EnvironmentVariables',
  7515.                 => 'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk',
  7516.                 => 'console.command.public_alias.App\\Console\\Wizard\\DefaultUser',
  7517.                 => 'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase',
  7518.                 => 'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject',
  7519.                 => 'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions',
  7520.                 => 'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand',
  7521.             ],
  7522.         ];
  7523.     }
  7524. }
  7525. include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Utils/ApplicationCollection.php';
  7526. class ApplicationCollection_a40b613 extends \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection implements \ProxyManager\Proxy\VirtualProxyInterface
  7527. {
  7528.     /**
  7529.      * @var \Closure|null initializer responsible for generating the wrapped object
  7530.      */
  7531.     private $valueHolder8538e null;
  7532.     /**
  7533.      * @var \Closure|null initializer responsible for generating the wrapped object
  7534.      */
  7535.     private $initializer79a31 null;
  7536.     /**
  7537.      * @var bool[] map of public properties of the parent class
  7538.      */
  7539.     private static $publicPropertiesc7dd8 = [
  7540.         
  7541.     ];
  7542.     public function organizeCollection()
  7543.     {
  7544.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'organizeCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7545.         return $this->valueHolder8538e->organizeCollection();
  7546.     }
  7547.     public function getCollection()
  7548.     {
  7549.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7550.         return $this->valueHolder8538e->getCollection();
  7551.     }
  7552.     public function findApplicationsByVendor($vendor)
  7553.     {
  7554.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'findApplicationsByVendor', array('vendor' => $vendor), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7555.         return $this->valueHolder8538e->findApplicationsByVendor($vendor);
  7556.     }
  7557.     public function findApplicationsByPackage(\Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Package\PackageInterface $package)
  7558.     {
  7559.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'findApplicationsByPackage', array('package' => $package), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7560.         return $this->valueHolder8538e->findApplicationsByPackage($package);
  7561.     }
  7562.     public function findApplicationByFullyQualifiedName($vendorName$packageName$applicationQualifiedName) : ?\Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Application\ApplicationInterface
  7563.     {
  7564.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'findApplicationByFullyQualifiedName', array('vendorName' => $vendorName'packageName' => $packageName'applicationQualifiedName' => $applicationQualifiedName), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7565.         return $this->valueHolder8538e->findApplicationByFullyQualifiedName($vendorName$packageName$applicationQualifiedName);
  7566.     }
  7567.     /**
  7568.      * Constructor for lazy initialization
  7569.      *
  7570.      * @param \Closure|null $initializer
  7571.      */
  7572.     public static function staticProxyConstructor($initializer)
  7573.     {
  7574.         static $reflection;
  7575.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7576.         $instance $reflection->newInstanceWithoutConstructor();
  7577.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7578.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7579.         }, $instance'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($instance);
  7580.         $instance->initializer79a31 $initializer;
  7581.         return $instance;
  7582.     }
  7583.     public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource $mappingResource, \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $packageCollection)
  7584.     {
  7585.         static $reflection;
  7586.         if (! $this->valueHolder8538e) {
  7587.             $reflection $reflection ?? new \ReflectionClass('Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection');
  7588.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  7589.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7590.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7591.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($this);
  7592.         }
  7593.         $this->valueHolder8538e->__construct($container$mappingResource$packageCollection);
  7594.     }
  7595.     public function & __get($name)
  7596.     {
  7597.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7598.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  7599.             return $this->valueHolder8538e->$name;
  7600.         }
  7601.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7602.         if (! $realInstanceReflection->hasProperty($name)) {
  7603.             $targetObject $this->valueHolder8538e;
  7604.             $backtrace debug_backtrace(false);
  7605.             trigger_error(
  7606.                 sprintf(
  7607.                     'Undefined property: %s::$%s in %s on line %s',
  7608.                     get_parent_class($this),
  7609.                     $name,
  7610.                     $backtrace[0]['file'],
  7611.                     $backtrace[0]['line']
  7612.                 ),
  7613.                 \E_USER_NOTICE
  7614.             );
  7615.             return $targetObject->$name;
  7616.             return;
  7617.         }
  7618.         $targetObject $this->valueHolder8538e;
  7619.         $accessor = function & () use ($targetObject$name) {
  7620.             return $targetObject->$name;
  7621.         };
  7622.         $backtrace debug_backtrace(true);
  7623.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7624.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7625.         $returnValue = & $accessor();
  7626.         return $returnValue;
  7627.     }
  7628.     public function __set($name$value)
  7629.     {
  7630.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7631.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7632.         if (! $realInstanceReflection->hasProperty($name)) {
  7633.             $targetObject $this->valueHolder8538e;
  7634.             return $targetObject->$name $value;
  7635.             return;
  7636.         }
  7637.         $targetObject $this->valueHolder8538e;
  7638.         $accessor = function & () use ($targetObject$name$value) {
  7639.             return $targetObject->$name $value;
  7640.         };
  7641.         $backtrace debug_backtrace(true);
  7642.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7643.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7644.         $returnValue = & $accessor();
  7645.         return $returnValue;
  7646.     }
  7647.     public function __isset($name)
  7648.     {
  7649.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7650.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7651.         if (! $realInstanceReflection->hasProperty($name)) {
  7652.             $targetObject $this->valueHolder8538e;
  7653.             return isset($targetObject->$name);
  7654.             return;
  7655.         }
  7656.         $targetObject $this->valueHolder8538e;
  7657.         $accessor = function () use ($targetObject$name) {
  7658.             return isset($targetObject->$name);
  7659.         };
  7660.         $backtrace debug_backtrace(true);
  7661.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7662.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7663.         $returnValue $accessor();
  7664.         return $returnValue;
  7665.     }
  7666.     public function __unset($name)
  7667.     {
  7668.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7669.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7670.         if (! $realInstanceReflection->hasProperty($name)) {
  7671.             $targetObject $this->valueHolder8538e;
  7672.             unset($targetObject->$name);
  7673.             return;
  7674.         }
  7675.         $targetObject $this->valueHolder8538e;
  7676.         $accessor = function () use ($targetObject$name) {
  7677.             unset($targetObject->$name);
  7678.         };
  7679.         $backtrace debug_backtrace(true);
  7680.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7681.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7682.         $returnValue $accessor();
  7683.         return $returnValue;
  7684.     }
  7685.     public function __clone()
  7686.     {
  7687.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7688.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  7689.     }
  7690.     public function __sleep()
  7691.     {
  7692.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7693.         return array('valueHolder8538e');
  7694.     }
  7695.     public function __wakeup()
  7696.     {
  7697.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7698.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7699.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($this);
  7700.     }
  7701.     public function setProxyInitializer(\Closure $initializer null)
  7702.     {
  7703.         $this->initializer79a31 $initializer;
  7704.     }
  7705.     public function getProxyInitializer()
  7706.     {
  7707.         return $this->initializer79a31;
  7708.     }
  7709.     public function initializeProxy() : bool
  7710.     {
  7711.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7712.     }
  7713.     public function isProxyInitialized() : bool
  7714.     {
  7715.         return null !== $this->valueHolder8538e;
  7716.     }
  7717.     public function getWrappedValueHolderValue() : ?object
  7718.     {
  7719.         return $this->valueHolder8538e;
  7720.     }
  7721. }
  7722. if (!\class_exists('ApplicationCollection_a40b613'false)) {
  7723.     \class_alias(__NAMESPACE__.'\\ApplicationCollection_a40b613''ApplicationCollection_a40b613'false);
  7724. }
  7725. include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Utils/PackageCollection.php';
  7726. class PackageCollection_b86d16c extends \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection implements \ProxyManager\Proxy\VirtualProxyInterface
  7727. {
  7728.     /**
  7729.      * @var \Closure|null initializer responsible for generating the wrapped object
  7730.      */
  7731.     private $valueHolder8538e null;
  7732.     /**
  7733.      * @var \Closure|null initializer responsible for generating the wrapped object
  7734.      */
  7735.     private $initializer79a31 null;
  7736.     /**
  7737.      * @var bool[] map of public properties of the parent class
  7738.      */
  7739.     private static $publicPropertiesc7dd8 = [
  7740.         
  7741.     ];
  7742.     public function organizeCollection()
  7743.     {
  7744.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'organizeCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7745.         return $this->valueHolder8538e->organizeCollection();
  7746.     }
  7747.     public function getQualifiedPackageReference($class) : ?string
  7748.     {
  7749.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getQualifiedPackageReference', array('class' => $class), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7750.         return $this->valueHolder8538e->getQualifiedPackageReference($class);
  7751.     }
  7752.     public function getPackageQualifiedName($id) : ?string
  7753.     {
  7754.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPackageQualifiedName', array('id' => $id), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7755.         return $this->valueHolder8538e->getPackageQualifiedName($id);
  7756.     }
  7757.     public function getPackageReferenceByQualifiedName($name) : ?string
  7758.     {
  7759.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPackageReferenceByQualifiedName', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7760.         return $this->valueHolder8538e->getPackageReferenceByQualifiedName($name);
  7761.     }
  7762.     public function getCollection()
  7763.     {
  7764.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getCollection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7765.         return $this->valueHolder8538e->getCollection();
  7766.     }
  7767.     public function getPackageByAttributes($vendor$package)
  7768.     {
  7769.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPackageByAttributes', array('vendor' => $vendor'package' => $package), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7770.         return $this->valueHolder8538e->getPackageByAttributes($vendor$package);
  7771.     }
  7772.     /**
  7773.      * Constructor for lazy initialization
  7774.      *
  7775.      * @param \Closure|null $initializer
  7776.      */
  7777.     public static function staticProxyConstructor($initializer)
  7778.     {
  7779.         static $reflection;
  7780.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7781.         $instance $reflection->newInstanceWithoutConstructor();
  7782.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7783.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7784.         }, $instance'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($instance);
  7785.         $instance->initializer79a31 $initializer;
  7786.         return $instance;
  7787.     }
  7788.     public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource $mappingResource)
  7789.     {
  7790.         static $reflection;
  7791.         if (! $this->valueHolder8538e) {
  7792.             $reflection $reflection ?? new \ReflectionClass('Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection');
  7793.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  7794.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7795.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7796.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($this);
  7797.         }
  7798.         $this->valueHolder8538e->__construct($container$mappingResource);
  7799.     }
  7800.     public function & __get($name)
  7801.     {
  7802.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7803.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  7804.             return $this->valueHolder8538e->$name;
  7805.         }
  7806.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7807.         if (! $realInstanceReflection->hasProperty($name)) {
  7808.             $targetObject $this->valueHolder8538e;
  7809.             $backtrace debug_backtrace(false);
  7810.             trigger_error(
  7811.                 sprintf(
  7812.                     'Undefined property: %s::$%s in %s on line %s',
  7813.                     get_parent_class($this),
  7814.                     $name,
  7815.                     $backtrace[0]['file'],
  7816.                     $backtrace[0]['line']
  7817.                 ),
  7818.                 \E_USER_NOTICE
  7819.             );
  7820.             return $targetObject->$name;
  7821.             return;
  7822.         }
  7823.         $targetObject $this->valueHolder8538e;
  7824.         $accessor = function & () use ($targetObject$name) {
  7825.             return $targetObject->$name;
  7826.         };
  7827.         $backtrace debug_backtrace(true);
  7828.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7829.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7830.         $returnValue = & $accessor();
  7831.         return $returnValue;
  7832.     }
  7833.     public function __set($name$value)
  7834.     {
  7835.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7836.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7837.         if (! $realInstanceReflection->hasProperty($name)) {
  7838.             $targetObject $this->valueHolder8538e;
  7839.             return $targetObject->$name $value;
  7840.             return;
  7841.         }
  7842.         $targetObject $this->valueHolder8538e;
  7843.         $accessor = function & () use ($targetObject$name$value) {
  7844.             return $targetObject->$name $value;
  7845.         };
  7846.         $backtrace debug_backtrace(true);
  7847.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7848.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7849.         $returnValue = & $accessor();
  7850.         return $returnValue;
  7851.     }
  7852.     public function __isset($name)
  7853.     {
  7854.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7855.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7856.         if (! $realInstanceReflection->hasProperty($name)) {
  7857.             $targetObject $this->valueHolder8538e;
  7858.             return isset($targetObject->$name);
  7859.             return;
  7860.         }
  7861.         $targetObject $this->valueHolder8538e;
  7862.         $accessor = function () use ($targetObject$name) {
  7863.             return isset($targetObject->$name);
  7864.         };
  7865.         $backtrace debug_backtrace(true);
  7866.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7867.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7868.         $returnValue $accessor();
  7869.         return $returnValue;
  7870.     }
  7871.     public function __unset($name)
  7872.     {
  7873.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7874.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7875.         if (! $realInstanceReflection->hasProperty($name)) {
  7876.             $targetObject $this->valueHolder8538e;
  7877.             unset($targetObject->$name);
  7878.             return;
  7879.         }
  7880.         $targetObject $this->valueHolder8538e;
  7881.         $accessor = function () use ($targetObject$name) {
  7882.             unset($targetObject->$name);
  7883.         };
  7884.         $backtrace debug_backtrace(true);
  7885.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7886.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7887.         $returnValue $accessor();
  7888.         return $returnValue;
  7889.     }
  7890.     public function __clone()
  7891.     {
  7892.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7893.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  7894.     }
  7895.     public function __sleep()
  7896.     {
  7897.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7898.         return array('valueHolder8538e');
  7899.     }
  7900.     public function __wakeup()
  7901.     {
  7902.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7903.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7904.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($this);
  7905.     }
  7906.     public function setProxyInitializer(\Closure $initializer null)
  7907.     {
  7908.         $this->initializer79a31 $initializer;
  7909.     }
  7910.     public function getProxyInitializer()
  7911.     {
  7912.         return $this->initializer79a31;
  7913.     }
  7914.     public function initializeProxy() : bool
  7915.     {
  7916.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7917.     }
  7918.     public function isProxyInitialized() : bool
  7919.     {
  7920.         return null !== $this->valueHolder8538e;
  7921.     }
  7922.     public function getWrappedValueHolderValue() : ?object
  7923.     {
  7924.         return $this->valueHolder8538e;
  7925.     }
  7926. }
  7927. if (!\class_exists('PackageCollection_b86d16c'false)) {
  7928.     \class_alias(__NAMESPACE__.'\\PackageCollection_b86d16c''PackageCollection_b86d16c'false);
  7929. }
  7930. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  7931. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  7932. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  7933. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  7934. {
  7935.     /**
  7936.      * @var \Closure|null initializer responsible for generating the wrapped object
  7937.      */
  7938.     private $valueHolder8538e null;
  7939.     /**
  7940.      * @var \Closure|null initializer responsible for generating the wrapped object
  7941.      */
  7942.     private $initializer79a31 null;
  7943.     /**
  7944.      * @var bool[] map of public properties of the parent class
  7945.      */
  7946.     private static $publicPropertiesc7dd8 = [
  7947.         
  7948.     ];
  7949.     public function getConnection()
  7950.     {
  7951.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getConnection', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7952.         return $this->valueHolder8538e->getConnection();
  7953.     }
  7954.     public function getMetadataFactory()
  7955.     {
  7956.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getMetadataFactory', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7957.         return $this->valueHolder8538e->getMetadataFactory();
  7958.     }
  7959.     public function getExpressionBuilder()
  7960.     {
  7961.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getExpressionBuilder', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7962.         return $this->valueHolder8538e->getExpressionBuilder();
  7963.     }
  7964.     public function beginTransaction()
  7965.     {
  7966.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'beginTransaction', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7967.         return $this->valueHolder8538e->beginTransaction();
  7968.     }
  7969.     public function getCache()
  7970.     {
  7971.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getCache', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7972.         return $this->valueHolder8538e->getCache();
  7973.     }
  7974.     public function transactional($func)
  7975.     {
  7976.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'transactional', array('func' => $func), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7977.         return $this->valueHolder8538e->transactional($func);
  7978.     }
  7979.     public function wrapInTransaction(callable $func)
  7980.     {
  7981.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'wrapInTransaction', array('func' => $func), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7982.         return $this->valueHolder8538e->wrapInTransaction($func);
  7983.     }
  7984.     public function commit()
  7985.     {
  7986.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'commit', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7987.         return $this->valueHolder8538e->commit();
  7988.     }
  7989.     public function rollback()
  7990.     {
  7991.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'rollback', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7992.         return $this->valueHolder8538e->rollback();
  7993.     }
  7994.     public function getClassMetadata($className)
  7995.     {
  7996.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getClassMetadata', array('className' => $className), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  7997.         return $this->valueHolder8538e->getClassMetadata($className);
  7998.     }
  7999.     public function createQuery($dql '')
  8000.     {
  8001.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createQuery', array('dql' => $dql), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8002.         return $this->valueHolder8538e->createQuery($dql);
  8003.     }
  8004.     public function createNamedQuery($name)
  8005.     {
  8006.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createNamedQuery', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8007.         return $this->valueHolder8538e->createNamedQuery($name);
  8008.     }
  8009.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  8010.     {
  8011.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8012.         return $this->valueHolder8538e->createNativeQuery($sql$rsm);
  8013.     }
  8014.     public function createNamedNativeQuery($name)
  8015.     {
  8016.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createNamedNativeQuery', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8017.         return $this->valueHolder8538e->createNamedNativeQuery($name);
  8018.     }
  8019.     public function createQueryBuilder()
  8020.     {
  8021.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'createQueryBuilder', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8022.         return $this->valueHolder8538e->createQueryBuilder();
  8023.     }
  8024.     public function flush($entity null)
  8025.     {
  8026.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'flush', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8027.         return $this->valueHolder8538e->flush($entity);
  8028.     }
  8029.     public function find($className$id$lockMode null$lockVersion null)
  8030.     {
  8031.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8032.         return $this->valueHolder8538e->find($className$id$lockMode$lockVersion);
  8033.     }
  8034.     public function getReference($entityName$id)
  8035.     {
  8036.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8037.         return $this->valueHolder8538e->getReference($entityName$id);
  8038.     }
  8039.     public function getPartialReference($entityName$identifier)
  8040.     {
  8041.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8042.         return $this->valueHolder8538e->getPartialReference($entityName$identifier);
  8043.     }
  8044.     public function clear($entityName null)
  8045.     {
  8046.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'clear', array('entityName' => $entityName), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8047.         return $this->valueHolder8538e->clear($entityName);
  8048.     }
  8049.     public function close()
  8050.     {
  8051.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'close', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8052.         return $this->valueHolder8538e->close();
  8053.     }
  8054.     public function persist($entity)
  8055.     {
  8056.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'persist', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8057.         return $this->valueHolder8538e->persist($entity);
  8058.     }
  8059.     public function remove($entity)
  8060.     {
  8061.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'remove', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8062.         return $this->valueHolder8538e->remove($entity);
  8063.     }
  8064.     public function refresh($entity)
  8065.     {
  8066.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'refresh', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8067.         return $this->valueHolder8538e->refresh($entity);
  8068.     }
  8069.     public function detach($entity)
  8070.     {
  8071.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'detach', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8072.         return $this->valueHolder8538e->detach($entity);
  8073.     }
  8074.     public function merge($entity)
  8075.     {
  8076.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'merge', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8077.         return $this->valueHolder8538e->merge($entity);
  8078.     }
  8079.     public function copy($entity$deep false)
  8080.     {
  8081.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8082.         return $this->valueHolder8538e->copy($entity$deep);
  8083.     }
  8084.     public function lock($entity$lockMode$lockVersion null)
  8085.     {
  8086.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8087.         return $this->valueHolder8538e->lock($entity$lockMode$lockVersion);
  8088.     }
  8089.     public function getRepository($entityName)
  8090.     {
  8091.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getRepository', array('entityName' => $entityName), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8092.         return $this->valueHolder8538e->getRepository($entityName);
  8093.     }
  8094.     public function contains($entity)
  8095.     {
  8096.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'contains', array('entity' => $entity), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8097.         return $this->valueHolder8538e->contains($entity);
  8098.     }
  8099.     public function getEventManager()
  8100.     {
  8101.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getEventManager', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8102.         return $this->valueHolder8538e->getEventManager();
  8103.     }
  8104.     public function getConfiguration()
  8105.     {
  8106.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getConfiguration', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8107.         return $this->valueHolder8538e->getConfiguration();
  8108.     }
  8109.     public function isOpen()
  8110.     {
  8111.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'isOpen', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8112.         return $this->valueHolder8538e->isOpen();
  8113.     }
  8114.     public function getUnitOfWork()
  8115.     {
  8116.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getUnitOfWork', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8117.         return $this->valueHolder8538e->getUnitOfWork();
  8118.     }
  8119.     public function getHydrator($hydrationMode)
  8120.     {
  8121.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8122.         return $this->valueHolder8538e->getHydrator($hydrationMode);
  8123.     }
  8124.     public function newHydrator($hydrationMode)
  8125.     {
  8126.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8127.         return $this->valueHolder8538e->newHydrator($hydrationMode);
  8128.     }
  8129.     public function getProxyFactory()
  8130.     {
  8131.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getProxyFactory', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8132.         return $this->valueHolder8538e->getProxyFactory();
  8133.     }
  8134.     public function initializeObject($obj)
  8135.     {
  8136.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeObject', array('obj' => $obj), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8137.         return $this->valueHolder8538e->initializeObject($obj);
  8138.     }
  8139.     public function getFilters()
  8140.     {
  8141.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'getFilters', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8142.         return $this->valueHolder8538e->getFilters();
  8143.     }
  8144.     public function isFiltersStateClean()
  8145.     {
  8146.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'isFiltersStateClean', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8147.         return $this->valueHolder8538e->isFiltersStateClean();
  8148.     }
  8149.     public function hasFilters()
  8150.     {
  8151.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'hasFilters', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8152.         return $this->valueHolder8538e->hasFilters();
  8153.     }
  8154.     /**
  8155.      * Constructor for lazy initialization
  8156.      *
  8157.      * @param \Closure|null $initializer
  8158.      */
  8159.     public static function staticProxyConstructor($initializer)
  8160.     {
  8161.         static $reflection;
  8162.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8163.         $instance $reflection->newInstanceWithoutConstructor();
  8164.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8165.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8166.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  8167.         $instance->initializer79a31 $initializer;
  8168.         return $instance;
  8169.     }
  8170.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  8171.     {
  8172.         static $reflection;
  8173.         if (! $this->valueHolder8538e) {
  8174.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8175.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  8176.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8177.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8178.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8179.         }
  8180.         $this->valueHolder8538e->__construct($conn$config$eventManager);
  8181.     }
  8182.     public function & __get($name)
  8183.     {
  8184.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8185.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  8186.             return $this->valueHolder8538e->$name;
  8187.         }
  8188.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8189.         if (! $realInstanceReflection->hasProperty($name)) {
  8190.             $targetObject $this->valueHolder8538e;
  8191.             $backtrace debug_backtrace(false);
  8192.             trigger_error(
  8193.                 sprintf(
  8194.                     'Undefined property: %s::$%s in %s on line %s',
  8195.                     get_parent_class($this),
  8196.                     $name,
  8197.                     $backtrace[0]['file'],
  8198.                     $backtrace[0]['line']
  8199.                 ),
  8200.                 \E_USER_NOTICE
  8201.             );
  8202.             return $targetObject->$name;
  8203.             return;
  8204.         }
  8205.         $targetObject $this->valueHolder8538e;
  8206.         $accessor = function & () use ($targetObject$name) {
  8207.             return $targetObject->$name;
  8208.         };
  8209.         $backtrace debug_backtrace(true);
  8210.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8211.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8212.         $returnValue = & $accessor();
  8213.         return $returnValue;
  8214.     }
  8215.     public function __set($name$value)
  8216.     {
  8217.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8218.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8219.         if (! $realInstanceReflection->hasProperty($name)) {
  8220.             $targetObject $this->valueHolder8538e;
  8221.             return $targetObject->$name $value;
  8222.             return;
  8223.         }
  8224.         $targetObject $this->valueHolder8538e;
  8225.         $accessor = function & () use ($targetObject$name$value) {
  8226.             return $targetObject->$name $value;
  8227.         };
  8228.         $backtrace debug_backtrace(true);
  8229.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8230.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8231.         $returnValue = & $accessor();
  8232.         return $returnValue;
  8233.     }
  8234.     public function __isset($name)
  8235.     {
  8236.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8237.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8238.         if (! $realInstanceReflection->hasProperty($name)) {
  8239.             $targetObject $this->valueHolder8538e;
  8240.             return isset($targetObject->$name);
  8241.             return;
  8242.         }
  8243.         $targetObject $this->valueHolder8538e;
  8244.         $accessor = function () use ($targetObject$name) {
  8245.             return isset($targetObject->$name);
  8246.         };
  8247.         $backtrace debug_backtrace(true);
  8248.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8249.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8250.         $returnValue $accessor();
  8251.         return $returnValue;
  8252.     }
  8253.     public function __unset($name)
  8254.     {
  8255.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8256.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8257.         if (! $realInstanceReflection->hasProperty($name)) {
  8258.             $targetObject $this->valueHolder8538e;
  8259.             unset($targetObject->$name);
  8260.             return;
  8261.         }
  8262.         $targetObject $this->valueHolder8538e;
  8263.         $accessor = function () use ($targetObject$name) {
  8264.             unset($targetObject->$name);
  8265.         };
  8266.         $backtrace debug_backtrace(true);
  8267.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8268.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8269.         $returnValue $accessor();
  8270.         return $returnValue;
  8271.     }
  8272.     public function __clone()
  8273.     {
  8274.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8275.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  8276.     }
  8277.     public function __sleep()
  8278.     {
  8279.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8280.         return array('valueHolder8538e');
  8281.     }
  8282.     public function __wakeup()
  8283.     {
  8284.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8285.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8286.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8287.     }
  8288.     public function setProxyInitializer(\Closure $initializer null)
  8289.     {
  8290.         $this->initializer79a31 $initializer;
  8291.     }
  8292.     public function getProxyInitializer()
  8293.     {
  8294.         return $this->initializer79a31;
  8295.     }
  8296.     public function initializeProxy() : bool
  8297.     {
  8298.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8299.     }
  8300.     public function isProxyInitialized() : bool
  8301.     {
  8302.         return null !== $this->valueHolder8538e;
  8303.     }
  8304.     public function getWrappedValueHolderValue() : ?object
  8305.     {
  8306.         return $this->valueHolder8538e;
  8307.     }
  8308. }
  8309. if (!\class_exists('EntityManager_9a5be93'false)) {
  8310.     \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93''EntityManager_9a5be93'false);
  8311. }
  8312. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  8313. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  8314. class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
  8315. {
  8316.     /**
  8317.      * @var \Closure|null initializer responsible for generating the wrapped object
  8318.      */
  8319.     private $valueHolder8538e null;
  8320.     /**
  8321.      * @var \Closure|null initializer responsible for generating the wrapped object
  8322.      */
  8323.     private $initializer79a31 null;
  8324.     /**
  8325.      * @var bool[] map of public properties of the parent class
  8326.      */
  8327.     private static $publicPropertiesc7dd8 = [
  8328.         
  8329.     ];
  8330.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  8331.     {
  8332.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8333.         if ($this->valueHolder8538e === $returnValue $this->valueHolder8538e->paginate($target$page$limit$options)) {
  8334.             $returnValue $this;
  8335.         }
  8336.         return $returnValue;
  8337.     }
  8338.     /**
  8339.      * Constructor for lazy initialization
  8340.      *
  8341.      * @param \Closure|null $initializer
  8342.      */
  8343.     public static function staticProxyConstructor($initializer)
  8344.     {
  8345.         static $reflection;
  8346.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8347.         $instance $reflection->newInstanceWithoutConstructor();
  8348.         $instance->initializer79a31 $initializer;
  8349.         return $instance;
  8350.     }
  8351.     public function __construct()
  8352.     {
  8353.         static $reflection;
  8354.         if (! $this->valueHolder8538e) {
  8355.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8356.             $this->valueHolder8538e $reflection->newInstanceWithoutConstructor();
  8357.         }
  8358.     }
  8359.     public function & __get($name)
  8360.     {
  8361.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__get', ['name' => $name], $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8362.         if (isset(self::$publicPropertiesc7dd8[$name])) {
  8363.             return $this->valueHolder8538e->$name;
  8364.         }
  8365.         $targetObject $this->valueHolder8538e;
  8366.         $backtrace debug_backtrace(false);
  8367.         trigger_error(
  8368.             sprintf(
  8369.                 'Undefined property: %s::$%s in %s on line %s',
  8370.                 'Knp\\Component\\Pager\\PaginatorInterface',
  8371.                 $name,
  8372.                 $backtrace[0]['file'],
  8373.                 $backtrace[0]['line']
  8374.             ),
  8375.             \E_USER_NOTICE
  8376.         );
  8377.         return $targetObject->$name;
  8378.     }
  8379.     public function __set($name$value)
  8380.     {
  8381.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__set', array('name' => $name'value' => $value), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8382.         $targetObject $this->valueHolder8538e;
  8383.         return $targetObject->$name $value;
  8384.     }
  8385.     public function __isset($name)
  8386.     {
  8387.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__isset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8388.         $targetObject $this->valueHolder8538e;
  8389.         return isset($targetObject->$name);
  8390.     }
  8391.     public function __unset($name)
  8392.     {
  8393.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__unset', array('name' => $name), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8394.         $targetObject $this->valueHolder8538e;
  8395.         unset($targetObject->$name);
  8396. return;
  8397.     }
  8398.     public function __clone()
  8399.     {
  8400.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__clone', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8401.         $this->valueHolder8538e = clone $this->valueHolder8538e;
  8402.     }
  8403.     public function __sleep()
  8404.     {
  8405.         $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'__sleep', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8406.         return array('valueHolder8538e');
  8407.     }
  8408.     public function __wakeup()
  8409.     {
  8410.     }
  8411.     public function setProxyInitializer(\Closure $initializer null)
  8412.     {
  8413.         $this->initializer79a31 $initializer;
  8414.     }
  8415.     public function getProxyInitializer()
  8416.     {
  8417.         return $this->initializer79a31;
  8418.     }
  8419.     public function initializeProxy() : bool
  8420.     {
  8421.         return $this->initializer79a31 && ($this->initializer79a31->__invoke($valueHolder8538e$this'initializeProxy', array(), $this->initializer79a31) || 1) && $this->valueHolder8538e $valueHolder8538e;
  8422.     }
  8423.     public function isProxyInitialized() : bool
  8424.     {
  8425.         return null !== $this->valueHolder8538e;
  8426.     }
  8427.     public function getWrappedValueHolderValue() : ?object
  8428.     {
  8429.         return $this->valueHolder8538e;
  8430.     }
  8431. }
  8432. if (!\class_exists('PaginatorInterface_82dac15'false)) {
  8433.     \class_alias(__NAMESPACE__.'\\PaginatorInterface_82dac15''PaginatorInterface_82dac15'false);
  8434. }