var/cache/dev/ContainerLg07x8l/srcApp_KernelDevDebugContainer.php line 7253

Open in your IDE?
  1. <?php
  2. namespace ContainerLg07x8l;
  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.helpdesk@lepnik78.webd.pl' => 'getSwiftmailer_Mailer_Helpdesklepnik78_Webd_PlService',
  122.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.plugin.messagelogger' => 'getSwiftmailer_Mailer_Helpdesklepnik78_Webd_Pl_Plugin_MessageloggerService',
  123.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport' => 'getSwiftmailer_Mailer_Helpdesklepnik78_Webd_Pl_TransportService',
  124.             'swiftmailer.mailer.helpdesk@mcube.app' => 'getSwiftmailer_Mailer_Helpdeskmcube_AppService',
  125.             'swiftmailer.mailer.helpdesk@mcube.app.plugin.messagelogger' => 'getSwiftmailer_Mailer_Helpdeskmcube_App_Plugin_MessageloggerService',
  126.             'swiftmailer.mailer.helpdesk@mcube.app.transport' => 'getSwiftmailer_Mailer_Helpdeskmcube_App_TransportService',
  127.             'swiftmailer.mailer.ssl_helpdesk@mcube.app' => 'getSwiftmailer_Mailer_SslHelpdeskmcube_AppService',
  128.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.plugin.messagelogger' => 'getSwiftmailer_Mailer_SslHelpdeskmcube_App_Plugin_MessageloggerService',
  129.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport' => 'getSwiftmailer_Mailer_SslHelpdeskmcube_App_TransportService',
  130.             'swiftmailer.service' => 'getSwiftmailer_ServiceService',
  131.             'ticket.service' => 'getTicket_ServiceService',
  132.             'translator' => 'getTranslatorService',
  133.             'twig' => 'getTwigService',
  134.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  135.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  136.             'user.provider' => 'getUser_ProviderService',
  137.             'user.service' => 'getUser_ServiceService',
  138.             'uvdesk.automations' => 'getUvdesk_AutomationsService',
  139.             'uvdesk.automations.prepared_responses' => 'getUvdesk_Automations_PreparedResponsesService',
  140.             'uvdesk.automations.workflows' => 'getUvdesk_Automations_WorkflowsService',
  141.             'uvdesk.core.event_dispatcher' => 'getUvdesk_Core_EventDispatcherService',
  142.             'uvdesk.core.file_system.service' => 'getUvdesk_Core_FileSystem_ServiceService',
  143.             'uvdesk.extensibles' => 'getUvdesk_ExtensiblesService',
  144.             'uvdesk.mailbox' => 'getUvdesk_MailboxService',
  145.             'uvdesk.service' => 'getUvdesk_ServiceService',
  146.             'uvdesk_extension.assets_manager' => 'getUvdeskExtension_AssetsManagerService',
  147.             'uvdesk_extension.twig_loader' => 'getUvdeskExtension_TwigLoaderService',
  148.             'validation.service' => 'getValidation_ServiceService',
  149.             'validator' => 'getValidatorService',
  150.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  151.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  152.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  153.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  154.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  155.         ];
  156.         $this->aliases = [
  157.             'database_connection' => 'doctrine.dbal.default_connection',
  158.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  159.             'mailer' => 'swiftmailer.mailer.ssl_helpdesk@mcube.app',
  160.             'swiftmailer.transport' => 'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport',
  161.         ];
  162.         $this->privates['service_container'] = function () {
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  169.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  184.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  264.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  345.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  348.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  349.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  428.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Framework/ExtendableComponentInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/DashboardTemplate.php';
  430.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/FileSystem/FileUploadServiceInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/FileSystem/UploadManagers/Localhost.php';
  432.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/FileUploadService.php';
  433.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Tickets/QuickActionButtonCollection.php';
  434.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Tickets/QuickActionButtonInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Ticket/QuickActionButtons/SavedReplies.php';
  436.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Ticket/QuickActionButtons/PreparedResponses.php';
  437.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Services/AutomationService.php';
  438.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Definition/MappingResource.php';
  439.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/EventListener/Kernel.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  452.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/UVDeskService.php';
  453.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/UserService.php';
  454.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/EmailService.php';
  455.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/TicketService.php';
  456.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/ReCaptchaService.php';
  457.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/ValidationService.php';
  458.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Services/CustomFieldsService.php';
  459.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/FileSystem/FileSystem.php';
  460.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Framework/ExtendableComponentManager.php';
  461.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/AsideTemplate.php';
  462.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/PanelSidebarInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Account.php';
  464.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Apps.php';
  465.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Branding.php';
  466.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Productivity.php';
  467.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Reports.php';
  468.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Settings.php';
  469.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Sidebars/Users.php';
  470.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Sidebars/Knowledgebase.php';
  471.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/PanelSidebarItemInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Account/Profile.php';
  473.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/SavedReplies.php';
  474.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/Tags.php';
  475.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Productivity/TicketTypes.php';
  476.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Reports/AgentActivity.php';
  477.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Reports/Kudos.php';
  478.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/Branding.php';
  479.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailSettings.php';
  480.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/EmailTemplates.php';
  481.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Settings/SwiftMailer.php';
  482.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Themes/Helpdesk.php';
  483.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Agents.php';
  484.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Customers.php';
  485.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Groups.php';
  486.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Privileges.php';
  487.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Panel/Items/Users/Teams.php';
  488.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/PreparedResponses.php';
  489.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Panel/Items/Productivity/Workflows.php';
  490.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Panel/Items/Settings/Mailboxes.php';
  491.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Announcement.php';
  492.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Articles.php';
  493.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Categories.php';
  494.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Knowledgebase/Folders.php';
  495.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Settings/BlockSpam.php';
  496.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Panel/Items/Themes/SupportCenter.php';
  497.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Dashboard.php';
  498.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/NavigationTemplate.php';
  499.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/HomepageTemplate.php';
  500.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/NavigationInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Home.php';
  502.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Reports.php';
  503.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Navigation/Ticket.php';
  504.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Navigation/Apps.php';
  505.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Navigation/Knowledgebase.php';
  506.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSection.php';
  508.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Productivity.php';
  509.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Reports.php';
  510.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Settings.php';
  511.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Sections/Users.php';
  512.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Sections/Apps.php';
  513.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Sections/Knowledgebase.php';
  514.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItemInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/HomepageSectionItem.php';
  516.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/AgentActivity.php';
  517.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Agents.php';
  518.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Branding.php';
  519.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Customers.php';
  520.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailSettings.php';
  521.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/EmailTemplates.php';
  522.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Groups.php';
  523.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Kudos.php';
  524.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Privileges.php';
  525.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SavedReplies.php';
  526.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/SwiftMailer.php';
  527.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Tags.php';
  528.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/Teams.php';
  529.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Homepage/Items/TicketTypes.php';
  530.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/PreparedResponses.php';
  531.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Homepage/Items/Workflows.php';
  532.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Homepage/Items/ExploreApps.php';
  533.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Homepage/Items/Mailbox.php';
  534.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Announcement.php';
  535.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Articles.php';
  536.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Categories.php';
  537.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/Folders.php';
  538.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Homepage/Items/SpamSettings.php';
  539.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/SearchTemplate.php';
  540.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Dashboard/Segments/SearchItemInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/AgentActivity.php';
  542.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Agents.php';
  543.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Apps.php';
  544.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Branding.php';
  545.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailSettings.php';
  546.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/EmailTemplates.php';
  547.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Groups.php';
  548.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Kudos.php';
  549.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Privileges.php';
  550.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/SavedReplies.php';
  551.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Tags.php';
  552.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Teams.php';
  553.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/TicketTypes.php';
  554.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/UIComponents/Dashboard/Search/Tickets.php';
  555.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Search/PreparedResponses.php';
  556.             include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/UIComponents/Dashboard/Search/Workflows.php';
  557.             include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/UIComponents/Dashboard/Search/Apps.php';
  558.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Search/Mailbox.php';
  559.             include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/UIComponents/Dashboard/Search/SwiftMailer.php';
  560.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Announcement.php';
  561.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Articles.php';
  562.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Categories.php';
  563.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Customers.php';
  564.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/Folders.php';
  565.             include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/UIComponents/Dashboard/Search/SpamSettings.php';
  566.             include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Tickets/WidgetCollection.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  587.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  589.         };
  590.     }
  591.     public function compile(): void
  592.     {
  593.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  594.     }
  595.     public function isCompiled(): bool
  596.     {
  597.         return true;
  598.     }
  599.     public function getRemovedIds(): array
  600.     {
  601.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  602.     }
  603.     protected function createProxy($class, \Closure $factory)
  604.     {
  605.         return $factory();
  606.     }
  607.     /**
  608.      * Gets the public 'App\Controller\BaseController' shared autowired service.
  609.      *
  610.      * @return \App\Controller\BaseController
  611.      */
  612.     protected function getBaseControllerService()
  613.     {
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  616.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  617.         $this->services['App\\Controller\\BaseController'] = $instance = new \App\Controller\BaseController();
  618.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\BaseController'$this));
  619.         return $instance;
  620.     }
  621.     /**
  622.      * Gets the public 'App\Controller\ConfigureHelpdesk' shared autowired service.
  623.      *
  624.      * @return \App\Controller\ConfigureHelpdesk
  625.      */
  626.     protected function getConfigureHelpdeskService()
  627.     {
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  632.         include_once \dirname(__DIR__4).'/src/Controller/ConfigureHelpdesk.php';
  633.         return $this->services['App\\Controller\\ConfigureHelpdesk'] = new \App\Controller\ConfigureHelpdesk();
  634.     }
  635.     /**
  636.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  637.      *
  638.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  639.      */
  640.     protected function getRedirectControllerService()
  641.     {
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  643.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  644.     }
  645.     /**
  646.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  647.      *
  648.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  649.      */
  650.     protected function getTemplateControllerService()
  651.     {
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  653.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  654.     }
  655.     /**
  656.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse' shared autowired service.
  657.      *
  658.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponse
  659.      */
  660.     protected function getPreparedResponseService()
  661.     {
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  664.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponse.php';
  665.         $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()));
  666.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\PreparedResponse'$this));
  667.         return $instance;
  668.     }
  669.     /**
  670.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR' shared autowired service.
  671.      *
  672.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\PreparedResponseXHR
  673.      */
  674.     protected function getPreparedResponseXHRService()
  675.     {
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  680.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/PreparedResponseXHR.php';
  681.         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()));
  682.     }
  683.     /**
  684.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow' shared autowired service.
  685.      *
  686.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\Workflow
  687.      */
  688.     protected function getWorkflowService()
  689.     {
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  692.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/Workflow.php';
  693.         $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()));
  694.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\AutomationBundle\\Controller\\Automations\\Workflow'$this));
  695.         return $instance;
  696.     }
  697.     /**
  698.      * Gets the public 'Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR' shared autowired service.
  699.      *
  700.      * @return \Webkul\UVDesk\AutomationBundle\Controller\Automations\WorkflowXHR
  701.      */
  702.     protected function getWorkflowXHRService()
  703.     {
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  708.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Controller/Automations/WorkflowXHR.php';
  709.         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()));
  710.     }
  711.     /**
  712.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Account' shared autowired service.
  713.      *
  714.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Account
  715.      */
  716.     protected function getAccountService()
  717.     {
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  720.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Account.php';
  721.         $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()));
  722.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Account'$this));
  723.         return $instance;
  724.     }
  725.     /**
  726.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR' shared autowired service.
  727.      *
  728.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\AccountXHR
  729.      */
  730.     protected function getAccountXHRService()
  731.     {
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  736.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/AccountXHR.php';
  737.         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()));
  738.     }
  739.     /**
  740.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication' shared autowired service.
  741.      *
  742.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication
  743.      */
  744.     protected function getAuthenticationService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  748.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Authentication.php';
  749.         $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)));
  750.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication'$this));
  751.         return $instance;
  752.     }
  753.     /**
  754.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer' shared autowired service.
  755.      *
  756.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Customer
  757.      */
  758.     protected function getCustomerService()
  759.     {
  760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  762.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Customer.php';
  763.         $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()));
  764.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Customer'$this));
  765.         return $instance;
  766.     }
  767.     /**
  768.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR' shared autowired service.
  769.      *
  770.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\CustomerXHR
  771.      */
  772.     protected function getCustomerXHRService()
  773.     {
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  775.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  778.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/CustomerXHR.php';
  779.         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()));
  780.     }
  781.     /**
  782.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Email' shared autowired service.
  783.      *
  784.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Email
  785.      */
  786.     protected function getEmailService()
  787.     {
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  789.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  792.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Email.php';
  793.         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()));
  794.     }
  795.     /**
  796.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings' shared autowired service.
  797.      *
  798.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettings
  799.      */
  800.     protected function getEmailSettingsService()
  801.     {
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  804.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettings.php';
  805.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  806.         $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))));
  807.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettings'$this));
  808.         return $instance;
  809.     }
  810.     /**
  811.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR' shared autowired service.
  812.      *
  813.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\EmailSettingsXHR
  814.      */
  815.     protected function getEmailSettingsXHRService()
  816.     {
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  819.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/EmailSettingsXHR.php';
  820.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  821.         $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)));
  822.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\EmailSettingsXHR'$this));
  823.         return $instance;
  824.     }
  825.     /**
  826.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Group' shared autowired service.
  827.      *
  828.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Group
  829.      */
  830.     protected function getGroupService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  834.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Group.php';
  835.         $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()));
  836.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Group'$this));
  837.         return $instance;
  838.     }
  839.     /**
  840.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR' shared autowired service.
  841.      *
  842.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\GroupXHR
  843.      */
  844.     protected function getGroupXHRService()
  845.     {
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  850.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/GroupXHR.php';
  851.         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()));
  852.     }
  853.     /**
  854.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege' shared autowired service.
  855.      *
  856.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Privilege
  857.      */
  858.     protected function getPrivilegeService()
  859.     {
  860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  862.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Privilege.php';
  863.         $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()));
  864.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Privilege'$this));
  865.         return $instance;
  866.     }
  867.     /**
  868.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR' shared autowired service.
  869.      *
  870.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\PrivilegeXHR
  871.      */
  872.     protected function getPrivilegeXHRService()
  873.     {
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  875.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  878.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/PrivilegeXHR.php';
  879.         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()));
  880.     }
  881.     /**
  882.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Report' shared autowired service.
  883.      *
  884.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Report
  885.      */
  886.     protected function getReportService()
  887.     {
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  892.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Report.php';
  893.         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()));
  894.     }
  895.     /**
  896.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies' shared autowired service.
  897.      *
  898.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\SavedReplies
  899.      */
  900.     protected function getSavedRepliesService()
  901.     {
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  906.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SavedReplies.php';
  907.         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()));
  908.     }
  909.     /**
  910.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer' shared autowired service.
  911.      *
  912.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailer
  913.      */
  914.     protected function getSwiftMailerService()
  915.     {
  916.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  917.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  920.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailer.php';
  921.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  922.         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))));
  923.     }
  924.     /**
  925.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR' shared autowired service.
  926.      *
  927.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\SwiftMailerXHR
  928.      */
  929.     protected function getSwiftMailerXHRService()
  930.     {
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  935.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/SwiftMailerXHR.php';
  936.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  937.         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))));
  938.     }
  939.     /**
  940.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Team' shared autowired service.
  941.      *
  942.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Team
  943.      */
  944.     protected function getTeamService()
  945.     {
  946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  948.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Team.php';
  949.         $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()));
  950.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Team'$this));
  951.         return $instance;
  952.     }
  953.     /**
  954.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR' shared autowired service.
  955.      *
  956.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\TeamXHR
  957.      */
  958.     protected function getTeamXHRService()
  959.     {
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  961.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  964.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TeamXHR.php';
  965.         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()));
  966.     }
  967.     /**
  968.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme' shared autowired service.
  969.      *
  970.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme
  971.      */
  972.     protected function getThemeService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  976.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Theme.php';
  977.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Theme'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Theme(($this->services['translator'] ?? $this->getTranslatorService()));
  978.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Theme'$this));
  979.         return $instance;
  980.     }
  981.     /**
  982.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread' shared autowired service.
  983.      *
  984.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Thread
  985.      */
  986.     protected function getThreadService()
  987.     {
  988.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  989.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  992.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Thread.php';
  993.         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()));
  994.     }
  995.     /**
  996.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR' shared autowired service.
  997.      *
  998.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR
  999.      */
  1000.     protected function getThreadXHRService()
  1001.     {
  1002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1004.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/ThreadXHR.php';
  1005.         $this->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\ThreadXHR'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\ThreadXHR(($this->services['ticket.service'] ?? $this->getTicket_ServiceService()));
  1006.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\ThreadXHR'$this));
  1007.         return $instance;
  1008.     }
  1009.     /**
  1010.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket' shared autowired service.
  1011.      *
  1012.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Ticket
  1013.      */
  1014.     protected function getTicketService()
  1015.     {
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1019.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/Ticket.php';
  1021.         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()));
  1022.     }
  1023.     /**
  1024.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR' shared autowired service.
  1025.      *
  1026.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\TicketXHR
  1027.      */
  1028.     protected function getTicketXHRService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Controller/TicketXHR.php';
  1035.         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()));
  1036.     }
  1037.     /**
  1038.      * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost' shared autowired service.
  1039.      *
  1040.      * @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost
  1041.      */
  1042.     protected function getLocalhostService()
  1043.     {
  1044.         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())));
  1045.     }
  1046.     /**
  1047.      * Gets the public 'Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application' shared autowired service.
  1048.      *
  1049.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application
  1050.      */
  1051.     protected function getApplicationService()
  1052.     {
  1053.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1057.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Controller/Application.php';
  1058.         return $this->services['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Application();
  1059.     }
  1060.     /**
  1061.      * Gets the public 'Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard' shared autowired service.
  1062.      *
  1063.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard
  1064.      */
  1065.     protected function getDashboardService()
  1066.     {
  1067.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1068.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1071.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Controller/Dashboard.php';
  1072.         return $this->services['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Controller\Dashboard();
  1073.     }
  1074.     /**
  1075.      * Gets the public 'Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel' shared autowired service.
  1076.      *
  1077.      * @return \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannel
  1078.      */
  1079.     protected function getMailboxChannelService()
  1080.     {
  1081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannel.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  1085.         $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))));
  1086.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannel'$this));
  1087.         return $instance;
  1088.     }
  1089.     /**
  1090.      * Gets the public 'Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR' shared autowired service.
  1091.      *
  1092.      * @return \Webkul\UVDesk\MailboxBundle\Controller\MailboxChannelXHR
  1093.      */
  1094.     protected function getMailboxChannelXHRService()
  1095.     {
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Controller/MailboxChannelXHR.php';
  1099.         $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()));
  1100.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\MailboxBundle\\Controller\\MailboxChannelXHR'$this));
  1101.         return $instance;
  1102.     }
  1103.     /**
  1104.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Announcement' shared autowired service.
  1105.      *
  1106.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Announcement
  1107.      */
  1108.     protected function getAnnouncementService()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Announcement.php';
  1115.         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()));
  1116.     }
  1117.     /**
  1118.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Article' shared autowired service.
  1119.      *
  1120.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Article
  1121.      */
  1122.     protected function getArticleService()
  1123.     {
  1124.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1125.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Article.php';
  1129.         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()));
  1130.     }
  1131.     /**
  1132.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Branding' shared autowired service.
  1133.      *
  1134.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Branding
  1135.      */
  1136.     protected function getBrandingService()
  1137.     {
  1138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1140.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Branding.php';
  1141.         $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()));
  1142.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Branding'$this));
  1143.         return $instance;
  1144.     }
  1145.     /**
  1146.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Category' shared autowired service.
  1147.      *
  1148.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Category
  1149.      */
  1150.     protected function getCategoryService()
  1151.     {
  1152.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Category.php';
  1157.         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()));
  1158.     }
  1159.     /**
  1160.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Customer' shared autowired service.
  1161.      *
  1162.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Customer
  1163.      */
  1164.     protected function getCustomer2Service()
  1165.     {
  1166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Customer.php';
  1169.         $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()));
  1170.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Customer'$this));
  1171.         return $instance;
  1172.     }
  1173.     /**
  1174.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Folder' shared autowired service.
  1175.      *
  1176.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Folder
  1177.      */
  1178.     protected function getFolderService()
  1179.     {
  1180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1182.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Folder.php';
  1183.         $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()));
  1184.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('Webkul\\UVDesk\\SupportCenterBundle\\Controller\\Folder'$this));
  1185.         return $instance;
  1186.     }
  1187.     /**
  1188.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR' shared autowired service.
  1189.      *
  1190.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\KnowledgebaseXHR
  1191.      */
  1192.     protected function getKnowledgebaseXHRService()
  1193.     {
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/KnowledgebaseXHR.php';
  1199.         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()));
  1200.     }
  1201.     /**
  1202.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Ticket' shared autowired service.
  1203.      *
  1204.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Ticket
  1205.      */
  1206.     protected function getTicket2Service()
  1207.     {
  1208.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Ticket.php';
  1213.         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()));
  1214.     }
  1215.     /**
  1216.      * Gets the public 'Webkul\UVDesk\SupportCenterBundle\Controller\Website' shared autowired service.
  1217.      *
  1218.      * @return \Webkul\UVDesk\SupportCenterBundle\Controller\Website
  1219.      */
  1220.     protected function getWebsiteService()
  1221.     {
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Controller/Website.php';
  1227.         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()));
  1228.     }
  1229.     /**
  1230.      * Gets the public 'cache.app' shared service.
  1231.      *
  1232.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1233.      */
  1234.     protected function getCache_AppService()
  1235.     {
  1236.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('AVt3aSzMjE'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1237.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1238.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1239.     }
  1240.     /**
  1241.      * Gets the public 'cache.app_clearer' shared service.
  1242.      *
  1243.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1244.      */
  1245.     protected function getCache_AppClearerService()
  1246.     {
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1249.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1250.     }
  1251.     /**
  1252.      * Gets the public 'cache.global_clearer' shared service.
  1253.      *
  1254.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1255.      */
  1256.     protected function getCache_GlobalClearerService()
  1257.     {
  1258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1260.         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())]);
  1261.     }
  1262.     /**
  1263.      * Gets the public 'cache.system' shared service.
  1264.      *
  1265.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1266.      */
  1267.     protected function getCache_SystemService()
  1268.     {
  1269.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('E3VJxUjxui'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1270.     }
  1271.     /**
  1272.      * Gets the public 'cache.system_clearer' shared service.
  1273.      *
  1274.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1275.      */
  1276.     protected function getCache_SystemClearerService()
  1277.     {
  1278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1279.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1280.         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())]);
  1281.     }
  1282.     /**
  1283.      * Gets the public 'cache_clearer' shared service.
  1284.      *
  1285.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1286.      */
  1287.     protected function getCacheClearerService()
  1288.     {
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1291.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1292.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1293.         }, 1));
  1294.     }
  1295.     /**
  1296.      * Gets the public 'cache_warmer' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1299.      */
  1300.     protected function getCacheWarmerService()
  1301.     {
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1304.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1305.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1306.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1307.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1308.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1309.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1310.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1311.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1312.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1313.     }
  1314.     /**
  1315.      * Gets the public 'console.command.public_alias.App\Console\EnvironmentVariables' shared autowired service.
  1316.      *
  1317.      * @return \App\Console\EnvironmentVariables
  1318.      */
  1319.     protected function getEnvironmentVariablesService()
  1320.     {
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1322.         include_once \dirname(__DIR__4).'/src/Console/EnvironmentVariables.php';
  1323.         return $this->services['console.command.public_alias.App\\Console\\EnvironmentVariables'] = new \App\Console\EnvironmentVariables($this);
  1324.     }
  1325.     /**
  1326.      * Gets the public 'console.command.public_alias.App\Console\Wizard\ConfigureHelpdesk' shared autowired service.
  1327.      *
  1328.      * @return \App\Console\Wizard\ConfigureHelpdesk
  1329.      */
  1330.     protected function getConfigureHelpdesk2Service()
  1331.     {
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1333.         include_once \dirname(__DIR__4).'/src/Console/Wizard/ConfigureHelpdesk.php';
  1334.         return $this->services['console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk'] = new \App\Console\Wizard\ConfigureHelpdesk($this);
  1335.     }
  1336.     /**
  1337.      * Gets the public 'console.command.public_alias.App\Console\Wizard\DefaultUser' shared autowired service.
  1338.      *
  1339.      * @return \App\Console\Wizard\DefaultUser
  1340.      */
  1341.     protected function getDefaultUserService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1344.         include_once \dirname(__DIR__4).'/src/Console/Wizard/DefaultUser.php';
  1345.         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()));
  1346.     }
  1347.     /**
  1348.      * Gets the public 'console.command.public_alias.App\Console\Wizard\MigrateDatabase' shared autowired service.
  1349.      *
  1350.      * @return \App\Console\Wizard\MigrateDatabase
  1351.      */
  1352.     protected function getMigrateDatabaseService()
  1353.     {
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1355.         include_once \dirname(__DIR__4).'/src/Console/Wizard/MigrateDatabase.php';
  1356.         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()));
  1357.     }
  1358.     /**
  1359.      * Gets the public 'console.command.public_alias.Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject' shared autowired service.
  1360.      *
  1361.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject
  1362.      */
  1363.     protected function getBootstrappingProjectService()
  1364.     {
  1365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1366.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Guides/BootstrappingProject.php';
  1367.         return $this->services['console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject'] = new \Webkul\UVDesk\CoreFrameworkBundle\Guides\BootstrappingProject();
  1368.     }
  1369.     /**
  1370.      * Gets the public 'console.command.public_alias.Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions' shared autowired service.
  1371.      *
  1372.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions
  1373.      */
  1374.     protected function getBuildExtensionsService()
  1375.     {
  1376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1377.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Console/BuildExtensions.php';
  1378.         return $this->services['console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions'] = new \Webkul\UVDesk\ExtensionFrameworkBundle\Console\BuildExtensions($this);
  1379.     }
  1380.     /**
  1381.      * Gets the public 'console.command.public_alias.Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand' shared autowired service.
  1382.      *
  1383.      * @return \Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand
  1384.      */
  1385.     protected function getRefreshMailboxCommandService()
  1386.     {
  1387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Console/RefreshMailboxCommand.php';
  1389.         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()));
  1390.     }
  1391.     /**
  1392.      * Gets the public 'console.command_loader' shared service.
  1393.      *
  1394.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1395.      */
  1396.     protected function getConsole_CommandLoaderService()
  1397.     {
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1400.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1401.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1402.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1403.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1404.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1405.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1406.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1407.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1408.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1409.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1410.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1411.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1412.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1413.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1414.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1415.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1416.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1417.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1418.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1419.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1420.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1421.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1422.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1423.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1424.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1425.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1426.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1427.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1428.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1429.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1430.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1431.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1432.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1433.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1434.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1435.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1436.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1437.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1438.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1439.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1440.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1441.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1442.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1443.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1444.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1445.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1446.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1447.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1448.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1449.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1450.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1451.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1452.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1453.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1454.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1455.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1456.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1457.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1458.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1459.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1460.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1461.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1462.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1463.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1464.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1465.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1466.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1467.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1468.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1469.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1470.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1471.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1472.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1473.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1474.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1475.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1476.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1477.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1478.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1479.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1480.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1481.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1482.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1483.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1484.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1485.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1486.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1487.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1488.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  1489.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  1490.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  1491.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  1492.         ], [
  1493.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1494.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1495.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1496.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1497.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1498.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1499.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1500.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1501.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1502.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1503.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1504.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1505.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1506.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1507.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1508.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1509.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1510.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1511.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1512.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1513.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1514.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1515.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1516.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1517.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1518.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1519.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1520.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1521.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1522.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1523.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1524.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1525.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1526.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1527.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1528.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1529.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1530.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1531.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1532.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1533.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1534.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1535.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1536.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1537.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1538.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1539.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1540.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1541.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1542.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1543.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1544.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1545.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1546.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1547.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1548.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1549.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1550.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1551.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1552.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1553.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1554.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1555.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1556.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1557.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1558.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1559.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1560.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1561.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1562.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1563.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1564.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1565.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1566.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1567.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1568.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1569.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1570.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1571.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1572.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1573.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1574.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1575.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1576.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1577.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1578.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1579.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1580.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1581.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1582.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1583.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1584.         ]), ['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']);
  1585.     }
  1586.     /**
  1587.      * Gets the public 'container.env_var_processors_locator' shared service.
  1588.      *
  1589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1590.      */
  1591.     protected function getContainer_EnvVarProcessorsLocatorService()
  1592.     {
  1593.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1594.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1595.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1596.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1597.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1598.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1599.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1600.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1601.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1602.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1603.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1604.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1605.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1606.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1607.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1608.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1609.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1610.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1611.         ], [
  1612.             'base64' => '?',
  1613.             'bool' => '?',
  1614.             'const' => '?',
  1615.             'csv' => '?',
  1616.             'default' => '?',
  1617.             'file' => '?',
  1618.             'float' => '?',
  1619.             'int' => '?',
  1620.             'json' => '?',
  1621.             'key' => '?',
  1622.             'not' => '?',
  1623.             'query_string' => '?',
  1624.             'require' => '?',
  1625.             'resolve' => '?',
  1626.             'string' => '?',
  1627.             'trim' => '?',
  1628.             'url' => '?',
  1629.         ]);
  1630.     }
  1631.     /**
  1632.      * Gets the public 'custom.field.service' shared autowired service.
  1633.      *
  1634.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\CustomFieldsService
  1635.      */
  1636.     protected function getCustom_Field_ServiceService()
  1637.     {
  1638.         $a = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  1639.         if (isset($this->services['custom.field.service'])) {
  1640.             return $this->services['custom.field.service'];
  1641.         }
  1642.         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);
  1643.     }
  1644.     /**
  1645.      * Gets the public 'data_collector.dump' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1648.      */
  1649.     protected function getDataCollector_DumpService()
  1650.     {
  1651.         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'NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1652.     }
  1653.     /**
  1654.      * Gets the public 'doctrine' shared service.
  1655.      *
  1656.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1657.      */
  1658.     protected function getDoctrineService()
  1659.     {
  1660.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1661.     }
  1662.     /**
  1663.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1664.      *
  1665.      * @return \Doctrine\DBAL\Connection
  1666.      */
  1667.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1668.     {
  1669.         $a = new \Doctrine\DBAL\Configuration();
  1670.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1671.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1672.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1673.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1674.         $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()))]));
  1675.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1676.             'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle''getLifecycleService'false],
  1677.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1678.         ], [
  1679.             'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle' => '?',
  1680.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1681.         ]));
  1682.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1683.         $c->addEventListener([=> 'prePersist'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  1684.         $c->addEventListener([=> 'preUpdate'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  1685.         $c->addEventListener([=> 'postLoad'], 'Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle');
  1686.         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, []);
  1687.     }
  1688.     /**
  1689.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1690.      *
  1691.      * @return \Doctrine\ORM\EntityManager
  1692.      */
  1693.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1694.     {
  1695.         if ($lazyLoad) {
  1696.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1697.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1698.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1699.                     $proxy->setProxyInitializer(null);
  1700.                     return true;
  1701.                 });
  1702.             });
  1703.         }
  1704.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1728.         $a = new \Doctrine\ORM\Configuration();
  1729.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1730.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1731.         $b->addDriver($c'App\\Entity');
  1732.         $b->addDriver($c'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity');
  1733.         $b->addDriver($c'Webkul\\UVDesk\\AutomationBundle\\Entity');
  1734.         $b->addDriver($c'Webkul\\UVDesk\\SupportCenterBundle\\Entity');
  1735.         $a->setEntityNamespaces(['App' => 'App\\Entity''UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\Entity''UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\Entity''UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\Entity']);
  1736.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1737.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1738.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1739.         $a->setMetadataDriverImpl($b);
  1740.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1741.         $a->setProxyNamespace('Proxies');
  1742.         $a->setAutoGenerateProxyClasses(true);
  1743.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1744.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1745.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1746.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1747.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1748.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1749.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository''getAgentActivityRepositoryService'false],
  1750.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository''getRecaptchaRepositoryService'false],
  1751.             'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository''getAnnouncementRepositoryService'false],
  1752.         ], [
  1753.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository' => '?',
  1754.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository' => '?',
  1755.             'Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository' => '?',
  1756.         ])));
  1757.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1758.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1759.         return $instance;
  1760.     }
  1761.     /**
  1762.      * Gets the public 'email.service' shared autowired service.
  1763.      *
  1764.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\EmailService
  1765.      */
  1766.     protected function getEmail_ServiceService()
  1767.     {
  1768.         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()));
  1769.     }
  1770.     /**
  1771.      * Gets the public 'error_controller' shared service.
  1772.      *
  1773.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1774.      */
  1775.     protected function getErrorControllerService()
  1776.     {
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1782.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1783.         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)));
  1784.     }
  1785.     /**
  1786.      * Gets the public 'event_dispatcher' shared service.
  1787.      *
  1788.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1789.      */
  1790.     protected function getEventDispatcherService()
  1791.     {
  1792.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1793.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1794.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1795.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1796.         $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())));
  1797.         $instance->addListener('kernel.controller', [=> function () {
  1798.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1799.         }, => 'onKernelController'], 0);
  1800.         $instance->addListener('kernel.request', [=> function () {
  1801.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1802.         }, => 'onKernelRequest'], 0);
  1803.         $instance->addListener('console.command', [=> function () {
  1804.             return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->getConsoleService());
  1805.         }, => 'onConsoleCommand'], 0);
  1806.         $instance->addListener('console.terminate', [=> function () {
  1807.             return ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] ?? $this->getConsoleService());
  1808.         }, => 'onConsoleTerminate'], 0);
  1809.         $instance->addListener('uvdesk.automation.prepared_response.execute', [=> function () {
  1810.             return ($this->services['uvdesk.automations.prepared_responses'] ?? $this->getUvdesk_Automations_PreparedResponsesService());
  1811.         }, => 'executePreparedResponse'], 0);
  1812.         $instance->addListener('uvdesk.automation.workflow.execute', [=> function () {
  1813.             return ($this->services['uvdesk.automations.workflows'] ?? $this->getUvdesk_Automations_WorkflowsService());
  1814.         }, => 'executeWorkflow'], 0);
  1815.         $instance->addListener('console.command', [=> function () {
  1816.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->getConsole2Service());
  1817.         }, => 'onConsoleCommand'], 0);
  1818.         $instance->addListener('console.terminate', [=> function () {
  1819.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Console'] ?? $this->getConsole2Service());
  1820.         }, => 'onConsoleTerminate'], 0);
  1821.         $instance->addListener('kernel.request', [=> function () {
  1822.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  1823.         }, => 'onKernelRequest'], 0);
  1824.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1825.             return ($this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\EventListener\\Kernel'] ?? $this->getKernel2Service());
  1826.         }, => 'onKernelControllerArguments'], 0);
  1827.         $instance->addListener('kernel.exception', [=> function () {
  1828.             return ($this->privates['App\\EventListener\\ExceptionSubscriber'] ?? $this->getExceptionSubscriberService());
  1829.         }, => 'onKernelException'], 10);
  1830.         $instance->addListener('kernel.response', [=> function () {
  1831.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1832.         }, => 'onKernelResponse'], 0);
  1833.         $instance->addListener('kernel.response', [=> function () {
  1834.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1835.         }, => 'onKernelResponse'], -1024);
  1836.         $instance->addListener('kernel.request', [=> function () {
  1837.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1838.         }, => 'setDefaultLocale'], 100);
  1839.         $instance->addListener('kernel.request', [=> function () {
  1840.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1841.         }, => 'onKernelRequest'], 16);
  1842.         $instance->addListener('kernel.finish_request', [=> function () {
  1843.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1844.         }, => 'onKernelFinishRequest'], 0);
  1845.         $instance->addListener('kernel.request', [=> function () {
  1846.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1847.         }, => 'onKernelRequest'], 256);
  1848.         $instance->addListener('kernel.request', [=> function () {
  1849.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1850.         }, => 'resolveControllerName'], 24);
  1851.         $instance->addListener('kernel.response', [=> function () {
  1852.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1853.         }, => 'onResponse'], -255);
  1854.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1855.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1856.         }, => 'onControllerArguments'], 0);
  1857.         $instance->addListener('kernel.exception', [=> function () {
  1858.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1859.         }, => 'logKernelException'], 0);
  1860.         $instance->addListener('kernel.exception', [=> function () {
  1861.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1862.         }, => 'onKernelException'], -128);
  1863.         $instance->addListener('kernel.request', [=> function () {
  1864.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1865.         }, => 'onKernelRequest'], 15);
  1866.         $instance->addListener('kernel.finish_request', [=> function () {
  1867.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1868.         }, => 'onKernelFinishRequest'], -15);
  1869.         $instance->addListener('console.error', [=> function () {
  1870.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1871.         }, => 'onConsoleError'], -128);
  1872.         $instance->addListener('console.terminate', [=> function () {
  1873.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1874.         }, => 'onConsoleTerminate'], -128);
  1875.         $instance->addListener('console.error', [=> function () {
  1876.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1877.         }, => 'onConsoleError'], 0);
  1878.         $instance->addListener('kernel.request', [=> function () {
  1879.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1880.         }, => 'onKernelRequest'], 128);
  1881.         $instance->addListener('kernel.response', [=> function () {
  1882.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1883.         }, => 'onKernelResponse'], -1000);
  1884.         $instance->addListener('kernel.finish_request', [=> function () {
  1885.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1886.         }, => 'onFinishRequest'], 0);
  1887.         $instance->addListener('kernel.response', [=> function () {
  1888.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1889.         }, => 'onKernelResponse'], -100);
  1890.         $instance->addListener('kernel.exception', [=> function () {
  1891.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1892.         }, => 'onKernelException'], 0);
  1893.         $instance->addListener('kernel.terminate', [=> function () {
  1894.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1895.         }, => 'onKernelTerminate'], -1024);
  1896.         $instance->addListener('kernel.controller', [=> function () {
  1897.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1898.         }, => 'onKernelController'], 0);
  1899.         $instance->addListener('kernel.response', [=> function () {
  1900.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1901.         }, => 'onKernelResponse'], 0);
  1902.         $instance->addListener('kernel.request', [=> function () {
  1903.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1904.         }, => 'configure'], 2048);
  1905.         $instance->addListener('console.command', [=> function () {
  1906.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1907.         }, => 'configure'], 2048);
  1908.         $instance->addListener('kernel.request', [=> function () {
  1909.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1910.         }, => 'onKernelRequest'], 32);
  1911.         $instance->addListener('kernel.finish_request', [=> function () {
  1912.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1913.         }, => 'onKernelFinishRequest'], 0);
  1914.         $instance->addListener('kernel.exception', [=> function () {
  1915.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1916.         }, => 'onKernelException'], -64);
  1917.         $instance->addListener('kernel.response', [=> function () {
  1918.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1919.         }, => 'onKernelResponse'], 0);
  1920.         $instance->addListener('knp_pager.before', [=> function () {
  1921.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1922.         }, => 'before'], 0);
  1923.         $instance->addListener('knp_pager.pagination', [=> function () {
  1924.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1925.         }, => 'pagination'], 0);
  1926.         $instance->addListener('knp_pager.before', [=> function () {
  1927.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1928.         }, => 'before'], 1);
  1929.         $instance->addListener('knp_pager.before', [=> function () {
  1930.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1931.         }, => 'before'], 1);
  1932.         $instance->addListener('knp_pager.pagination', [=> function () {
  1933.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1934.         }, => 'pagination'], 1);
  1935.         $instance->addListener('kernel.controller', [=> function () {
  1936.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1937.         }, => 'onKernelController'], 0);
  1938.         $instance->addListener('kernel.controller', [=> function () {
  1939.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1940.         }, => 'onKernelController'], 0);
  1941.         $instance->addListener('kernel.controller', [=> function () {
  1942.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1943.         }, => 'onKernelController'], -128);
  1944.         $instance->addListener('kernel.view', [=> function () {
  1945.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1946.         }, => 'onKernelView'], 0);
  1947.         $instance->addListener('kernel.controller', [=> function () {
  1948.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1949.         }, => 'onKernelController'], 0);
  1950.         $instance->addListener('kernel.response', [=> function () {
  1951.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1952.         }, => 'onKernelResponse'], 0);
  1953.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1954.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1955.         }, => 'onKernelControllerArguments'], 0);
  1956.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1957.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1958.         }, => 'onKernelControllerArguments'], 0);
  1959.         $instance->addListener('console.command', [=> function () {
  1960.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1961.         }, => 'configure'], 1024);
  1962.         $instance->addListener('console.error', [=> function () {
  1963.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1964.         }, => 'onConsoleError'], 0);
  1965.         $instance->addListener('console.terminate', [=> function () {
  1966.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1967.         }, => 'onConsoleTerminate'], 0);
  1968.         $instance->addListener('console.command', [=> function () {
  1969.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1970.         }, => 'onCommand'], 255);
  1971.         $instance->addListener('console.terminate', [=> function () {
  1972.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1973.         }, => 'onTerminate'], -255);
  1974.         $instance->addListener('kernel.response', [=> function () {
  1975.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1976.         }, => 'onKernelResponse'], 0);
  1977.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1978.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1979.         }, => 'onVoterVote'], 0);
  1980.         $instance->addListener('kernel.request', [=> function () {
  1981.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1982.         }, => 'configureLogoutUrlGenerator'], 8);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1985.         }, => 'onKernelRequest'], 8);
  1986.         $instance->addListener('kernel.finish_request', [=> function () {
  1987.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1988.         }, => 'onKernelFinishRequest'], 0);
  1989.         $instance->addListener('kernel.exception', [=> function () {
  1990.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1991.         }, => 'onException'], 0);
  1992.         $instance->addListener('kernel.terminate', [=> function () {
  1993.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1994.         }, => 'onTerminate'], 0);
  1995.         $instance->addListener('console.error', [=> function () {
  1996.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1997.         }, => 'onException'], 0);
  1998.         $instance->addListener('console.terminate', [=> function () {
  1999.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2000.         }, => 'onTerminate'], 0);
  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'pl');
  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.helpdesk@lepnik78.webd.pl' shared service.
  2422.      *
  2423.      * @return \Swift_Mailer
  2424.      */
  2425.     protected function getSwiftmailer_Mailer_Helpdesklepnik78_Webd_PlService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2428.         return $this->services['swiftmailer.mailer.helpdesk@lepnik78.webd.pl'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport'] ?? $this->getSwiftmailer_Mailer_Helpdesklepnik78_Webd_Pl_TransportService()));
  2429.     }
  2430.     /**
  2431.      * Gets the public 'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.plugin.messagelogger' shared service.
  2432.      *
  2433.      * @return \Swift_Plugins_MessageLogger
  2434.      */
  2435.     protected function getSwiftmailer_Mailer_Helpdesklepnik78_Webd_Pl_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.helpdesk@lepnik78.webd.pl.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2441.     }
  2442.     /**
  2443.      * Gets the public 'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport' shared service.
  2444.      *
  2445.      * @return \Swift_Transport_EsmtpTransport
  2446.      */
  2447.     protected function getSwiftmailer_Mailer_Helpdesklepnik78_Webd_Pl_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/Transport/EsmtpHandler.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
  2461.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2475.         $a = new \Swift_Transport_Esmtp_AuthHandler([=> ($this->privates['.1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~9sFDSMZ'] ?? ($this->privates['.1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator())), => ($this->privates['.2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~9sFDSMZ'] ?? ($this->privates['.2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_LoginAuthenticator())), => ($this->privates['.3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~9sFDSMZ'] ?? ($this->privates['.3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_PlainAuthenticator())), => ($this->privates['.4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~9sFDSMZ'] ?? ($this->privates['.4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()))]);
  2476.         $a->setUsername('helpdesk@lepnik78.webd.pl');
  2477.         $a->setPassword('eE5qRSNAPzhiNG85');
  2478.         $a->setAuthMode('login');
  2479.         $this->services['swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(($this->privates['swiftmailer.transport.replacementfactory'] ?? ($this->privates['swiftmailer.transport.replacementfactory'] = new \Swift_StreamFilters_StringReplacementFilterFactory()))), [=> $a], new \Swift_Events_SimpleEventDispatcher());
  2480.         $instance->setHost('lepnik78.webd.pl');
  2481.         $instance->setPort(465);
  2482.         $instance->setEncryption('ssl');
  2483.         $instance->setTimeout(30);
  2484.         $instance->setSourceIp(NULL);
  2485.         $instance->registerPlugin(new \Swift_Plugins_ImpersonatePlugin('helpdesk@lepnik78.webd.pl'));
  2486.         $instance->registerPlugin(($this->services['swiftmailer.mailer.helpdesk@lepnik78.webd.pl.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.helpdesk@lepnik78.webd.pl.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2487.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  2488.         return $instance;
  2489.     }
  2490.     /**
  2491.      * Gets the public 'swiftmailer.mailer.helpdesk@mcube.app' shared service.
  2492.      *
  2493.      * @return \Swift_Mailer
  2494.      */
  2495.     protected function getSwiftmailer_Mailer_Helpdeskmcube_AppService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2498.         return $this->services['swiftmailer.mailer.helpdesk@mcube.app'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.helpdesk@mcube.app.transport'] ?? $this->getSwiftmailer_Mailer_Helpdeskmcube_App_TransportService()));
  2499.     }
  2500.     /**
  2501.      * Gets the public 'swiftmailer.mailer.helpdesk@mcube.app.plugin.messagelogger' shared service.
  2502.      *
  2503.      * @return \Swift_Plugins_MessageLogger
  2504.      */
  2505.     protected function getSwiftmailer_Mailer_Helpdeskmcube_App_Plugin_MessageloggerService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2510.         return $this->services['swiftmailer.mailer.helpdesk@mcube.app.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2511.     }
  2512.     /**
  2513.      * Gets the public 'swiftmailer.mailer.helpdesk@mcube.app.transport' shared service.
  2514.      *
  2515.      * @return \Swift_Transport_NullTransport
  2516.      */
  2517.     protected function getSwiftmailer_Mailer_Helpdeskmcube_App_TransportService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2526.         $this->services['swiftmailer.mailer.helpdesk@mcube.app.transport'] = $instance = new \Swift_Transport_NullTransport(new \Swift_Events_SimpleEventDispatcher());
  2527.         $instance->registerPlugin(($this->services['swiftmailer.mailer.helpdesk@mcube.app.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.helpdesk@mcube.app.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2528.         return $instance;
  2529.     }
  2530.     /**
  2531.      * Gets the public 'swiftmailer.mailer.ssl_helpdesk@mcube.app' shared service.
  2532.      *
  2533.      * @return \Swift_Mailer
  2534.      */
  2535.     protected function getSwiftmailer_Mailer_SslHelpdeskmcube_AppService()
  2536.     {
  2537.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2538.         return $this->services['swiftmailer.mailer.ssl_helpdesk@mcube.app'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.ssl_helpdesk@mcube.app.transport'] ?? $this->getSwiftmailer_Mailer_SslHelpdeskmcube_App_TransportService()));
  2539.     }
  2540.     /**
  2541.      * Gets the public 'swiftmailer.mailer.ssl_helpdesk@mcube.app.plugin.messagelogger' shared service.
  2542.      *
  2543.      * @return \Swift_Plugins_MessageLogger
  2544.      */
  2545.     protected function getSwiftmailer_Mailer_SslHelpdeskmcube_App_Plugin_MessageloggerService()
  2546.     {
  2547.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2550.         return $this->services['swiftmailer.mailer.ssl_helpdesk@mcube.app.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2551.     }
  2552.     /**
  2553.      * Gets the public 'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport' shared service.
  2554.      *
  2555.      * @return \Swift_Transport_EsmtpTransport
  2556.      */
  2557.     protected function getSwiftmailer_Mailer_SslHelpdeskmcube_App_TransportService()
  2558.     {
  2559.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
  2569.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
  2570.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2572.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
  2577.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2584.         $a = new \Swift_Transport_Esmtp_AuthHandler([=> ($this->privates['.1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~9sFDSMZ'] ?? ($this->privates['.1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator())), => ($this->privates['.2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~9sFDSMZ'] ?? ($this->privates['.2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_LoginAuthenticator())), => ($this->privates['.3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~9sFDSMZ'] ?? ($this->privates['.3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_PlainAuthenticator())), => ($this->privates['.4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~9sFDSMZ'] ?? ($this->privates['.4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~9sFDSMZ'] = new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()))]);
  2585.         $a->setUsername('helpdesk@mcube.app');
  2586.         $a->setPassword('eE5qRSNAPzhiNG85');
  2587.         $a->setAuthMode('login');
  2588.         $this->services['swiftmailer.mailer.ssl_helpdesk@mcube.app.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(($this->privates['swiftmailer.transport.replacementfactory'] ?? ($this->privates['swiftmailer.transport.replacementfactory'] = new \Swift_StreamFilters_StringReplacementFilterFactory()))), [=> $a], new \Swift_Events_SimpleEventDispatcher());
  2589.         $instance->setHost('mcube.app');
  2590.         $instance->setPort(465);
  2591.         $instance->setEncryption('ssl');
  2592.         $instance->setTimeout(30);
  2593.         $instance->setSourceIp(NULL);
  2594.         $instance->registerPlugin(($this->services['swiftmailer.mailer.ssl_helpdesk@mcube.app.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.ssl_helpdesk@mcube.app.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2595.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the public 'swiftmailer.service' shared autowired service.
  2600.      *
  2601.      * @return \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer
  2602.      */
  2603.     protected function getSwiftmailer_ServiceService()
  2604.     {
  2605.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2606.         return $this->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($this);
  2607.     }
  2608.     /**
  2609.      * Gets the public 'ticket.service' shared autowired service.
  2610.      *
  2611.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\TicketService
  2612.      */
  2613.     protected function getTicket_ServiceService()
  2614.     {
  2615.         $a = ($this->services['custom.field.service'] ?? $this->getCustom_Field_ServiceService());
  2616.         if (isset($this->services['ticket.service'])) {
  2617.             return $this->services['ticket.service'];
  2618.         }
  2619.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  2620.         if (isset($this->services['ticket.service'])) {
  2621.             return $this->services['ticket.service'];
  2622.         }
  2623.         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);
  2624.     }
  2625.     /**
  2626.      * Gets the public 'translator' shared service.
  2627.      *
  2628.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2629.      */
  2630.     protected function getTranslatorService()
  2631.     {
  2632.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2633.     }
  2634.     /**
  2635.      * Gets the public 'twig' shared service.
  2636.      *
  2637.      * @return \Twig\Environment
  2638.      */
  2639.     protected function getTwigService()
  2640.     {
  2641.         $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']);
  2642.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2643.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2644.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2645.         $d = ($this->services['router'] ?? $this->getRouterService());
  2646.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2647.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2648.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  2649.         $g = new \Symfony\Bridge\Twig\AppVariable();
  2650.         $g->setEnvironment('dev');
  2651.         $g->setDebug(true);
  2652.         if ($this->has('security.token_storage')) {
  2653.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2654.         }
  2655.         if ($this->has('request_stack')) {
  2656.             $g->setRequestStack($e);
  2657.         }
  2658.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2659.         $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())));
  2660.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2661.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2662.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2663.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  2664.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['uvdesk_extension.assets_manager'] ?? $this->getUvdeskExtension_AssetsManagerService())));
  2665.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  2666.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  2667.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2668.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2669.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2670.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2671.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2672.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  2673.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2674.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2675.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($d$b)));
  2676.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  2677.         $instance->addGlobal('app'$g);
  2678.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2679.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2680.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2681.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2682.         ], [
  2683.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2684.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2685.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2686.         ])));
  2687.         $instance->addGlobal('default_agent_image_path''bundles/uvdeskcoreframework/images/uv-avatar-batman.png');
  2688.         $instance->addGlobal('default_customer_image_path''bundles/uvdeskcoreframework/images/uv-avatar-ironman.png');
  2689.         $instance->addGlobal('default_helpdesk_image_path''bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png');
  2690.         $instance->addGlobal('max_post_size'8388608);
  2691.         $instance->addGlobal('max_file_uploads'20);
  2692.         $instance->addGlobal('upload_max_filesize'2097152);
  2693.         $instance->addGlobal('user_service', ($this->services['user.service'] ?? $this->getUser_ServiceService()));
  2694.         $instance->addGlobal('uvdesk_service', ($this->services['uvdesk.service'] ?? $this->getUvdesk_ServiceService()));
  2695.         $instance->addGlobal('recaptcha_service', ($this->services['recaptcha.service'] ?? $this->getRecaptcha_ServiceService()));
  2696.         $instance->addGlobal('ticket_service', ($this->services['ticket.service'] ?? $this->getTicket_ServiceService()));
  2697.         $instance->addGlobal('csrf_token_generator', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2698.         $instance->addGlobal('email_service', ($this->services['email.service'] ?? $this->getEmail_ServiceService()));
  2699.         $instance->addGlobal('uvdesk_extensibles', ($this->services['uvdesk.extensibles'] ?? $this->getUvdesk_ExtensiblesService()));
  2700.         $instance->addGlobal('uvdesk_core_file_system', ($this->services['uvdesk.core.file_system.service'] ?? $this->getUvdesk_Core_FileSystem_ServiceService()));
  2701.         $instance->addGlobal('uvdesk_automations', ($this->services['uvdesk.automations'] ?? $this->getUvdesk_AutomationsService()));
  2702.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2703.         return $instance;
  2704.     }
  2705.     /**
  2706.      * Gets the public 'twig.controller.exception' shared service.
  2707.      *
  2708.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2709.      *
  2710.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2711.      */
  2712.     protected function getTwig_Controller_ExceptionService()
  2713.     {
  2714.         trigger_deprecation('''''The "twig.controller.exception" service is deprecated since Symfony 4.4.');
  2715.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2716.     }
  2717.     /**
  2718.      * Gets the public 'twig.controller.preview_error' shared service.
  2719.      *
  2720.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2721.      *
  2722.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2723.      */
  2724.     protected function getTwig_Controller_PreviewErrorService()
  2725.     {
  2726.         trigger_deprecation('''''The "twig.controller.preview_error" service is deprecated since Symfony 4.4.');
  2727.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  2728.     }
  2729.     /**
  2730.      * Gets the public 'user.provider' shared autowired service.
  2731.      *
  2732.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Providers\UserProvider
  2733.      */
  2734.     protected function getUser_ProviderService()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Providers/UserProvider.php';
  2738.         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()));
  2739.     }
  2740.     /**
  2741.      * Gets the public 'user.service' shared autowired service.
  2742.      *
  2743.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UserService
  2744.      */
  2745.     protected function getUser_ServiceService()
  2746.     {
  2747.         $a = ($this->services['twig'] ?? $this->getTwigService());
  2748.         if (isset($this->services['user.service'])) {
  2749.             return $this->services['user.service'];
  2750.         }
  2751.         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);
  2752.     }
  2753.     /**
  2754.      * Gets the public 'uvdesk.automations' shared autowired service.
  2755.      *
  2756.      * @return \Webkul\UVDesk\AutomationBundle\Services\AutomationService
  2757.      */
  2758.     protected function getUvdesk_AutomationsService()
  2759.     {
  2760.         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()));
  2761.     }
  2762.     /**
  2763.      * Gets the public 'uvdesk.automations.prepared_responses' shared autowired service.
  2764.      *
  2765.      * @return \Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener
  2766.      */
  2767.     protected function getUvdesk_Automations_PreparedResponsesService()
  2768.     {
  2769.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/EventListener/PreparedResponseListener.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/PreparedResponse/Action.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Agent/MailAgent.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Agent/TransferTickets.php';
  2773.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Customer/MailCustomer.php';
  2774.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/AddNote.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/Delete.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailAgent.php';
  2777.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailCustomer.php';
  2778.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailGroup.php';
  2779.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailLastCollaborator.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MailTeam.php';
  2781.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/MarkSpam.php';
  2782.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateAgent.php';
  2783.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateGroup.php';
  2784.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdatePriority.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateStatus.php';
  2786.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateTag.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateTeam.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/PreparedResponse/Actions/Ticket/UpdateType.php';
  2789.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2790.         $this->services['uvdesk.automations.prepared_responses'] = $instance = new \Webkul\UVDesk\AutomationBundle\EventListener\PreparedResponseListener($this$a);
  2791.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2792.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\MailAgent($this$b$a));
  2793.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Agent\TransferTickets($this$b$a));
  2794.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Customer\MailCustomer($this$b$a));
  2795.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\AddNote($this$b$a));
  2796.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\Delete($this$b$a));
  2797.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailAgent($this$b$a));
  2798.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailCustomer($this$b$a));
  2799.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailGroup($this$b$a));
  2800.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailLastCollaborator($this$b$a));
  2801.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MailTeam($this$b$a));
  2802.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\MarkSpam($this$b$a));
  2803.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateAgent($this$b$a));
  2804.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateGroup($this$b$a));
  2805.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdatePriority($this$b$a));
  2806.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateStatus($this$b$a));
  2807.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTag($this$b$a));
  2808.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateTeam($this$b$a));
  2809.         $instance->registerPreparedResponseAction(new \Webkul\UVDesk\CoreFrameworkBundle\PreparedResponse\Actions\Ticket\UpdateType($this$b$a));
  2810.         return $instance;
  2811.     }
  2812.     /**
  2813.      * Gets the public 'uvdesk.automations.workflows' shared autowired service.
  2814.      *
  2815.      * @return \Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener
  2816.      */
  2817.     protected function getUvdesk_Automations_WorkflowsService()
  2818.     {
  2819.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/EventListener/WorkflowListener.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Workflow/Event.php';
  2821.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Create.php';
  2822.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Delete.php';
  2823.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/UserForgotPassword.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/ForgotPassword.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Agent/Update.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Create.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Delete.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/ForgotPassword.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Customer/Update.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Agent.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/AgentReply.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Collaborator.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/CollaboratorReply.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Create.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/CustomerReply.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Delete.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Group.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Note.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Priority.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Status.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Team.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/ThreadUpdate.php';
  2843.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Events/Ticket/Type.php';
  2844.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Workflow/Action.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Agent/MailAgent.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Agent/TransferTickets.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Customer/MailCustomer.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/MailUser.php';
  2849.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/AddNote.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailAgent.php';
  2851.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailCustomer.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailGroup.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailLastCollaborator.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MailTeam.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/MarkSpam.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateAgent.php';
  2857.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateGroup.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateLabel.php';
  2859.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdatePriority.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateStatus.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateTag.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateTeam.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Workflow/Actions/Ticket/UpdateType.php';
  2864.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2865.         $this->services['uvdesk.automations.workflows'] = $instance = new \Webkul\UVDesk\AutomationBundle\EventListener\WorkflowListener($this$a);
  2866.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2867.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Create($this$b$a));
  2868.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Delete($this$b$a));
  2869.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\ForgotPassword($this$b$a));
  2870.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Agent\Update($this$b$a));
  2871.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Create($this$b$a));
  2872.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Delete($this$b$a));
  2873.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\ForgotPassword($this$b$a));
  2874.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Customer\Update($this$b$a));
  2875.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Agent($this$b$a));
  2876.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\AgentReply($this$b$a));
  2877.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Collaborator($this$b$a));
  2878.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CollaboratorReply($this$b$a));
  2879.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Create($this$b$a));
  2880.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\CustomerReply($this$b$a));
  2881.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Delete($this$b$a));
  2882.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Group($this$b$a));
  2883.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Note($this$b$a));
  2884.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Priority($this$b$a));
  2885.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Status($this$b$a));
  2886.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Team($this$b$a));
  2887.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\ThreadUpdate($this$b$a));
  2888.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\Ticket\Type($this$b$a));
  2889.         $instance->registerWorkflowEvent(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Events\UserForgotPassword($this$b$a));
  2890.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\MailAgent($this$b$a));
  2891.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Agent\TransferTickets($this$b$a));
  2892.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Customer\MailCustomer($this$b$a));
  2893.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\MailUser($this$b$a));
  2894.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\AddNote($this$b$a));
  2895.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailAgent($this$b$a));
  2896.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailCustomer($this$b$a));
  2897.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailGroup($this$b$a));
  2898.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailLastCollaborator($this$b$a));
  2899.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MailTeam($this$b$a));
  2900.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\MarkSpam($this$b$a));
  2901.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateAgent($this$b$a));
  2902.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateGroup($this$b$a));
  2903.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateLabel($this$b$a));
  2904.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdatePriority($this$b$a));
  2905.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateStatus($this$b$a));
  2906.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTag($this$b$a));
  2907.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateTeam($this$b$a));
  2908.         $instance->registerWorkflowAction(new \Webkul\UVDesk\CoreFrameworkBundle\Workflow\Actions\Ticket\UpdateType($this$b$a));
  2909.         return $instance;
  2910.     }
  2911.     /**
  2912.      * Gets the public 'uvdesk.core.event_dispatcher' shared autowired service.
  2913.      *
  2914.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher
  2915.      */
  2916.     protected function getUvdesk_Core_EventDispatcherService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Framework/EventDispatcher.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/EventListener/Swiftmailer.php';
  2920.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  2921.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2922.         $this->services['uvdesk.core.event_dispatcher'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\EventDispatcher($this$a);
  2923.         $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']]);
  2924.         return $instance;
  2925.     }
  2926.     /**
  2927.      * Gets the public 'uvdesk.core.file_system.service' shared autowired service.
  2928.      *
  2929.      * @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\FileSystem
  2930.      */
  2931.     protected function getUvdesk_Core_FileSystem_ServiceService()
  2932.     {
  2933.         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())));
  2934.     }
  2935.     /**
  2936.      * Gets the public 'uvdesk.extensibles' shared autowired service.
  2937.      *
  2938.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager
  2939.      */
  2940.     protected function getUvdesk_ExtensiblesService()
  2941.     {
  2942.         $this->services['uvdesk.extensibles'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Framework\ExtendableComponentManager($this);
  2943.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2944.         $b = ($this->services['twig'] ?? $this->getTwigService());
  2945.         $c = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  2946.         $d = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\AsideTemplate($a$b$c);
  2947.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Account());
  2948.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Apps());
  2949.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Branding());
  2950.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Productivity());
  2951.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Reports());
  2952.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Settings());
  2953.         $d->addPanelSidebar(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Sidebars\Users());
  2954.         $d->addPanelSidebar(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Sidebars\Knowledgebase());
  2955.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Account\Profile());
  2956.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\SavedReplies());
  2957.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\Tags());
  2958.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Productivity\TicketTypes());
  2959.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\AgentActivity());
  2960.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Reports\Kudos());
  2961.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\Branding());
  2962.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailSettings());
  2963.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\EmailTemplates());
  2964.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Settings\SwiftMailer());
  2965.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Themes\Helpdesk());
  2966.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Agents());
  2967.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Customers());
  2968.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Groups());
  2969.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Privileges());
  2970.         $d->addPanelSidebarItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Panel\Items\Users\Teams());
  2971.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\PreparedResponses());
  2972.         $d->addPanelSidebarItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Panel\Items\Productivity\Workflows());
  2973.         $d->addPanelSidebarItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Panel\Items\Settings\Mailboxes());
  2974.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Announcement());
  2975.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Articles());
  2976.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Categories());
  2977.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Knowledgebase\Folders());
  2978.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Settings\BlockSpam());
  2979.         $d->addPanelSidebarItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Panel\Items\Themes\SupportCenter());
  2980.         $e = ($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\DashboardTemplate'] ?? $this->getDashboardTemplateService());
  2981.         $f = ($this->services['router'] ?? $this->getRouterService());
  2982.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  2983.         $h = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\NavigationTemplate($this$a$f$c$g);
  2984.         $i = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\HomepageTemplate($f$c$g);
  2985.         $j = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\Dashboard($e$h$i);
  2986.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Home());
  2987.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Reports());
  2988.         $j->appendNavigation(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Navigation\Ticket());
  2989.         $j->appendNavigation(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Navigation\Apps());
  2990.         $j->appendNavigation(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Navigation\Knowledgebase());
  2991.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Productivity());
  2992.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Reports());
  2993.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Settings());
  2994.         $j->appendHomepageSection(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Users());
  2995.         $j->appendHomepageSection(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Sections\Apps());
  2996.         $j->appendHomepageSection(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Sections\Knowledgebase());
  2997.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\AgentActivity());
  2998.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Agents());
  2999.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Branding());
  3000.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Customers());
  3001.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailSettings());
  3002.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\EmailTemplates());
  3003.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Groups());
  3004.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Kudos());
  3005.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Privileges());
  3006.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SavedReplies());
  3007.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\SwiftMailer());
  3008.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Tags());
  3009.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\Teams());
  3010.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Homepage\Items\TicketTypes());
  3011.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\PreparedResponses());
  3012.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Homepage\Items\Workflows());
  3013.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Homepage\Items\ExploreApps());
  3014.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Homepage\Items\Mailbox());
  3015.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Announcement());
  3016.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Articles());
  3017.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Categories());
  3018.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\Folders());
  3019.         $j->appendHomepageSectionItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Homepage\Items\SpamSettings());
  3020.         $k = new \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\SearchTemplate($b$g$c);
  3021.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\AgentActivity());
  3022.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Agents());
  3023.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  3024.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Branding());
  3025.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailSettings());
  3026.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\EmailTemplates());
  3027.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Groups());
  3028.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Kudos());
  3029.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Privileges());
  3030.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\SavedReplies());
  3031.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tags());
  3032.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Teams());
  3033.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\TicketTypes());
  3034.         $k->appendSearchItem(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Dashboard\Search\Tickets());
  3035.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\PreparedResponses());
  3036.         $k->appendSearchItem(new \Webkul\UVDesk\AutomationBundle\UIComponents\Dashboard\Search\Workflows());
  3037.         $k->appendSearchItem(new \Webkul\UVDesk\ExtensionFrameworkBundle\UIComponents\Dashboard\Search\Apps());
  3038.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\Mailbox());
  3039.         $k->appendSearchItem(new \Webkul\UVDesk\MailboxBundle\UIComponents\Dashboard\Search\SwiftMailer());
  3040.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Announcement());
  3041.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Articles());
  3042.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Categories());
  3043.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Customers());
  3044.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\Folders());
  3045.         $k->appendSearchItem(new \Webkul\UVDesk\SupportCenterBundle\UIComponents\Dashboard\Search\SpamSettings());
  3046.         $instance->addComponent($d);
  3047.         $instance->addComponent($j);
  3048.         $instance->addComponent($e);
  3049.         $instance->addComponent($i);
  3050.         $instance->addComponent($h);
  3051.         $instance->addComponent($k);
  3052.         $instance->addComponent(($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'] ?? $this->getQuickActionButtonCollectionService()));
  3053.         $instance->addComponent(new \Webkul\UVDesk\CoreFrameworkBundle\Tickets\WidgetCollection());
  3054.         return $instance;
  3055.     }
  3056.     /**
  3057.      * Gets the public 'uvdesk.mailbox' shared autowired service.
  3058.      *
  3059.      * @return \Webkul\UVDesk\MailboxBundle\Services\MailboxService
  3060.      */
  3061.     protected function getUvdesk_MailboxService()
  3062.     {
  3063.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Services/MailboxService.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  3065.         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))));
  3066.     }
  3067.     /**
  3068.      * Gets the public 'uvdesk.service' shared autowired service.
  3069.      *
  3070.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\UVDeskService
  3071.      */
  3072.     protected function getUvdesk_ServiceService()
  3073.     {
  3074.         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()));
  3075.     }
  3076.     /**
  3077.      * Gets the public 'uvdesk_extension.assets_manager' shared service.
  3078.      *
  3079.      * @return \Symfony\Component\Asset\Packages
  3080.      */
  3081.     protected function getUvdeskExtension_AssetsManagerService()
  3082.     {
  3083.         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)), []);
  3084.     }
  3085.     /**
  3086.      * Gets the public 'uvdesk_extension.twig_loader' shared service.
  3087.      *
  3088.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  3089.      */
  3090.     protected function getUvdeskExtension_TwigLoaderService()
  3091.     {
  3092.         $this->services['uvdesk_extension.twig_loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  3093.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3094.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3095.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3096.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3097.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  3098.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  3099.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3100.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3101.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3102.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3103.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3104.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3105.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3106.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3107.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3108.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3109.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/views'), 'UVDeskCoreFramework');
  3110.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/core-framework/Resources/views'), '!UVDeskCoreFramework');
  3111.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Resources/views'), 'UVDeskAutomation');
  3112.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Resources/views'), '!UVDeskAutomation');
  3113.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Resources/views'), 'UVDeskExtensionFramework');
  3114.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Resources/views'), '!UVDeskExtensionFramework');
  3115.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Resources/views'), 'UVDeskMailbox');
  3116.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Resources/views'), '!UVDeskMailbox');
  3117.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/views'), 'UVDeskSupportCenter');
  3118.         $instance->addPath((\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Resources/views'), '!UVDeskSupportCenter');
  3119.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3120.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3121.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3122.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3123.         return $instance;
  3124.     }
  3125.     /**
  3126.      * Gets the public 'validation.service' shared autowired service.
  3127.      *
  3128.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService
  3129.      */
  3130.     protected function getValidation_ServiceService()
  3131.     {
  3132.         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()));
  3133.     }
  3134.     /**
  3135.      * Gets the public 'validator' shared service.
  3136.      *
  3137.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3138.      */
  3139.     protected function getValidatorService()
  3140.     {
  3141.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3142.     }
  3143.     /**
  3144.      * Gets the public 'var_dumper.cloner' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3147.      */
  3148.     protected function getVarDumper_ClonerService()
  3149.     {
  3150.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3151.         $instance->setMaxItems(2500);
  3152.         $instance->setMinDepth(1);
  3153.         $instance->setMaxString(-1);
  3154.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3155.         return $instance;
  3156.     }
  3157.     /**
  3158.      * Gets the public 'web_profiler.controller.exception' shared service.
  3159.      *
  3160.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  3161.      *
  3162.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  3163.      */
  3164.     protected function getWebProfiler_Controller_ExceptionService()
  3165.     {
  3166.         trigger_deprecation('''''The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.');
  3167.         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()));
  3168.     }
  3169.     /**
  3170.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3171.      *
  3172.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3173.      */
  3174.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3177.         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()));
  3178.     }
  3179.     /**
  3180.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3181.      *
  3182.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3183.      */
  3184.     protected function getWebProfiler_Controller_ProfilerService()
  3185.     {
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  3189.         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'], new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator()), \dirname(__DIR__4));
  3190.     }
  3191.     /**
  3192.      * Gets the public 'web_profiler.controller.router' shared service.
  3193.      *
  3194.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3195.      */
  3196.     protected function getWebProfiler_Controller_RouterService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3199.         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 () {
  3200.             return new \EmptyIterator();
  3201.         }, 0));
  3202.     }
  3203.     /**
  3204.      * Gets the private '.debug.http_client' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3207.      */
  3208.     protected function get_Debug_HttpClientService()
  3209.     {
  3210.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3211.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3212.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3213.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3214.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3215.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3216.         $a->setLogger($b);
  3217.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3218.     }
  3219.     /**
  3220.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  3221.      *
  3222.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  3223.      */
  3224.     protected function get_LegacyResolveControllerNameSubscriberService()
  3225.     {
  3226.         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);
  3227.     }
  3228.     /**
  3229.      * Gets the private '.service_locator.1qxpWX0' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3232.      */
  3233.     protected function get_ServiceLocator_1qxpWX0Service()
  3234.     {
  3235.         return $this->privates['.service_locator.1qxpWX0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3236.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3237.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3238.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3239.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3240.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3241.             'router' => ['services''router''getRouterService'false],
  3242.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3243.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3244.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3245.             'serializer' => ['services''serializer''getSerializerService'false],
  3246.             'session' => ['services''session''getSessionService'false],
  3247.             'twig' => ['services''twig''getTwigService'false],
  3248.         ], [
  3249.             'doctrine' => '?',
  3250.             'form.factory' => '?',
  3251.             'http_kernel' => '?',
  3252.             'parameter_bag' => '?',
  3253.             'request_stack' => '?',
  3254.             'router' => '?',
  3255.             'security.authorization_checker' => '?',
  3256.             'security.csrf.token_manager' => '?',
  3257.             'security.token_storage' => '?',
  3258.             'serializer' => '?',
  3259.             'session' => '?',
  3260.             'twig' => '?',
  3261.         ]);
  3262.     }
  3263.     /**
  3264.      * Gets the private '.service_locator.1ypeunc' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3267.      */
  3268.     protected function get_ServiceLocator_1ypeuncService()
  3269.     {
  3270.         return $this->privates['.service_locator.1ypeunc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3271.             'translator' => ['services''translator''getTranslatorService'false],
  3272.         ], [
  3273.             'translator' => '?',
  3274.         ]);
  3275.     }
  3276.     /**
  3277.      * Gets the private '.service_locator.KkDySej' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3280.      */
  3281.     protected function get_ServiceLocator_KkDySejService()
  3282.     {
  3283.         return $this->privates['.service_locator.KkDySej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3284.             'quickActionButtonCollection' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection''getQuickActionButtonCollectionService'false],
  3285.         ], [
  3286.             'quickActionButtonCollection' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection',
  3287.         ]);
  3288.     }
  3289.     /**
  3290.      * Gets the private '.service_locator.R4L7Yfy' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3293.      */
  3294.     protected function get_ServiceLocator_R4L7YfyService()
  3295.     {
  3296.         return $this->privates['.service_locator.R4L7Yfy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3297.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3298.             'kernel' => ['services''kernel''getKernelService'false],
  3299.         ], [
  3300.             'entityManager' => '?',
  3301.             'kernel' => '?',
  3302.         ]);
  3303.     }
  3304.     /**
  3305.      * Gets the private '.service_locator.g6H.xPr' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3308.      */
  3309.     protected function get_ServiceLocator_G6H_XPrService()
  3310.     {
  3311.         return $this->privates['.service_locator.g6H.xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3312.             'kernel' => ['services''kernel''getKernelService'false],
  3313.         ], [
  3314.             'kernel' => '?',
  3315.         ]);
  3316.     }
  3317.     /**
  3318.      * Gets the private '.service_locator.gPh6X_L' shared service.
  3319.      *
  3320.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3321.      */
  3322.     protected function get_ServiceLocator_GPh6XLService()
  3323.     {
  3324.         return $this->privates['.service_locator.gPh6X_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3325.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3326.         ], [
  3327.             'encoder' => '?',
  3328.         ]);
  3329.     }
  3330.     /**
  3331.      * Gets the private '.service_locator.iFnN7bw' shared service.
  3332.      *
  3333.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3334.      */
  3335.     protected function get_ServiceLocator_IFnN7bwService()
  3336.     {
  3337.         return $this->privates['.service_locator.iFnN7bw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3338.             'App\\Controller\\BaseController::base' => ['privates''.service_locator.R4L7Yfy''get_ServiceLocator_R4L7YfyService'false],
  3339.             'App\\Controller\\ConfigureHelpdesk::migrateDatabaseSchemaXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3340.             'App\\Controller\\ConfigureHelpdesk::populateDatabaseEntitiesXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3341.             'App\\Controller\\ConfigureHelpdesk::updateConfigurationsXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3342.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication::updateCredentials' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3343.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR::deleteTeamXHR' => ['privates''.service_locator.1ypeunc''get_ServiceLocator_1ypeuncService'false],
  3344.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket::loadTicket' => ['privates''.service_locator.KkDySej''get_ServiceLocator_KkDySejService'false],
  3345.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::apiEndpointXHR' => ['privates''.service_locator.l2hbC8x''get_ServiceLocator_L2hbC8xService'false],
  3346.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::dashboard' => ['privates''.service_locator.lwwpcys''get_ServiceLocator_LwwpcysService'false],
  3347.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard::applicationsXHR' => ['privates''.service_locator.suNQXVV''get_ServiceLocator_SuNQXVVService'false],
  3348.             'App\\Controller\\BaseController:base' => ['privates''.service_locator.R4L7Yfy''get_ServiceLocator_R4L7YfyService'false],
  3349.             'App\\Controller\\ConfigureHelpdesk:migrateDatabaseSchemaXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3350.             'App\\Controller\\ConfigureHelpdesk:populateDatabaseEntitiesXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3351.             'App\\Controller\\ConfigureHelpdesk:updateConfigurationsXHR' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  3352.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication:updateCredentials' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3353.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR:deleteTeamXHR' => ['privates''.service_locator.1ypeunc''get_ServiceLocator_1ypeuncService'false],
  3354.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket:loadTicket' => ['privates''.service_locator.KkDySej''get_ServiceLocator_KkDySejService'false],
  3355.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:apiEndpointXHR' => ['privates''.service_locator.l2hbC8x''get_ServiceLocator_L2hbC8xService'false],
  3356.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:dashboard' => ['privates''.service_locator.lwwpcys''get_ServiceLocator_LwwpcysService'false],
  3357.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard:applicationsXHR' => ['privates''.service_locator.suNQXVV''get_ServiceLocator_SuNQXVVService'false],
  3358.         ], [
  3359.             'App\\Controller\\BaseController::base' => '?',
  3360.             'App\\Controller\\ConfigureHelpdesk::migrateDatabaseSchemaXHR' => '?',
  3361.             'App\\Controller\\ConfigureHelpdesk::populateDatabaseEntitiesXHR' => '?',
  3362.             'App\\Controller\\ConfigureHelpdesk::updateConfigurationsXHR' => '?',
  3363.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication::updateCredentials' => '?',
  3364.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR::deleteTeamXHR' => '?',
  3365.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket::loadTicket' => '?',
  3366.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::apiEndpointXHR' => '?',
  3367.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application::dashboard' => '?',
  3368.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard::applicationsXHR' => '?',
  3369.             'App\\Controller\\BaseController:base' => '?',
  3370.             'App\\Controller\\ConfigureHelpdesk:migrateDatabaseSchemaXHR' => '?',
  3371.             'App\\Controller\\ConfigureHelpdesk:populateDatabaseEntitiesXHR' => '?',
  3372.             'App\\Controller\\ConfigureHelpdesk:updateConfigurationsXHR' => '?',
  3373.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication:updateCredentials' => '?',
  3374.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\TeamXHR:deleteTeamXHR' => '?',
  3375.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Ticket:loadTicket' => '?',
  3376.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:apiEndpointXHR' => '?',
  3377.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Application:dashboard' => '?',
  3378.             'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Controller\\Dashboard:applicationsXHR' => '?',
  3379.         ]);
  3380.     }
  3381.     /**
  3382.      * Gets the private '.service_locator.l2hbC8x' shared service.
  3383.      *
  3384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3385.      */
  3386.     protected function get_ServiceLocator_L2hbC8xService()
  3387.     {
  3388.         return $this->privates['.service_locator.l2hbC8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3389.             'applicationCollection' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3390.             'event' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\ApiRoutine''getApiRoutineService'false],
  3391.         ], [
  3392.             'applicationCollection' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3393.             'event' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\ApiRoutine',
  3394.         ]);
  3395.     }
  3396.     /**
  3397.      * Gets the private '.service_locator.lwwpcys' shared service.
  3398.      *
  3399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3400.      */
  3401.     protected function get_ServiceLocator_LwwpcysService()
  3402.     {
  3403.         return $this->privates['.service_locator.lwwpcys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3404.             'applicationCollection' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3405.             'event' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\RenderDashboardRoutine''getRenderDashboardRoutineService'false],
  3406.         ], [
  3407.             'applicationCollection' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3408.             'event' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Application\\Routine\\RenderDashboardRoutine',
  3409.         ]);
  3410.     }
  3411.     /**
  3412.      * Gets the private '.service_locator.suNQXVV' shared service.
  3413.      *
  3414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3415.      */
  3416.     protected function get_ServiceLocator_SuNQXVVService()
  3417.     {
  3418.         return $this->privates['.service_locator.suNQXVV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3419.             'applications' => ['privates''Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection''getApplicationCollectionService'false],
  3420.         ], [
  3421.             'applications' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection',
  3422.         ]);
  3423.     }
  3424.     /**
  3425.      * Gets the private 'App\EventListener\ExceptionSubscriber' shared autowired service.
  3426.      *
  3427.      * @return \App\EventListener\ExceptionSubscriber
  3428.      */
  3429.     protected function getExceptionSubscriberService()
  3430.     {
  3431.         include_once \dirname(__DIR__4).'/src/EventListener/ExceptionSubscriber.php';
  3432.         return $this->privates['App\\EventListener\\ExceptionSubscriber'] = new \App\EventListener\ExceptionSubscriber(($this->services['twig'] ?? $this->getTwigService()), $this);
  3433.     }
  3434.     /**
  3435.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3436.      *
  3437.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3438.      */
  3439.     protected function getManagerRegistryAwareConnectionProviderService()
  3440.     {
  3441.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3443.         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'));
  3444.     }
  3445.     /**
  3446.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3447.      *
  3448.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3449.      */
  3450.     protected function getRunSqlCommandService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3454.         $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()));
  3455.         $instance->setName('dbal:run-sql');
  3456.         return $instance;
  3457.     }
  3458.     /**
  3459.      * Gets the private 'Webkul\UVDesk\AutomationBundle\Form\DefaultForm' shared autowired service.
  3460.      *
  3461.      * @return \Webkul\UVDesk\AutomationBundle\Form\DefaultForm
  3462.      */
  3463.     protected function getDefaultFormService()
  3464.     {
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Form/DefaultForm.php';
  3468.         return $this->privates['Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm'] = new \Webkul\UVDesk\AutomationBundle\Form\DefaultForm();
  3469.     }
  3470.     /**
  3471.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate' shared autowired service.
  3472.      *
  3473.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Dashboard\DashboardTemplate
  3474.      */
  3475.     protected function getDashboardTemplateService()
  3476.     {
  3477.         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()));
  3478.     }
  3479.     /**
  3480.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console' shared autowired service.
  3481.      *
  3482.      * @return \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console
  3483.      */
  3484.     protected function getConsoleService()
  3485.     {
  3486.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/EventListener/Console/Console.php';
  3487.         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()));
  3488.     }
  3489.     /**
  3490.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle' shared autowired service.
  3491.      *
  3492.      * @return \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle
  3493.      */
  3494.     protected function getLifecycleService()
  3495.     {
  3496.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/EventListener/Doctrine/Lifecycle.php';
  3497.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Doctrine\\Lifecycle'] = new \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Doctrine\Lifecycle($this);
  3498.     }
  3499.     /**
  3500.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket' shared autowired service.
  3501.      *
  3502.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket
  3503.      */
  3504.     protected function getCreateTicketService()
  3505.     {
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/CreateTicket.php';
  3509.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\CreateTicket();
  3510.     }
  3511.     /**
  3512.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox' shared autowired service.
  3513.      *
  3514.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox
  3515.      */
  3516.     protected function getMailboxService()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/Mailbox.php';
  3521.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox();
  3522.     }
  3523.     /**
  3524.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile' shared autowired service.
  3525.      *
  3526.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile
  3527.      */
  3528.     protected function getUserProfileService()
  3529.     {
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Form/UserProfile.php';
  3533.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\UserProfile();
  3534.     }
  3535.     /**
  3536.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository' shared autowired service.
  3537.      *
  3538.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository
  3539.      */
  3540.     protected function getAgentActivityRepositoryService()
  3541.     {
  3542.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3543.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Repository/AgentActivityRepository.php';
  3548.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\AgentActivityRepository'] = new \Webkul\UVDesk\CoreFrameworkBundle\Repository\AgentActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3549.     }
  3550.     /**
  3551.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository' shared autowired service.
  3552.      *
  3553.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository
  3554.      */
  3555.     protected function getRecaptchaRepositoryService()
  3556.     {
  3557.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Repository/RecaptchaRepository.php';
  3563.         return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Repository\\RecaptchaRepository'] = new \Webkul\UVDesk\CoreFrameworkBundle\Repository\RecaptchaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3564.     }
  3565.     /**
  3566.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService' shared autowired service.
  3567.      *
  3568.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Services\FileUploadService
  3569.      */
  3570.     protected function getFileUploadServiceService()
  3571.     {
  3572.         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())));
  3573.     }
  3574.     /**
  3575.      * Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection' shared autowired service.
  3576.      *
  3577.      * @return \Webkul\UVDesk\CoreFrameworkBundle\Tickets\QuickActionButtonCollection
  3578.      */
  3579.     protected function getQuickActionButtonCollectionService()
  3580.     {
  3581.         $a = ($this->services['twig'] ?? $this->getTwigService());
  3582.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  3583.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  3584.         }
  3585.         $b = ($this->services['user.service'] ?? $this->getUser_ServiceService());
  3586.         if (isset($this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'])) {
  3587.             return $this->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Tickets\\QuickActionButtonCollection'];
  3588.         }
  3589.         $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);
  3590.         $instance->add(new \Webkul\UVDesk\CoreFrameworkBundle\UIComponents\Ticket\QuickActionButtons\SavedReplies(), [=> []]);
  3591.         $instance->add(new \Webkul\UVDesk\AutomationBundle\UIComponents\Ticket\QuickActionButtons\PreparedResponses(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), [=> []]);
  3592.         return $instance;
  3593.     }
  3594.     /**
  3595.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\ApiRoutine' shared autowired service.
  3596.      *
  3597.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\ApiRoutine
  3598.      */
  3599.     protected function getApiRoutineService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/RoutineInterface.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/Routine/ApiRoutine.php';
  3604.         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())));
  3605.     }
  3606.     /**
  3607.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\RenderDashboardRoutine' shared autowired service.
  3608.      *
  3609.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Application\Routine\RenderDashboardRoutine
  3610.      */
  3611.     protected function getRenderDashboardRoutineService()
  3612.     {
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/RoutineInterface.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Application/Routine/RenderDashboardRoutine.php';
  3616.         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()));
  3617.     }
  3618.     /**
  3619.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console' shared autowired service.
  3620.      *
  3621.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Console
  3622.      */
  3623.     protected function getConsole2Service()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/EventListener/Console.php';
  3626.         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())));
  3627.     }
  3628.     /**
  3629.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel' shared autowired service.
  3630.      *
  3631.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\EventListener\Kernel
  3632.      */
  3633.     protected function getKernel2Service()
  3634.     {
  3635.         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())));
  3636.     }
  3637.     /**
  3638.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection' shared autowired service.
  3639.      *
  3640.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection
  3641.      */
  3642.     protected function getApplicationCollectionService($lazyLoad true)
  3643.     {
  3644.         if ($lazyLoad) {
  3645.             return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection'] = $this->createProxy('ApplicationCollection_a40b613', function () {
  3646.                 return \ApplicationCollection_a40b613::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3647.                     $wrappedInstance $this->getApplicationCollectionService(false);
  3648.                     $proxy->setProxyInitializer(null);
  3649.                     return true;
  3650.                 });
  3651.             });
  3652.         }
  3653.         $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()));
  3654.         $instance->organizeCollection();
  3655.         return $instance;
  3656.     }
  3657.     /**
  3658.      * Gets the private 'Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection' shared autowired service.
  3659.      *
  3660.      * @return \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection
  3661.      */
  3662.     protected function getPackageCollectionService($lazyLoad true)
  3663.     {
  3664.         if ($lazyLoad) {
  3665.             return $this->privates['Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection'] = $this->createProxy('PackageCollection_b86d16c', function () {
  3666.                 return \PackageCollection_b86d16c::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3667.                     $wrappedInstance $this->getPackageCollectionService(false);
  3668.                     $proxy->setProxyInitializer(null);
  3669.                     return true;
  3670.                 });
  3671.             });
  3672.         }
  3673.         $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())));
  3674.         $instance->organizeCollection();
  3675.         return $instance;
  3676.     }
  3677.     /**
  3678.      * Gets the private 'Webkul\UVDesk\MailboxBundle\Services\MailboxService' shared autowired service.
  3679.      *
  3680.      * @return \Webkul\UVDesk\MailboxBundle\Services\MailboxService
  3681.      */
  3682.     protected function getMailboxServiceService()
  3683.     {
  3684.         include_once \dirname(__DIR__4).'/vendor/uvdesk/mailbox-component/Services/MailboxService.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
  3686.         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))));
  3687.     }
  3688.     /**
  3689.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation' shared autowired service.
  3690.      *
  3691.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation
  3692.      */
  3693.     protected function getAccountValidationService()
  3694.     {
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/AccountValidation.php';
  3698.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation'] = new \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation();
  3699.     }
  3700.     /**
  3701.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword' shared autowired service.
  3702.      *
  3703.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword
  3704.      */
  3705.     protected function getForgotPasswordService()
  3706.     {
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/ForgotPassword.php';
  3710.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword'] = new \Webkul\UVDesk\SupportCenterBundle\Form\ForgotPassword();
  3711.     }
  3712.     /**
  3713.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal' shared autowired service.
  3714.      *
  3715.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal
  3716.      */
  3717.     protected function getSolutionModalService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/SolutionModal.php';
  3722.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal'] = new \Webkul\UVDesk\SupportCenterBundle\Form\SolutionModal();
  3723.     }
  3724.     /**
  3725.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\Ticket' shared autowired service.
  3726.      *
  3727.      * @return \Webkul\UVDesk\SupportCenterBundle\Form\Ticket
  3728.      */
  3729.     protected function getTicket3Service()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Form/Ticket.php';
  3734.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket'] = new \Webkul\UVDesk\SupportCenterBundle\Form\Ticket();
  3735.     }
  3736.     /**
  3737.      * Gets the private 'Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository' shared autowired service.
  3738.      *
  3739.      * @return \Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository
  3740.      */
  3741.     protected function getAnnouncementRepositoryService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Repository/AnnouncementRepository.php';
  3749.         return $this->privates['Webkul\\UVDesk\\SupportCenterBundle\\Repository\\AnnouncementRepository'] = new \Webkul\UVDesk\SupportCenterBundle\Repository\AnnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3750.     }
  3751.     /**
  3752.      * Gets the private 'annotations.cache_adapter' shared service.
  3753.      *
  3754.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3755.      */
  3756.     protected function getAnnotations_CacheAdapterService()
  3757.     {
  3758.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3759.     }
  3760.     /**
  3761.      * Gets the private 'annotations.cache_warmer' shared service.
  3762.      *
  3763.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3764.      */
  3765.     protected function getAnnotations_CacheWarmerService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3770.         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);
  3771.     }
  3772.     /**
  3773.      * Gets the private 'annotations.cached_reader' shared service.
  3774.      *
  3775.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3776.      */
  3777.     protected function getAnnotations_CachedReaderService()
  3778.     {
  3779.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3780.     }
  3781.     /**
  3782.      * Gets the private 'annotations.reader' shared service.
  3783.      *
  3784.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3785.      */
  3786.     protected function getAnnotations_ReaderService()
  3787.     {
  3788.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3789.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3790.         $a->registerUniqueLoader('class_exists');
  3791.         $instance->addGlobalIgnoredName('required'$a);
  3792.         return $instance;
  3793.     }
  3794.     /**
  3795.      * Gets the private 'cache.annotations' shared service.
  3796.      *
  3797.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3798.      */
  3799.     protected function getCache_AnnotationsService()
  3800.     {
  3801.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i+Bv5jWshn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3802.     }
  3803.     /**
  3804.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3805.      *
  3806.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3807.      */
  3808.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3809.     {
  3810.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3811.     }
  3812.     /**
  3813.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3814.      *
  3815.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3816.      */
  3817.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3818.     {
  3819.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3820.     }
  3821.     /**
  3822.      * Gets the private 'cache.property_info' shared service.
  3823.      *
  3824.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3825.      */
  3826.     protected function getCache_PropertyInfoService()
  3827.     {
  3828.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bUrX9ZVfiR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3829.     }
  3830.     /**
  3831.      * Gets the private 'cache.security_expression_language' shared service.
  3832.      *
  3833.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3834.      */
  3835.     protected function getCache_SecurityExpressionLanguageService()
  3836.     {
  3837.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NsEvOKgFhT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3838.     }
  3839.     /**
  3840.      * Gets the private 'cache.serializer' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3843.      */
  3844.     protected function getCache_SerializerService()
  3845.     {
  3846.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YPU4ttK1RE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3847.     }
  3848.     /**
  3849.      * Gets the private 'cache.validator' shared service.
  3850.      *
  3851.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3852.      */
  3853.     protected function getCache_ValidatorService()
  3854.     {
  3855.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JYlGRKm8xf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3856.     }
  3857.     /**
  3858.      * Gets the private 'config_cache_factory' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3861.      */
  3862.     protected function getConfigCacheFactoryService()
  3863.     {
  3864.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3865.             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)));
  3866.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3867.         }, 2));
  3868.     }
  3869.     /**
  3870.      * Gets the private 'console.command.about' shared service.
  3871.      *
  3872.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3873.      */
  3874.     protected function getConsole_Command_AboutService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3878.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3879.         $instance->setName('about');
  3880.         return $instance;
  3881.     }
  3882.     /**
  3883.      * Gets the private 'console.command.assets_install' shared service.
  3884.      *
  3885.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3886.      */
  3887.     protected function getConsole_Command_AssetsInstallService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3892.         $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));
  3893.         $instance->setName('assets:install');
  3894.         return $instance;
  3895.     }
  3896.     /**
  3897.      * Gets the private 'console.command.cache_clear' shared service.
  3898.      *
  3899.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3900.      */
  3901.     protected function getConsole_Command_CacheClearService()
  3902.     {
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3906.         $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())));
  3907.         $instance->setName('cache:clear');
  3908.         return $instance;
  3909.     }
  3910.     /**
  3911.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3912.      *
  3913.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3914.      */
  3915.     protected function getConsole_Command_CachePoolClearService()
  3916.     {
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3919.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3920.         $instance->setName('cache:pool:clear');
  3921.         return $instance;
  3922.     }
  3923.     /**
  3924.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3925.      *
  3926.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3927.      */
  3928.     protected function getConsole_Command_CachePoolDeleteService()
  3929.     {
  3930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3932.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3933.         $instance->setName('cache:pool:delete');
  3934.         return $instance;
  3935.     }
  3936.     /**
  3937.      * Gets the private 'console.command.cache_pool_list' shared service.
  3938.      *
  3939.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3940.      */
  3941.     protected function getConsole_Command_CachePoolListService()
  3942.     {
  3943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3945.         $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']);
  3946.         $instance->setName('cache:pool:list');
  3947.         return $instance;
  3948.     }
  3949.     /**
  3950.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3951.      *
  3952.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3953.      */
  3954.     protected function getConsole_Command_CachePoolPruneService()
  3955.     {
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3958.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3959.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3960.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3961.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3962.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3963.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3964.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3965.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3966.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3967.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3968.         }, 9));
  3969.         $instance->setName('cache:pool:prune');
  3970.         return $instance;
  3971.     }
  3972.     /**
  3973.      * Gets the private 'console.command.cache_warmup' shared service.
  3974.      *
  3975.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3976.      */
  3977.     protected function getConsole_Command_CacheWarmupService()
  3978.     {
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3981.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3982.         $instance->setName('cache:warmup');
  3983.         return $instance;
  3984.     }
  3985.     /**
  3986.      * Gets the private 'console.command.config_debug' shared service.
  3987.      *
  3988.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3989.      */
  3990.     protected function getConsole_Command_ConfigDebugService()
  3991.     {
  3992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3996.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3997.         $instance->setName('debug:config');
  3998.         return $instance;
  3999.     }
  4000.     /**
  4001.      * Gets the private 'console.command.config_dump_reference' shared service.
  4002.      *
  4003.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4004.      */
  4005.     protected function getConsole_Command_ConfigDumpReferenceService()
  4006.     {
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4011.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4012.         $instance->setName('config:dump-reference');
  4013.         return $instance;
  4014.     }
  4015.     /**
  4016.      * Gets the private 'console.command.container_debug' shared service.
  4017.      *
  4018.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4019.      */
  4020.     protected function getConsole_Command_ContainerDebugService()
  4021.     {
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4024.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4025.         $instance->setName('debug:container');
  4026.         return $instance;
  4027.     }
  4028.     /**
  4029.      * Gets the private 'console.command.container_lint' shared service.
  4030.      *
  4031.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4032.      */
  4033.     protected function getConsole_Command_ContainerLintService()
  4034.     {
  4035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4037.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4038.         $instance->setName('lint:container');
  4039.         return $instance;
  4040.     }
  4041.     /**
  4042.      * Gets the private 'console.command.debug_autowiring' shared service.
  4043.      *
  4044.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4045.      */
  4046.     protected function getConsole_Command_DebugAutowiringService()
  4047.     {
  4048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4051.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4052.         $instance->setName('debug:autowiring');
  4053.         return $instance;
  4054.     }
  4055.     /**
  4056.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4057.      *
  4058.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4059.      */
  4060.     protected function getConsole_Command_EventDispatcherDebugService()
  4061.     {
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4064.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4065.         $instance->setName('debug:event-dispatcher');
  4066.         return $instance;
  4067.     }
  4068.     /**
  4069.      * Gets the private 'console.command.form_debug' shared service.
  4070.      *
  4071.      * @return \Symfony\Component\Form\Command\DebugCommand
  4072.      */
  4073.     protected function getConsole_Command_FormDebugService()
  4074.     {
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4077.         $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()));
  4078.         $instance->setName('debug:form');
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'console.command.router_debug' shared service.
  4083.      *
  4084.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4085.      */
  4086.     protected function getConsole_Command_RouterDebugService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4090.         $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()));
  4091.         $instance->setName('debug:router');
  4092.         return $instance;
  4093.     }
  4094.     /**
  4095.      * Gets the private 'console.command.router_match' shared service.
  4096.      *
  4097.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4098.      */
  4099.     protected function getConsole_Command_RouterMatchService()
  4100.     {
  4101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4103.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  4104.         $instance->setName('router:match');
  4105.         return $instance;
  4106.     }
  4107.     /**
  4108.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4109.      *
  4110.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4111.      */
  4112.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4113.     {
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4120.         $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')))));
  4121.         $instance->setName('secrets:decrypt-to-local');
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4126.      *
  4127.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4128.      */
  4129.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4137.         $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')))));
  4138.         $instance->setName('secrets:encrypt-from-local');
  4139.         return $instance;
  4140.     }
  4141.     /**
  4142.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4143.      *
  4144.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4145.      */
  4146.     protected function getConsole_Command_SecretsGenerateKeyService()
  4147.     {
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4154.         $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')))));
  4155.         $instance->setName('secrets:generate-keys');
  4156.         return $instance;
  4157.     }
  4158.     /**
  4159.      * Gets the private 'console.command.secrets_list' shared service.
  4160.      *
  4161.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4162.      */
  4163.     protected function getConsole_Command_SecretsListService()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4171.         $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')))));
  4172.         $instance->setName('secrets:list');
  4173.         return $instance;
  4174.     }
  4175.     /**
  4176.      * Gets the private 'console.command.secrets_remove' shared service.
  4177.      *
  4178.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4179.      */
  4180.     protected function getConsole_Command_SecretsRemoveService()
  4181.     {
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4188.         $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')))));
  4189.         $instance->setName('secrets:remove');
  4190.         return $instance;
  4191.     }
  4192.     /**
  4193.      * Gets the private 'console.command.secrets_set' shared service.
  4194.      *
  4195.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4196.      */
  4197.     protected function getConsole_Command_SecretsSetService()
  4198.     {
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4205.         $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')))));
  4206.         $instance->setName('secrets:set');
  4207.         return $instance;
  4208.     }
  4209.     /**
  4210.      * Gets the private 'console.command.translation_debug' shared service.
  4211.      *
  4212.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4213.      */
  4214.     protected function getConsole_Command_TranslationDebugService()
  4215.     {
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4218.         $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')]);
  4219.         $instance->setName('debug:translation');
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'console.command.translation_update' shared service.
  4224.      *
  4225.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4226.      */
  4227.     protected function getConsole_Command_TranslationUpdateService()
  4228.     {
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  4245.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  4246.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  4247.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  4248.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  4249.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  4250.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  4251.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  4252.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  4253.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  4254.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  4255.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  4256.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  4257.         $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()), 'pl', (\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')]);
  4258.         $instance->setName('translation:update');
  4259.         return $instance;
  4260.     }
  4261.     /**
  4262.      * Gets the private 'console.command.xliff_lint' shared service.
  4263.      *
  4264.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  4265.      */
  4266.     protected function getConsole_Command_XliffLintService()
  4267.     {
  4268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  4271.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  4272.         $instance->setName('lint:xliff');
  4273.         return $instance;
  4274.     }
  4275.     /**
  4276.      * Gets the private 'console.command.yaml_lint' shared service.
  4277.      *
  4278.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4279.      */
  4280.     protected function getConsole_Command_YamlLintService()
  4281.     {
  4282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4285.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4286.         $instance->setName('lint:yaml');
  4287.         return $instance;
  4288.     }
  4289.     /**
  4290.      * Gets the private 'console.error_listener' shared service.
  4291.      *
  4292.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4293.      */
  4294.     protected function getConsole_ErrorListenerService()
  4295.     {
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4297.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4298.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4299.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4300.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4301.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4302.     }
  4303.     /**
  4304.      * Gets the private 'container.env_var_processor' shared service.
  4305.      *
  4306.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4307.      */
  4308.     protected function getContainer_EnvVarProcessorService()
  4309.     {
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4312.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4313.             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'))));
  4314.         }, 1));
  4315.     }
  4316.     /**
  4317.      * Gets the private 'data_collector.form' shared service.
  4318.      *
  4319.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4320.      */
  4321.     protected function getDataCollector_FormService()
  4322.     {
  4323.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4324.     }
  4325.     /**
  4326.      * Gets the private 'debug.argument_resolver.default' shared service.
  4327.      *
  4328.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4329.      */
  4330.     protected function getDebug_ArgumentResolver_DefaultService()
  4331.     {
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4335.         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))));
  4336.     }
  4337.     /**
  4338.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4339.      *
  4340.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4341.      */
  4342.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4343.     {
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4347.         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))));
  4348.     }
  4349.     /**
  4350.      * Gets the private 'debug.argument_resolver.request' shared service.
  4351.      *
  4352.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4353.      */
  4354.     protected function getDebug_ArgumentResolver_RequestService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4359.         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))));
  4360.     }
  4361.     /**
  4362.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4363.      *
  4364.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4365.      */
  4366.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4367.     {
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4371.         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))));
  4372.     }
  4373.     /**
  4374.      * Gets the private 'debug.argument_resolver.service' shared service.
  4375.      *
  4376.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4377.      */
  4378.     protected function getDebug_ArgumentResolver_ServiceService()
  4379.     {
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4383.         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))));
  4384.     }
  4385.     /**
  4386.      * Gets the private 'debug.argument_resolver.session' shared service.
  4387.      *
  4388.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4389.      */
  4390.     protected function getDebug_ArgumentResolver_SessionService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4395.         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))));
  4396.     }
  4397.     /**
  4398.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4401.      */
  4402.     protected function getDebug_ArgumentResolver_VariadicService()
  4403.     {
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4407.         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))));
  4408.     }
  4409.     /**
  4410.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4411.      *
  4412.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4413.      */
  4414.     protected function getDebug_DebugHandlersListenerService()
  4415.     {
  4416.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4417.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4418.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4419.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4420.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4421.         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);
  4422.     }
  4423.     /**
  4424.      * Gets the private 'debug.dump_listener' shared service.
  4425.      *
  4426.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4427.      */
  4428.     protected function getDebug_DumpListenerService()
  4429.     {
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4432.         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()));
  4433.     }
  4434.     /**
  4435.      * Gets the private 'debug.file_link_formatter' shared service.
  4436.      *
  4437.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4438.      */
  4439.     protected function getDebug_FileLinkFormatterService()
  4440.     {
  4441.         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 () {
  4442.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4443.         });
  4444.     }
  4445.     /**
  4446.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4447.      *
  4448.      * @return \string
  4449.      */
  4450.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4451.     {
  4452.         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');
  4453.     }
  4454.     /**
  4455.      * Gets the private 'debug.log_processor' shared service.
  4456.      *
  4457.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4458.      */
  4459.     protected function getDebug_LogProcessorService()
  4460.     {
  4461.         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())));
  4462.     }
  4463.     /**
  4464.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4465.      *
  4466.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4467.      */
  4468.     protected function getDebug_Security_Access_DecisionManagerService()
  4469.     {
  4470.         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 () {
  4471.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4472.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4473.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4474.             yield => ($this->privates['debug.security.voter.Webkul\\UVDesk\\CoreFrameworkBundle\\Security\\TicketVoter'] ?? $this->getTicketVoterService());
  4475.         }, 4), 'affirmative'falsetrue));
  4476.     }
  4477.     /**
  4478.      * Gets the private 'debug.security.firewall' shared service.
  4479.      *
  4480.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4481.      */
  4482.     protected function getDebug_Security_FirewallService()
  4483.     {
  4484.         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()));
  4485.     }
  4486.     /**
  4487.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4488.      *
  4489.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4490.      */
  4491.     protected function getDebug_Security_UserValueResolverService()
  4492.     {
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4496.         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))));
  4497.     }
  4498.     /**
  4499.      * Gets the private 'debug.security.voter.Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter' shared service.
  4500.      *
  4501.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4502.      */
  4503.     protected function getTicketVoterService()
  4504.     {
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Security/TicketVoter.php';
  4509.         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()));
  4510.     }
  4511.     /**
  4512.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4513.      *
  4514.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4515.      */
  4516.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4517.     {
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4521.         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()));
  4522.     }
  4523.     /**
  4524.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4525.      *
  4526.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4527.      */
  4528.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4533.         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()));
  4534.     }
  4535.     /**
  4536.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4537.      *
  4538.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4539.      */
  4540.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4541.     {
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4546.         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()));
  4547.     }
  4548.     /**
  4549.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4550.      *
  4551.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4552.      */
  4553.     protected function getDebug_Security_Voter_VoteListenerService()
  4554.     {
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4556.         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()));
  4557.     }
  4558.     /**
  4559.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4560.      *
  4561.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4562.      */
  4563.     protected function getDoctrine_CacheClearMetadataCommandService()
  4564.     {
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4569.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  4570.         $instance->setName('doctrine:cache:clear-metadata');
  4571.         return $instance;
  4572.     }
  4573.     /**
  4574.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4575.      *
  4576.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4577.      */
  4578.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4579.     {
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4583.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4584.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  4585.         $instance->setName('doctrine:cache:clear-query');
  4586.         return $instance;
  4587.     }
  4588.     /**
  4589.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4590.      *
  4591.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4592.      */
  4593.     protected function getDoctrine_CacheClearResultCommandService()
  4594.     {
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4599.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  4600.         $instance->setName('doctrine:cache:clear-result');
  4601.         return $instance;
  4602.     }
  4603.     /**
  4604.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4605.      *
  4606.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4607.      */
  4608.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4609.     {
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4614.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  4615.         $instance->setName('doctrine:cache:clear-collection-region');
  4616.         return $instance;
  4617.     }
  4618.     /**
  4619.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4620.      *
  4621.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4622.      */
  4623.     protected function getDoctrine_ClearEntityRegionCommandService()
  4624.     {
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4629.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  4630.         $instance->setName('doctrine:cache:clear-entity-region');
  4631.         return $instance;
  4632.     }
  4633.     /**
  4634.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4635.      *
  4636.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4637.      */
  4638.     protected function getDoctrine_ClearQueryRegionCommandService()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4644.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4645.         $instance->setName('doctrine:cache:clear-query-region');
  4646.         return $instance;
  4647.     }
  4648.     /**
  4649.      * Gets the private 'doctrine.database_create_command' shared service.
  4650.      *
  4651.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4652.      */
  4653.     protected function getDoctrine_DatabaseCreateCommandService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4658.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4659.         $instance->setName('doctrine:database:create');
  4660.         return $instance;
  4661.     }
  4662.     /**
  4663.      * Gets the private 'doctrine.database_drop_command' shared service.
  4664.      *
  4665.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4666.      */
  4667.     protected function getDoctrine_DatabaseDropCommandService()
  4668.     {
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4672.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4673.         $instance->setName('doctrine:database:drop');
  4674.         return $instance;
  4675.     }
  4676.     /**
  4677.      * Gets the private 'doctrine.database_import_command' shared service.
  4678.      *
  4679.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4680.      */
  4681.     protected function getDoctrine_DatabaseImportCommandService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4686.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4687.         $instance->setName('doctrine:database:import');
  4688.         return $instance;
  4689.     }
  4690.     /**
  4691.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4692.      *
  4693.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4694.      */
  4695.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4696.     {
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4701.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4702.         $instance->setName('doctrine:ensure-production-settings');
  4703.         return $instance;
  4704.     }
  4705.     /**
  4706.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  4707.      *
  4708.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  4709.      */
  4710.     protected function getDoctrine_FixturesLoadCommandService()
  4711.     {
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4723.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/AgentGroups.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/AgentPrivileges.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/EmailTemplates.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/HelpdeskBranding.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketPriorities.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketStatuses.php';
  4730.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/TicketTypes.php';
  4731.         include_once \dirname(__DIR__4).'/vendor/uvdesk/core-framework/Fixtures/UserRoles.php';
  4732.         include_once \dirname(__DIR__4).'/vendor/uvdesk/automation-bundle/Fixtures/AutomationWorkflowFixtures.php';
  4733.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Fixtures/EmailTemplates.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle/Fixtures/KnowledgebaseWebsite.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  4737.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  4738.         $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' => []]]);
  4739.         $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()]);
  4740.         $instance->setName('doctrine:fixtures:load');
  4741.         return $instance;
  4742.     }
  4743.     /**
  4744.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4745.      *
  4746.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4747.      */
  4748.     protected function getDoctrine_MappingConvertCommandService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4754.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4755.         $instance->setName('doctrine:mapping:convert');
  4756.         return $instance;
  4757.     }
  4758.     /**
  4759.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4760.      *
  4761.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4762.      */
  4763.     protected function getDoctrine_MappingImportCommandService()
  4764.     {
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4768.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4769.         $instance->setName('doctrine:mapping:import');
  4770.         return $instance;
  4771.     }
  4772.     /**
  4773.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4774.      *
  4775.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4776.      */
  4777.     protected function getDoctrine_MappingInfoCommandService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4783.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4784.         $instance->setName('doctrine:mapping:info');
  4785.         return $instance;
  4786.     }
  4787.     /**
  4788.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4789.      *
  4790.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4791.      */
  4792.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4793.     {
  4794.         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')]);
  4795.     }
  4796.     /**
  4797.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4798.      *
  4799.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4800.      */
  4801.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4802.     {
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4804.         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()));
  4805.     }
  4806.     /**
  4807.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4808.      *
  4809.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4810.      */
  4811.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4812.     {
  4813.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4814.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4815.     }
  4816.     /**
  4817.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4818.      *
  4819.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4820.      */
  4821.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4822.     {
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4825.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4826.     }
  4827.     /**
  4828.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4829.      *
  4830.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4831.      */
  4832.     protected function getDoctrine_Orm_Validator_UniqueService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4837.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4838.     }
  4839.     /**
  4840.      * Gets the private 'doctrine.query_dql_command' shared service.
  4841.      *
  4842.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4843.      */
  4844.     protected function getDoctrine_QueryDqlCommandService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4850.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4851.         $instance->setName('doctrine:query:dql');
  4852.         return $instance;
  4853.     }
  4854.     /**
  4855.      * Gets the private 'doctrine.query_sql_command' shared service.
  4856.      *
  4857.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4858.      */
  4859.     protected function getDoctrine_QuerySqlCommandService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4864.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4865.         $instance->setName('doctrine:query:sql');
  4866.         return $instance;
  4867.     }
  4868.     /**
  4869.      * Gets the private 'doctrine.schema_create_command' shared service.
  4870.      *
  4871.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4872.      */
  4873.     protected function getDoctrine_SchemaCreateCommandService()
  4874.     {
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4880.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4881.         $instance->setName('doctrine:schema:create');
  4882.         return $instance;
  4883.     }
  4884.     /**
  4885.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4886.      *
  4887.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4888.      */
  4889.     protected function getDoctrine_SchemaDropCommandService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4896.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4897.         $instance->setName('doctrine:schema:drop');
  4898.         return $instance;
  4899.     }
  4900.     /**
  4901.      * Gets the private 'doctrine.schema_update_command' shared service.
  4902.      *
  4903.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4904.      */
  4905.     protected function getDoctrine_SchemaUpdateCommandService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4912.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4913.         $instance->setName('doctrine:schema:update');
  4914.         return $instance;
  4915.     }
  4916.     /**
  4917.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4918.      *
  4919.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4920.      */
  4921.     protected function getDoctrine_SchemaValidateCommandService()
  4922.     {
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4927.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4928.         $instance->setName('doctrine:schema:validate');
  4929.         return $instance;
  4930.     }
  4931.     /**
  4932.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4933.      *
  4934.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  4935.      */
  4936.     protected function getDoctrineMigrations_DiffCommandService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  4942.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  4943.         $instance->setName('doctrine:migrations:diff');
  4944.         return $instance;
  4945.     }
  4946.     /**
  4947.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4948.      *
  4949.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  4950.      */
  4951.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4952.     {
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  4957.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  4958.         $instance->setName('doctrine:migrations:dump-schema');
  4959.         return $instance;
  4960.     }
  4961.     /**
  4962.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4963.      *
  4964.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  4965.      */
  4966.     protected function getDoctrineMigrations_ExecuteCommandService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  4972.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  4973.         $instance->setName('doctrine:migrations:execute');
  4974.         return $instance;
  4975.     }
  4976.     /**
  4977.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4978.      *
  4979.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  4980.      */
  4981.     protected function getDoctrineMigrations_GenerateCommandService()
  4982.     {
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  4987.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  4988.         $instance->setName('doctrine:migrations:generate');
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4993.      *
  4994.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4995.      */
  4996.     protected function getDoctrineMigrations_LatestCommandService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  5002.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  5003.         $instance->setName('doctrine:migrations:latest');
  5004.         return $instance;
  5005.     }
  5006.     /**
  5007.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5008.      *
  5009.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  5010.      */
  5011.     protected function getDoctrineMigrations_MigrateCommandService()
  5012.     {
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  5017.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  5018.         $instance->setName('doctrine:migrations:migrate');
  5019.         return $instance;
  5020.     }
  5021.     /**
  5022.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5023.      *
  5024.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  5025.      */
  5026.     protected function getDoctrineMigrations_RollupCommandService()
  5027.     {
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  5032.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  5033.         $instance->setName('doctrine:migrations:rollup');
  5034.         return $instance;
  5035.     }
  5036.     /**
  5037.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5038.      *
  5039.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  5040.      */
  5041.     protected function getDoctrineMigrations_StatusCommandService()
  5042.     {
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  5047.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  5048.         $instance->setName('doctrine:migrations:status');
  5049.         return $instance;
  5050.     }
  5051.     /**
  5052.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5053.      *
  5054.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  5055.      */
  5056.     protected function getDoctrineMigrations_UpToDateCommandService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  5062.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  5063.         $instance->setName('doctrine:migrations:up-to-date');
  5064.         return $instance;
  5065.     }
  5066.     /**
  5067.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5068.      *
  5069.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  5070.      */
  5071.     protected function getDoctrineMigrations_VersionCommandService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  5077.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  5078.         $instance->setName('doctrine:migrations:version');
  5079.         return $instance;
  5080.     }
  5081.     /**
  5082.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5085.      */
  5086.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5090.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5091.         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()));
  5092.     }
  5093.     /**
  5094.      * Gets the private 'exception_listener' shared service.
  5095.      *
  5096.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5097.      */
  5098.     protected function getExceptionListenerService()
  5099.     {
  5100.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  5101.     }
  5102.     /**
  5103.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5104.      *
  5105.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5106.      */
  5107.     protected function getForm_ChoiceListFactory_CachedService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5113.         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())));
  5114.     }
  5115.     /**
  5116.      * Gets the private 'form.registry' shared service.
  5117.      *
  5118.      * @return \Symfony\Component\Form\FormRegistry
  5119.      */
  5120.     protected function getForm_RegistryService()
  5121.     {
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5129.         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, [
  5130.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5131.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5132.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  5133.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5134.             'Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm' => ['privates''Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm''getDefaultFormService'false],
  5135.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket''getCreateTicketService'false],
  5136.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox''getMailboxService'false],
  5137.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile' => ['privates''Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile''getUserProfileService'false],
  5138.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation''getAccountValidationService'false],
  5139.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword''getForgotPasswordService'false],
  5140.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal''getSolutionModalService'false],
  5141.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket' => ['privates''Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket''getTicket3Service'false],
  5142.         ], [
  5143.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5144.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5145.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5146.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5147.             'Webkul\\UVDesk\\AutomationBundle\\Form\\DefaultForm' => '?',
  5148.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\CreateTicket' => '?',
  5149.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox' => '?',
  5150.             'Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\UserProfile' => '?',
  5151.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation' => '?',
  5152.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\ForgotPassword' => '?',
  5153.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\SolutionModal' => '?',
  5154.             'Webkul\\UVDesk\\SupportCenterBundle\\Form\\Ticket' => '?',
  5155.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5156.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5157.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5158.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5159.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5160.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5161.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5162.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5163.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5164.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5165.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5166.         }, 1)], new RewindableGenerator(function () {
  5167.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5168.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5169.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5170.     }
  5171.     /**
  5172.      * Gets the private 'form.server_params' shared service.
  5173.      *
  5174.      * @return \Symfony\Component\Form\Util\ServerParams
  5175.      */
  5176.     protected function getForm_ServerParamsService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5179.         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())));
  5180.     }
  5181.     /**
  5182.      * Gets the private 'form.type.choice' shared service.
  5183.      *
  5184.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5185.      */
  5186.     protected function getForm_Type_ChoiceService()
  5187.     {
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5191.         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()));
  5192.     }
  5193.     /**
  5194.      * Gets the private 'form.type.entity' shared service.
  5195.      *
  5196.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5197.      */
  5198.     protected function getForm_Type_EntityService()
  5199.     {
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5204.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5205.     }
  5206.     /**
  5207.      * Gets the private 'form.type.form' shared service.
  5208.      *
  5209.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5210.      */
  5211.     protected function getForm_Type_FormService()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5217.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5218.     }
  5219.     /**
  5220.      * Gets the private 'form.type_extension.csrf' shared service.
  5221.      *
  5222.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5223.      */
  5224.     protected function getForm_TypeExtension_CsrfService()
  5225.     {
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5229.         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()));
  5230.     }
  5231.     /**
  5232.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5233.      *
  5234.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5235.      */
  5236.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5237.     {
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5241.         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()));
  5242.     }
  5243.     /**
  5244.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5245.      *
  5246.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5247.      */
  5248.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5255.         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())));
  5256.     }
  5257.     /**
  5258.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5259.      *
  5260.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5261.      */
  5262.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5267.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5268.     }
  5269.     /**
  5270.      * Gets the private 'form.type_extension.form.validator' shared service.
  5271.      *
  5272.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5273.      */
  5274.     protected function getForm_TypeExtension_Form_ValidatorService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5280.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  5281.     }
  5282.     /**
  5283.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5284.      *
  5285.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5286.      */
  5287.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5292.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5293.     }
  5294.     /**
  5295.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5296.      *
  5297.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5298.      */
  5299.     protected function getForm_TypeGuesser_DoctrineService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5303.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5304.     }
  5305.     /**
  5306.      * Gets the private 'form.type_guesser.validator' shared service.
  5307.      *
  5308.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5309.      */
  5310.     protected function getForm_TypeGuesser_ValidatorService()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5314.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  5315.     }
  5316.     /**
  5317.      * Gets the private 'fragment.renderer.inline' shared service.
  5318.      *
  5319.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5320.      */
  5321.     protected function getFragment_Renderer_InlineService()
  5322.     {
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5326.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5327.         $instance->setFragmentPath('/_fragment');
  5328.         return $instance;
  5329.     }
  5330.     /**
  5331.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5332.      *
  5333.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5334.      */
  5335.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5336.     {
  5337.         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())));
  5338.     }
  5339.     /**
  5340.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5341.      *
  5342.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5343.      */
  5344.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5345.     {
  5346.         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()));
  5347.     }
  5348.     /**
  5349.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5350.      *
  5351.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5352.      */
  5353.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5354.     {
  5355.         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]);
  5356.     }
  5357.     /**
  5358.      * Gets the private 'locale_aware_listener' shared service.
  5359.      *
  5360.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5361.      */
  5362.     protected function getLocaleAwareListenerService()
  5363.     {
  5364.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5365.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5366.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5367.     }
  5368.     /**
  5369.      * Gets the private 'locale_listener' shared service.
  5370.      *
  5371.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5372.      */
  5373.     protected function getLocaleListenerService()
  5374.     {
  5375.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pl', ($this->services['router'] ?? $this->getRouterService()));
  5376.     }
  5377.     /**
  5378.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5379.      *
  5380.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5381.      */
  5382.     protected function getMaker_AutoCommand_MakeAuthService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5390.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5391.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5392.         $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);
  5393.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5394.         $instance->setName('make:auth');
  5395.         return $instance;
  5396.     }
  5397.     /**
  5398.      * Gets the private 'maker.auto_command.make_command' shared service.
  5399.      *
  5400.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5401.      */
  5402.     protected function getMaker_AutoCommand_MakeCommandService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5409.         $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()));
  5410.         $instance->setDescription('Creates a new console command class');
  5411.         $instance->setName('make:command');
  5412.         return $instance;
  5413.     }
  5414.     /**
  5415.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5416.      *
  5417.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5418.      */
  5419.     protected function getMaker_AutoCommand_MakeControllerService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5426.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5427.         $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()));
  5428.         $instance->setDescription('Creates a new controller class');
  5429.         $instance->setName('make:controller');
  5430.         return $instance;
  5431.     }
  5432.     /**
  5433.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5434.      *
  5435.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5436.      */
  5437.     protected function getMaker_AutoCommand_MakeCrudService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5444.         $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()));
  5445.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5446.         $instance->setName('make:crud');
  5447.         return $instance;
  5448.     }
  5449.     /**
  5450.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5451.      *
  5452.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5453.      */
  5454.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5461.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5462.         $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()));
  5463.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5464.         $instance->setName('make:docker:database');
  5465.         return $instance;
  5466.     }
  5467.     /**
  5468.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5469.      *
  5470.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5471.      */
  5472.     protected function getMaker_AutoCommand_MakeEntityService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5480.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5481.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5482.         $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);
  5483.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5484.         $instance->setName('make:entity');
  5485.         return $instance;
  5486.     }
  5487.     /**
  5488.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5489.      *
  5490.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5491.      */
  5492.     protected function getMaker_AutoCommand_MakeFixturesService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5499.         $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()));
  5500.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5501.         $instance->setName('make:fixtures');
  5502.         return $instance;
  5503.     }
  5504.     /**
  5505.      * Gets the private 'maker.auto_command.make_form' shared service.
  5506.      *
  5507.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5508.      */
  5509.     protected function getMaker_AutoCommand_MakeFormService()
  5510.     {
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5516.         $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()));
  5517.         $instance->setDescription('Creates a new form class');
  5518.         $instance->setName('make:form');
  5519.         return $instance;
  5520.     }
  5521.     /**
  5522.      * Gets the private 'maker.auto_command.make_message' shared service.
  5523.      *
  5524.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5525.      */
  5526.     protected function getMaker_AutoCommand_MakeMessageService()
  5527.     {
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5533.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5534.         $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()));
  5535.         $instance->setDescription('Creates a new message and handler');
  5536.         $instance->setName('make:message');
  5537.         return $instance;
  5538.     }
  5539.     /**
  5540.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5541.      *
  5542.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5543.      */
  5544.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5551.         $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()));
  5552.         $instance->setDescription('Creates a new messenger middleware');
  5553.         $instance->setName('make:messenger-middleware');
  5554.         return $instance;
  5555.     }
  5556.     /**
  5557.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5558.      *
  5559.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5560.      */
  5561.     protected function getMaker_AutoCommand_MakeMigrationService()
  5562.     {
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5569.         $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()));
  5570.         $instance->setDescription('Creates a new migration based on database changes');
  5571.         $instance->setName('make:migration');
  5572.         return $instance;
  5573.     }
  5574.     /**
  5575.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5576.      *
  5577.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5578.      */
  5579.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5586.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5587.         $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()));
  5588.         $instance->setDescription('Creates a new registration form system');
  5589.         $instance->setName('make:registration-form');
  5590.         return $instance;
  5591.     }
  5592.     /**
  5593.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5594.      *
  5595.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5596.      */
  5597.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5598.     {
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5604.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5605.         $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()));
  5606.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5607.         $instance->setName('make:reset-password');
  5608.         return $instance;
  5609.     }
  5610.     /**
  5611.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5612.      *
  5613.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5614.      */
  5615.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5616.     {
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5622.         $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()));
  5623.         $instance->setDescription('Creates a new serializer encoder class');
  5624.         $instance->setName('make:serializer:encoder');
  5625.         return $instance;
  5626.     }
  5627.     /**
  5628.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5629.      *
  5630.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5631.      */
  5632.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5633.     {
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5639.         $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()));
  5640.         $instance->setDescription('Creates a new serializer normalizer class');
  5641.         $instance->setName('make:serializer:normalizer');
  5642.         return $instance;
  5643.     }
  5644.     /**
  5645.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5646.      *
  5647.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5648.      */
  5649.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5650.     {
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5657.         $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()));
  5658.         $instance->setDescription('Creates a new event subscriber class');
  5659.         $instance->setName('make:subscriber');
  5660.         return $instance;
  5661.     }
  5662.     /**
  5663.      * Gets the private 'maker.auto_command.make_test' shared service.
  5664.      *
  5665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5666.      */
  5667.     protected function getMaker_AutoCommand_MakeTestService()
  5668.     {
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5675.         $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()));
  5676.         $instance->setDescription('Creates a new test class');
  5677.         $instance->setName('make:test');
  5678.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5679.         return $instance;
  5680.     }
  5681.     /**
  5682.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5683.      *
  5684.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5685.      */
  5686.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5687.     {
  5688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5693.         $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()));
  5694.         $instance->setDescription('Creates a new Twig extension class');
  5695.         $instance->setName('make:twig-extension');
  5696.         return $instance;
  5697.     }
  5698.     /**
  5699.      * Gets the private 'maker.auto_command.make_user' shared service.
  5700.      *
  5701.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5702.      */
  5703.     protected function getMaker_AutoCommand_MakeUserService()
  5704.     {
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5712.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5713.         $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()));
  5714.         $instance->setDescription('Creates a new security user class');
  5715.         $instance->setName('make:user');
  5716.         return $instance;
  5717.     }
  5718.     /**
  5719.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5720.      *
  5721.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5722.      */
  5723.     protected function getMaker_AutoCommand_MakeValidatorService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5730.         $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()));
  5731.         $instance->setDescription('Creates a new validator and constraint class');
  5732.         $instance->setName('make:validator');
  5733.         return $instance;
  5734.     }
  5735.     /**
  5736.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5737.      *
  5738.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5739.      */
  5740.     protected function getMaker_AutoCommand_MakeVoterService()
  5741.     {
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5747.         $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()));
  5748.         $instance->setDescription('Creates a new security voter class');
  5749.         $instance->setName('make:voter');
  5750.         return $instance;
  5751.     }
  5752.     /**
  5753.      * Gets the private 'maker.doctrine_helper' shared service.
  5754.      *
  5755.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5756.      */
  5757.     protected function getMaker_DoctrineHelperService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5760.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5761.         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]]]);
  5762.     }
  5763.     /**
  5764.      * Gets the private 'maker.entity_class_generator' shared service.
  5765.      *
  5766.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5767.      */
  5768.     protected function getMaker_EntityClassGeneratorService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5771.         $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()));
  5772.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5773.         return $instance;
  5774.     }
  5775.     /**
  5776.      * Gets the private 'maker.file_manager' shared service.
  5777.      *
  5778.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5779.      */
  5780.     protected function getMaker_FileManagerService()
  5781.     {
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5787.         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'));
  5788.     }
  5789.     /**
  5790.      * Gets the private 'maker.generator' shared service.
  5791.      *
  5792.      * @return \Symfony\Bundle\MakerBundle\Generator
  5793.      */
  5794.     protected function getMaker_GeneratorService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5798.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5799.         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));
  5800.     }
  5801.     /**
  5802.      * Gets the private 'maker.php_compat_util' shared service.
  5803.      *
  5804.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5805.      */
  5806.     protected function getMaker_PhpCompatUtilService()
  5807.     {
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5809.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5810.     }
  5811.     /**
  5812.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5813.      *
  5814.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5815.      */
  5816.     protected function getMaker_Renderer_FormTypeRendererService()
  5817.     {
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5819.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5820.     }
  5821.     /**
  5822.      * Gets the private 'mime_types' shared service.
  5823.      *
  5824.      * @return \Symfony\Component\Mime\MimeTypes
  5825.      */
  5826.     protected function getMimeTypesService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5831.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5832.         $instance->setDefault($instance);
  5833.         return $instance;
  5834.     }
  5835.     /**
  5836.      * Gets the private 'monolog.command.server_log' shared service.
  5837.      *
  5838.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5839.      */
  5840.     protected function getMonolog_Command_ServerLogService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5844.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5845.         $instance->setName('server:log');
  5846.         return $instance;
  5847.     }
  5848.     /**
  5849.      * Gets the private 'monolog.handler.console' shared service.
  5850.      *
  5851.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5852.      */
  5853.     protected function getMonolog_Handler_ConsoleService()
  5854.     {
  5855.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5856.     }
  5857.     /**
  5858.      * Gets the private 'monolog.handler.main' shared service.
  5859.      *
  5860.      * @return \Monolog\Handler\StreamHandler
  5861.      */
  5862.     protected function getMonolog_Handler_MainService()
  5863.     {
  5864.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5865.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5866.         return $instance;
  5867.     }
  5868.     /**
  5869.      * Gets the private 'monolog.logger' shared service.
  5870.      *
  5871.      * @return \Symfony\Bridge\Monolog\Logger
  5872.      */
  5873.     protected function getMonolog_LoggerService()
  5874.     {
  5875.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5876.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5877.         $instance->useMicrosecondTimestamps(true);
  5878.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5879.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5880.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5881.         return $instance;
  5882.     }
  5883.     /**
  5884.      * Gets the private 'monolog.logger.cache' shared service.
  5885.      *
  5886.      * @return \Symfony\Bridge\Monolog\Logger
  5887.      */
  5888.     protected function getMonolog_Logger_CacheService()
  5889.     {
  5890.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5891.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5892.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5893.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5894.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5895.         return $instance;
  5896.     }
  5897.     /**
  5898.      * Gets the private 'monolog.logger.request' shared service.
  5899.      *
  5900.      * @return \Symfony\Bridge\Monolog\Logger
  5901.      */
  5902.     protected function getMonolog_Logger_RequestService()
  5903.     {
  5904.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5905.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5906.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5907.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5908.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5909.         return $instance;
  5910.     }
  5911.     /**
  5912.      * Gets the private 'monolog.logger.security' shared service.
  5913.      *
  5914.      * @return \Symfony\Bridge\Monolog\Logger
  5915.      */
  5916.     protected function getMonolog_Logger_SecurityService()
  5917.     {
  5918.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5919.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5920.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5921.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5922.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5923.         return $instance;
  5924.     }
  5925.     /**
  5926.      * Gets the private 'parameter_bag' shared service.
  5927.      *
  5928.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5929.      */
  5930.     protected function getParameterBagService()
  5931.     {
  5932.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5933.     }
  5934.     /**
  5935.      * Gets the private 'profiler_listener' shared service.
  5936.      *
  5937.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5938.      */
  5939.     protected function getProfilerListenerService()
  5940.     {
  5941.         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);
  5942.     }
  5943.     /**
  5944.      * Gets the private 'property_accessor' shared service.
  5945.      *
  5946.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5947.      */
  5948.     protected function getPropertyAccessorService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5952.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5953.     }
  5954.     /**
  5955.      * Gets the private 'property_info' shared service.
  5956.      *
  5957.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5958.      */
  5959.     protected function getPropertyInfoService()
  5960.     {
  5961.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5962.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5963.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5964.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5965.         }, 3), new RewindableGenerator(function () {
  5966.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5967.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5968.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5969.         }, 3), new RewindableGenerator(function () {
  5970.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5971.         }, 1), new RewindableGenerator(function () {
  5972.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5973.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5974.         }, 2), new RewindableGenerator(function () {
  5975.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5976.         }, 1));
  5977.     }
  5978.     /**
  5979.      * Gets the private 'property_info.serializer_extractor' shared service.
  5980.      *
  5981.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5982.      */
  5983.     protected function getPropertyInfo_SerializerExtractorService()
  5984.     {
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5986.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5987.     }
  5988.     /**
  5989.      * Gets the private 'router.cache_warmer' shared service.
  5990.      *
  5991.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5992.      */
  5993.     protected function getRouter_CacheWarmerService()
  5994.     {
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5997.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5998.             'router' => ['services''router''getRouterService'false],
  5999.         ], [
  6000.             'router' => '?',
  6001.         ]))->withContext('router.cache_warmer'$this));
  6002.     }
  6003.     /**
  6004.      * Gets the private 'router.request_context' shared service.
  6005.      *
  6006.      * @return \Symfony\Component\Routing\RequestContext
  6007.      */
  6008.     protected function getRouter_RequestContextService()
  6009.     {
  6010.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  6011.     }
  6012.     /**
  6013.      * Gets the private 'router_listener' shared service.
  6014.      *
  6015.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6016.      */
  6017.     protected function getRouterListenerService()
  6018.     {
  6019.         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);
  6020.     }
  6021.     /**
  6022.      * Gets the private 'security.access_listener' shared service.
  6023.      *
  6024.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6025.      */
  6026.     protected function getSecurity_AccessListenerService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6032.         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()));
  6033.     }
  6034.     /**
  6035.      * Gets the private 'security.access_map' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Security\Http\AccessMap
  6038.      */
  6039.     protected function getSecurity_AccessMapService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6045.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6046.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/login'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6047.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/create-account'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6048.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/forgot-password'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6049.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/update-credentials'), [=> 'IS_AUTHENTICATED_REMEMBERED'=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6050.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/mailbox/listener'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6051.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/'), [=> 'ROLE_AGENT'], NULL);
  6052.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/user/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6053.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/user/create-ticket'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6054.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/user/forgot-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6055.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/user/update-credentials'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6056.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/user/'), [=> 'ROLE_CUSTOMER'], NULL);
  6057.         return $instance;
  6058.     }
  6059.     /**
  6060.      * Gets the private 'security.authentication.listener.anonymous.back_support' shared service.
  6061.      *
  6062.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6063.      */
  6064.     protected function getSecurity_Authentication_Listener_Anonymous_BackSupportService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6070.         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()));
  6071.     }
  6072.     /**
  6073.      * Gets the private 'security.authentication.listener.anonymous.customer' shared service.
  6074.      *
  6075.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6076.      */
  6077.     protected function getSecurity_Authentication_Listener_Anonymous_CustomerService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6083.         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()));
  6084.     }
  6085.     /**
  6086.      * Gets the private 'security.authentication.listener.form.back_support' shared service.
  6087.      *
  6088.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6089.      */
  6090.     protected function getSecurity_Authentication_Listener_Form_BackSupportService()
  6091.     {
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6104.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6105.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  6106.         $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']);
  6107.         $b->setProviderKey('back_support');
  6108.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6109.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  6110.         $d->setOptions(['login_path' => 'helpdesk_member_handle_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6111.         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);
  6112.     }
  6113.     /**
  6114.      * Gets the private 'security.authentication.listener.form.customer' shared service.
  6115.      *
  6116.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6117.      */
  6118.     protected function getSecurity_Authentication_Listener_Form_CustomerService()
  6119.     {
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6132.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6133.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  6134.         $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']);
  6135.         $b->setProviderKey('customer');
  6136.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6137.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  6138.         $d->setOptions(['login_path' => 'helpdesk_customer_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6139.         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);
  6140.     }
  6141.     /**
  6142.      * Gets the private 'security.authentication.manager' shared service.
  6143.      *
  6144.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6145.      */
  6146.     protected function getSecurity_Authentication_ManagerService()
  6147.     {
  6148.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6149.             yield => ($this->privates['security.authentication.provider.dao.back_support'] ?? $this->getSecurity_Authentication_Provider_Dao_BackSupportService());
  6150.             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'))));
  6151.             yield => ($this->privates['security.authentication.provider.dao.customer'] ?? $this->getSecurity_Authentication_Provider_Dao_CustomerService());
  6152.             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'))));
  6153.         }, 4), true);
  6154.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6155.         return $instance;
  6156.     }
  6157.     /**
  6158.      * Gets the private 'security.authentication.provider.dao.back_support' shared service.
  6159.      *
  6160.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6161.      */
  6162.     protected function getSecurity_Authentication_Provider_Dao_BackSupportService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6169.         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);
  6170.     }
  6171.     /**
  6172.      * Gets the private 'security.authentication.provider.dao.customer' shared service.
  6173.      *
  6174.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6175.      */
  6176.     protected function getSecurity_Authentication_Provider_Dao_CustomerService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6183.         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);
  6184.     }
  6185.     /**
  6186.      * Gets the private 'security.channel_listener' shared service.
  6187.      *
  6188.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6189.      */
  6190.     protected function getSecurity_ChannelListenerService()
  6191.     {
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  6198.         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()));
  6199.     }
  6200.     /**
  6201.      * Gets the private 'security.command.user_password_encoder' shared service.
  6202.      *
  6203.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6204.      */
  6205.     protected function getSecurity_Command_UserPasswordEncoderService()
  6206.     {
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  6209.         $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']);
  6210.         $instance->setName('security:encode-password');
  6211.         return $instance;
  6212.     }
  6213.     /**
  6214.      * Gets the private 'security.context_listener.0' shared service.
  6215.      *
  6216.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6217.      */
  6218.     protected function getSecurity_ContextListener_0Service()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6224.         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 () {
  6225.             yield => ($this->services['user.provider'] ?? $this->getUser_ProviderService());
  6226.         }, 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']);
  6227.     }
  6228.     /**
  6229.      * Gets the private 'security.context_listener.1' shared service.
  6230.      *
  6231.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6232.      */
  6233.     protected function getSecurity_ContextListener_1Service()
  6234.     {
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6239.         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 () {
  6240.             yield => ($this->services['user.provider'] ?? $this->getUser_ProviderService());
  6241.         }, 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']);
  6242.     }
  6243.     /**
  6244.      * Gets the private 'security.csrf.token_storage' shared service.
  6245.      *
  6246.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6247.      */
  6248.     protected function getSecurity_Csrf_TokenStorageService()
  6249.     {
  6250.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  6251.     }
  6252.     /**
  6253.      * Gets the private 'security.encoder_factory.generic' shared service.
  6254.      *
  6255.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6256.      */
  6257.     protected function getSecurity_EncoderFactory_GenericService()
  6258.     {
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  6261.         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]]);
  6262.     }
  6263.     /**
  6264.      * Gets the private 'security.firewall.map' shared service.
  6265.      *
  6266.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6267.      */
  6268.     protected function getSecurity_Firewall_MapService()
  6269.     {
  6270.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6271.             'security.firewall.map.context.back_support' => ['privates''security.firewall.map.context.back_support''getSecurity_Firewall_Map_Context_BackSupportService'false],
  6272.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'false],
  6273.         ], [
  6274.             'security.firewall.map.context.back_support' => '?',
  6275.             'security.firewall.map.context.customer' => '?',
  6276.         ]), new RewindableGenerator(function () {
  6277.             yield 'security.firewall.map.context.back_support' => ($this->privates['.security.request_matcher.UZgEAwa'] ?? ($this->privates['.security.request_matcher.UZgEAwa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin')));
  6278.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.01Y6ZVJ'] ?? ($this->privates['.security.request_matcher.01Y6ZVJ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/')));
  6279.         }, 2));
  6280.     }
  6281.     /**
  6282.      * Gets the private 'security.firewall.map.context.back_support' shared service.
  6283.      *
  6284.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6285.      */
  6286.     protected function getSecurity_Firewall_Map_Context_BackSupportService()
  6287.     {
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6302.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6303.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6304.         $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']);
  6305.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6306.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6307.         return $this->privates['security.firewall.map.context.back_support'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6308.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6309.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6310.             yield => ($this->privates['security.authentication.listener.form.back_support'] ?? $this->getSecurity_Authentication_Listener_Form_BackSupportService());
  6311.             yield => ($this->privates['security.authentication.listener.anonymous.back_support'] ?? $this->getSecurity_Authentication_Listener_Anonymous_BackSupportService());
  6312.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6313.         }, 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.UZgEAwa'truefalse'user.provider''back_support''security.authentication.form_entry_point.back_support'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  6314.     }
  6315.     /**
  6316.      * Gets the private 'security.firewall.map.context.customer' shared service.
  6317.      *
  6318.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6319.      */
  6320.     protected function getSecurity_Firewall_Map_Context_CustomerService()
  6321.     {
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6336.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6337.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6338.         $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']);
  6339.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6340.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6341.         return $this->privates['security.firewall.map.context.customer'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6342.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6343.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  6344.             yield => ($this->privates['security.authentication.listener.form.customer'] ?? $this->getSecurity_Authentication_Listener_Form_CustomerService());
  6345.             yield => ($this->privates['security.authentication.listener.anonymous.customer'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CustomerService());
  6346.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6347.         }, 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));
  6348.     }
  6349.     /**
  6350.      * Gets the private 'security.http_utils' shared service.
  6351.      *
  6352.      * @return \Symfony\Component\Security\Http\HttpUtils
  6353.      */
  6354.     protected function getSecurity_HttpUtilsService()
  6355.     {
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6357.         $a = ($this->services['router'] ?? $this->getRouterService());
  6358.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6359.     }
  6360.     /**
  6361.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  6362.      *
  6363.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  6364.      */
  6365.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  6369.         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()));
  6370.     }
  6371.     /**
  6372.      * Gets the private 'security.logout_url_generator' shared service.
  6373.      *
  6374.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6375.      */
  6376.     protected function getSecurity_LogoutUrlGeneratorService()
  6377.     {
  6378.         $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()));
  6379.         $instance->registerListener('back_support''helpdesk_member_handle_logout''logout''_csrf_token'NULLNULL);
  6380.         $instance->registerListener('customer''helpdesk_customer_logout''logout''_csrf_token'NULLNULL);
  6381.         return $instance;
  6382.     }
  6383.     /**
  6384.      * Gets the private 'security.role_hierarchy' shared service.
  6385.      *
  6386.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  6387.      */
  6388.     protected function getSecurity_RoleHierarchyService()
  6389.     {
  6390.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  6391.     }
  6392.     /**
  6393.      * Gets the private 'security.validator.user_password' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6396.      */
  6397.     protected function getSecurity_Validator_UserPasswordService()
  6398.     {
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6402.         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()));
  6403.     }
  6404.     /**
  6405.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6406.      *
  6407.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6408.      */
  6409.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6410.     {
  6411.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6412.     }
  6413.     /**
  6414.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6415.      *
  6416.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6417.      */
  6418.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6419.     {
  6420.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6421.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6422.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6423.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6424.     }
  6425.     /**
  6426.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6427.      *
  6428.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6429.      */
  6430.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6431.     {
  6432.         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()));
  6433.     }
  6434.     /**
  6435.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6436.      *
  6437.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6438.      */
  6439.     protected function getSensioFrameworkExtra_View_ListenerService()
  6440.     {
  6441.         $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))));
  6442.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6443.             'twig' => ['services''twig''getTwigService'false],
  6444.         ], [
  6445.             'twig' => 'Twig\\Environment',
  6446.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6447.         return $instance;
  6448.     }
  6449.     /**
  6450.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6451.      *
  6452.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6453.      */
  6454.     protected function getSerializer_Mapping_CacheWarmerService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6461.         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'));
  6462.     }
  6463.     /**
  6464.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6465.      *
  6466.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6467.      */
  6468.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6469.     {
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6476.         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()))]));
  6477.     }
  6478.     /**
  6479.      * Gets the private 'session.storage.native' shared service.
  6480.      *
  6481.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6482.      */
  6483.     protected function getSession_Storage_NativeService()
  6484.     {
  6485.         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));
  6486.     }
  6487.     /**
  6488.      * Gets the private 'session_listener' shared service.
  6489.      *
  6490.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6491.      */
  6492.     protected function getSessionListenerService()
  6493.     {
  6494.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6495.             'initialized_session' => ['services''session'NULLfalse],
  6496.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6497.             'session' => ['services''session''getSessionService'false],
  6498.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6499.         ], [
  6500.             'initialized_session' => '?',
  6501.             'request_stack' => '?',
  6502.             'session' => '?',
  6503.             'session_storage' => '?',
  6504.         ]));
  6505.     }
  6506.     /**
  6507.      * Gets the private 'swiftmailer.command.debug' shared service.
  6508.      *
  6509.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  6510.      */
  6511.     protected function getSwiftmailer_Command_DebugService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  6516.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  6517.         $instance->setName('debug:swiftmailer');
  6518.         return $instance;
  6519.     }
  6520.     /**
  6521.      * Gets the private 'swiftmailer.command.new_email' shared service.
  6522.      *
  6523.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  6524.      */
  6525.     protected function getSwiftmailer_Command_NewEmailService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  6530.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  6531.         $instance->setName('swiftmailer:email:send');
  6532.         return $instance;
  6533.     }
  6534.     /**
  6535.      * Gets the private 'swiftmailer.command.send_email' shared service.
  6536.      *
  6537.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  6538.      */
  6539.     protected function getSwiftmailer_Command_SendEmailService()
  6540.     {
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  6544.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  6545.         $instance->setName('swiftmailer:spool:send');
  6546.         return $instance;
  6547.     }
  6548.     /**
  6549.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  6550.      *
  6551.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  6552.      */
  6553.     protected function getSwiftmailer_EmailSender_ListenerService()
  6554.     {
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  6556.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6557.     }
  6558.     /**
  6559.      * Gets the private 'translation.extractor' shared service.
  6560.      *
  6561.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6562.      */
  6563.     protected function getTranslation_ExtractorService()
  6564.     {
  6565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6570.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6571.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6572.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  6573.         return $instance;
  6574.     }
  6575.     /**
  6576.      * Gets the private 'translation.loader.csv' shared service.
  6577.      *
  6578.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6579.      */
  6580.     protected function getTranslation_Loader_CsvService()
  6581.     {
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6586.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6587.     }
  6588.     /**
  6589.      * Gets the private 'translation.loader.dat' shared service.
  6590.      *
  6591.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6592.      */
  6593.     protected function getTranslation_Loader_DatService()
  6594.     {
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6598.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6599.     }
  6600.     /**
  6601.      * Gets the private 'translation.loader.ini' shared service.
  6602.      *
  6603.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6604.      */
  6605.     protected function getTranslation_Loader_IniService()
  6606.     {
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6611.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6612.     }
  6613.     /**
  6614.      * Gets the private 'translation.loader.json' shared service.
  6615.      *
  6616.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6617.      */
  6618.     protected function getTranslation_Loader_JsonService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6624.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6625.     }
  6626.     /**
  6627.      * Gets the private 'translation.loader.mo' shared service.
  6628.      *
  6629.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6630.      */
  6631.     protected function getTranslation_Loader_MoService()
  6632.     {
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6637.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6638.     }
  6639.     /**
  6640.      * Gets the private 'translation.loader.php' shared service.
  6641.      *
  6642.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6643.      */
  6644.     protected function getTranslation_Loader_PhpService()
  6645.     {
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6650.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6651.     }
  6652.     /**
  6653.      * Gets the private 'translation.loader.po' shared service.
  6654.      *
  6655.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6656.      */
  6657.     protected function getTranslation_Loader_PoService()
  6658.     {
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6663.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6664.     }
  6665.     /**
  6666.      * Gets the private 'translation.loader.qt' shared service.
  6667.      *
  6668.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6669.      */
  6670.     protected function getTranslation_Loader_QtService()
  6671.     {
  6672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6674.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6675.     }
  6676.     /**
  6677.      * Gets the private 'translation.loader.res' shared service.
  6678.      *
  6679.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6680.      */
  6681.     protected function getTranslation_Loader_ResService()
  6682.     {
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6685.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6686.     }
  6687.     /**
  6688.      * Gets the private 'translation.loader.xliff' shared service.
  6689.      *
  6690.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6691.      */
  6692.     protected function getTranslation_Loader_XliffService()
  6693.     {
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6696.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6697.     }
  6698.     /**
  6699.      * Gets the private 'translation.loader.yml' shared service.
  6700.      *
  6701.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6702.      */
  6703.     protected function getTranslation_Loader_YmlService()
  6704.     {
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6709.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6710.     }
  6711.     /**
  6712.      * Gets the private 'translation.reader' shared service.
  6713.      *
  6714.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6715.      */
  6716.     protected function getTranslation_ReaderService()
  6717.     {
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6734.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6735.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6736.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6737.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6738.         $instance->addLoader('yaml'$a);
  6739.         $instance->addLoader('yml'$a);
  6740.         $instance->addLoader('xlf'$b);
  6741.         $instance->addLoader('xliff'$b);
  6742.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6743.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6744.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6745.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6746.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6747.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6748.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6749.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6750.         return $instance;
  6751.     }
  6752.     /**
  6753.      * Gets the private 'translation.warmer' shared service.
  6754.      *
  6755.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6756.      */
  6757.     protected function getTranslation_WarmerService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6761.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6762.             'translator' => ['services''translator''getTranslatorService'false],
  6763.         ], [
  6764.             'translator' => '?',
  6765.         ]))->withContext('translation.warmer'$this));
  6766.     }
  6767.     /**
  6768.      * Gets the private 'translator.default' shared service.
  6769.      *
  6770.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6771.      */
  6772.     protected function getTranslator_DefaultService()
  6773.     {
  6774.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6775.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6776.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6777.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6778.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6779.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6780.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6781.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6782.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6783.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6784.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6785.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6786.         ], [
  6787.             'translation.loader.csv' => '?',
  6788.             'translation.loader.dat' => '?',
  6789.             'translation.loader.ini' => '?',
  6790.             'translation.loader.json' => '?',
  6791.             'translation.loader.mo' => '?',
  6792.             'translation.loader.php' => '?',
  6793.             'translation.loader.po' => '?',
  6794.             'translation.loader.qt' => '?',
  6795.             'translation.loader.res' => '?',
  6796.             'translation.loader.xliff' => '?',
  6797.             'translation.loader.yml' => '?',
  6798.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pl', ['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']]]);
  6799.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6800.         $instance->setFallbackLocales([=> 'pl']);
  6801.         return $instance;
  6802.     }
  6803.     /**
  6804.      * Gets the private 'twig.command.debug' shared service.
  6805.      *
  6806.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6807.      */
  6808.     protected function getTwig_Command_DebugService()
  6809.     {
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6812.         $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'));
  6813.         $instance->setName('debug:twig');
  6814.         return $instance;
  6815.     }
  6816.     /**
  6817.      * Gets the private 'twig.command.lint' shared service.
  6818.      *
  6819.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6820.      */
  6821.     protected function getTwig_Command_LintService()
  6822.     {
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6826.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6827.         $instance->setName('lint:twig');
  6828.         return $instance;
  6829.     }
  6830.     /**
  6831.      * Gets the private 'twig.form.renderer' shared service.
  6832.      *
  6833.      * @return \Symfony\Component\Form\FormRenderer
  6834.      */
  6835.     protected function getTwig_Form_RendererService()
  6836.     {
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6841.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6842.         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()));
  6843.     }
  6844.     /**
  6845.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6846.      *
  6847.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6848.      */
  6849.     protected function getTwig_Runtime_HttpkernelService()
  6850.     {
  6851.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6854.         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, [
  6855.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6856.         ], [
  6857.             'inline' => '?',
  6858.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6859.     }
  6860.     /**
  6861.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6862.      *
  6863.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6864.      */
  6865.     protected function getTwig_Runtime_SecurityCsrfService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6868.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6869.     }
  6870.     /**
  6871.      * Gets the private 'twig.template_cache_warmer' shared service.
  6872.      *
  6873.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6874.      */
  6875.     protected function getTwig_TemplateCacheWarmerService()
  6876.     {
  6877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6881.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6882.             'twig' => ['services''twig''getTwigService'false],
  6883.         ], [
  6884.             'twig' => 'Twig\\Environment',
  6885.         ]))->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')));
  6886.     }
  6887.     /**
  6888.      * Gets the private 'validator.builder' shared service.
  6889.      *
  6890.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6891.      */
  6892.     protected function getValidator_BuilderService()
  6893.     {
  6894.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6895.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6896.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6897.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6898.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6899.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6900.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6901.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6902.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6903.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6904.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6905.         ], [
  6906.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6907.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6908.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6909.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6910.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6911.             'doctrine.orm.validator.unique' => '?',
  6912.             'security.validator.user_password' => '?',
  6913.             'validator.expression' => '?',
  6914.         ])));
  6915.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6916.         $instance->setTranslationDomain('validators');
  6917.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6918.         $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')]);
  6919.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6920.         $instance->addMethodMapping('loadValidatorMetadata');
  6921.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6922.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6923.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6924.         return $instance;
  6925.     }
  6926.     /**
  6927.      * Gets the private 'validator.email' shared service.
  6928.      *
  6929.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6930.      */
  6931.     protected function getValidator_EmailService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6936.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6937.     }
  6938.     /**
  6939.      * Gets the private 'validator.expression' shared service.
  6940.      *
  6941.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6942.      */
  6943.     protected function getValidator_ExpressionService()
  6944.     {
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6948.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6949.     }
  6950.     /**
  6951.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6952.      *
  6953.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6954.      */
  6955.     protected function getValidator_Mapping_CacheWarmerService()
  6956.     {
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6960.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6961.     }
  6962.     /**
  6963.      * Gets the private 'validator.not_compromised_password' shared service.
  6964.      *
  6965.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6966.      */
  6967.     protected function getValidator_NotCompromisedPasswordService()
  6968.     {
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6972.         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);
  6973.     }
  6974.     /**
  6975.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6976.      *
  6977.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6978.      */
  6979.     protected function getVarDumper_Command_ServerDumpService()
  6980.     {
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6987.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6988.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6989.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6990.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6991.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6992.         $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()))]);
  6993.         $instance->setName('server:dump');
  6994.         return $instance;
  6995.     }
  6996.     /**
  6997.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6998.      *
  6999.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7000.      */
  7001.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7002.     {
  7003.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7004.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7005.         return $instance;
  7006.     }
  7007.     /**
  7008.      * Gets the private 'var_dumper.html_dumper' shared service.
  7009.      *
  7010.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7011.      */
  7012.     protected function getVarDumper_HtmlDumperService()
  7013.     {
  7014.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7015.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7016.         return $instance;
  7017.     }
  7018.     /**
  7019.      * Gets the private 'var_dumper.server_connection' shared service.
  7020.      *
  7021.      * @return \Symfony\Component\VarDumper\Server\Connection
  7022.      */
  7023.     protected function getVarDumper_ServerConnectionService()
  7024.     {
  7025.         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()]);
  7026.     }
  7027.     /**
  7028.      * Gets the private 'web_server.command.server_run' shared service.
  7029.      *
  7030.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  7031.      */
  7032.     protected function getWebServer_Command_ServerRunService()
  7033.     {
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  7036.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  7037.         $instance->setName('server:run');
  7038.         return $instance;
  7039.     }
  7040.     /**
  7041.      * Gets the private 'web_server.command.server_start' shared service.
  7042.      *
  7043.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  7044.      */
  7045.     protected function getWebServer_Command_ServerStartService()
  7046.     {
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  7049.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  7050.         $instance->setName('server:start');
  7051.         return $instance;
  7052.     }
  7053.     /**
  7054.      * Gets the private 'web_server.command.server_status' shared service.
  7055.      *
  7056.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  7057.      */
  7058.     protected function getWebServer_Command_ServerStatusService()
  7059.     {
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  7062.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  7063.         $instance->setName('server:status');
  7064.         return $instance;
  7065.     }
  7066.     /**
  7067.      * Gets the private 'web_server.command.server_stop' shared service.
  7068.      *
  7069.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  7070.      */
  7071.     protected function getWebServer_Command_ServerStopService()
  7072.     {
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  7075.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  7076.         $instance->setName('server:stop');
  7077.         return $instance;
  7078.     }
  7079.     /**
  7080.      * @return array|bool|float|int|string|null
  7081.      */
  7082.     public function getParameter(string $name)
  7083.     {
  7084.         if (isset($this->buildParameters[$name])) {
  7085.             return $this->buildParameters[$name];
  7086.         }
  7087.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7088.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7089.         }
  7090.         if (isset($this->loadedDynamicParameters[$name])) {
  7091.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7092.         }
  7093.         return $this->parameters[$name];
  7094.     }
  7095.     public function hasParameter(string $name): bool
  7096.     {
  7097.         if (isset($this->buildParameters[$name])) {
  7098.             return true;
  7099.         }
  7100.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7101.     }
  7102.     public function setParameter(string $name$value): void
  7103.     {
  7104.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7105.     }
  7106.     public function getParameterBag(): ParameterBagInterface
  7107.     {
  7108.         if (null === $this->parameterBag) {
  7109.             $parameters $this->parameters;
  7110.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7111.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7112.             }
  7113.             foreach ($this->buildParameters as $name => $value) {
  7114.                 $parameters[$name] = $value;
  7115.             }
  7116.             $this->parameterBag = new FrozenParameterBag($parameters);
  7117.         }
  7118.         return $this->parameterBag;
  7119.     }
  7120.     private $loadedDynamicParameters = [
  7121.         'kernel.cache_dir' => false,
  7122.         'google_recaptcha_site_key' => false,
  7123.         'kernel.secret' => false,
  7124.         'session.save_path' => false,
  7125.         'validator.mapping.cache.file' => false,
  7126.         'profiler.storage.dsn' => false,
  7127.         'debug.container.dump' => false,
  7128.         'serializer.mapping.cache.file' => false,
  7129.         'doctrine.orm.proxy_dir' => false,
  7130.     ];
  7131.     private $dynamicParameters = [];
  7132.     private function getDynamicParameter(string $name)
  7133.     {
  7134.         switch ($name) {
  7135.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7136.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  7137.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7138.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7139.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7140.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7141.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  7142.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7143.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7144.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7145.         }
  7146.         $this->loadedDynamicParameters[$name] = true;
  7147.         return $this->dynamicParameters[$name] = $value;
  7148.     }
  7149.     protected function getDefaultParameters(): array
  7150.     {
  7151.         return [
  7152.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  7153.             'kernel.project_dir' => \dirname(__DIR__4),
  7154.             'kernel.environment' => 'dev',
  7155.             'kernel.debug' => true,
  7156.             'kernel.name' => 'src',
  7157.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7158.             'kernel.bundles' => [
  7159.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7160.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7161.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7162.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7163.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  7164.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7165.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7166.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7167.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7168.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7169.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7170.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7171.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7172.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  7173.                 'UVDeskCoreFrameworkBundle' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\UVDeskCoreFrameworkBundle',
  7174.                 'UVDeskAutomationBundle' => 'Webkul\\UVDesk\\AutomationBundle\\UVDeskAutomationBundle',
  7175.                 'UVDeskExtensionFrameworkBundle' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle\\UVDeskExtensionFrameworkBundle',
  7176.                 'UVDeskMailboxBundle' => 'Webkul\\UVDesk\\MailboxBundle\\UVDeskMailboxBundle',
  7177.                 'UVDeskSupportCenterBundle' => 'Webkul\\UVDesk\\SupportCenterBundle\\UVDeskSupportCenterBundle',
  7178.             ],
  7179.             'kernel.bundles_metadata' => [
  7180.                 'FrameworkBundle' => [
  7181.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7182.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7183.                 ],
  7184.                 'DoctrineBundle' => [
  7185.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7186.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7187.                 ],
  7188.                 'DoctrineFixturesBundle' => [
  7189.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7190.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7191.                 ],
  7192.                 'DoctrineMigrationsBundle' => [
  7193.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7194.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7195.                 ],
  7196.                 'KnpPaginatorBundle' => [
  7197.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  7198.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  7199.                 ],
  7200.                 'SensioFrameworkExtraBundle' => [
  7201.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7202.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7203.                 ],
  7204.                 'DebugBundle' => [
  7205.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7206.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7207.                 ],
  7208.                 'MakerBundle' => [
  7209.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7210.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7211.                 ],
  7212.                 'MonologBundle' => [
  7213.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7214.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7215.                 ],
  7216.                 'SecurityBundle' => [
  7217.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7218.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7219.                 ],
  7220.                 'SwiftmailerBundle' => [
  7221.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  7222.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7223.                 ],
  7224.                 'TwigBundle' => [
  7225.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7226.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7227.                 ],
  7228.                 'WebProfilerBundle' => [
  7229.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7230.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7231.                 ],
  7232.                 'WebServerBundle' => [
  7233.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  7234.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  7235.                 ],
  7236.                 'UVDeskCoreFrameworkBundle' => [
  7237.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/core-framework'),
  7238.                     'namespace' => 'Webkul\\UVDesk\\CoreFrameworkBundle',
  7239.                 ],
  7240.                 'UVDeskAutomationBundle' => [
  7241.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/automation-bundle'),
  7242.                     'namespace' => 'Webkul\\UVDesk\\AutomationBundle',
  7243.                 ],
  7244.                 'UVDeskExtensionFrameworkBundle' => [
  7245.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/extension-framework'),
  7246.                     'namespace' => 'Webkul\\UVDesk\\ExtensionFrameworkBundle',
  7247.                 ],
  7248.                 'UVDeskMailboxBundle' => [
  7249.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/mailbox-component'),
  7250.                     'namespace' => 'Webkul\\UVDesk\\MailboxBundle',
  7251.                 ],
  7252.                 'UVDeskSupportCenterBundle' => [
  7253.                     'path' => (\dirname(__DIR__4).'/vendor/uvdesk/support-center-bundle'),
  7254.                     'namespace' => 'Webkul\\UVDesk\\SupportCenterBundle',
  7255.                 ],
  7256.             ],
  7257.             'kernel.charset' => 'UTF-8',
  7258.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  7259.             'container.dumper.inline_class_loader' => true,
  7260.             'container.dumper.inline_factories' => true,
  7261.             'env(DATABASE_URL)' => '',
  7262.             'app_locales' => 'pl',
  7263.             'assets_default_agent_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png',
  7264.             'assets_default_customer_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png',
  7265.             'assets_default_helpdesk_profile_image_path' => 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png',
  7266.             'uvdesk_site_path.member_prefix' => 'admin',
  7267.             'uvdesk_site_path.knowledgebase_customer_prefix' => 'user',
  7268.             'max_post_size' => 8388608,
  7269.             'max_file_uploads' => 20,
  7270.             'upload_max_filesize' => 2097152,
  7271.             'locale' => 'pl',
  7272.             'event_dispatcher.event_aliases' => [
  7273.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7274.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7275.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7276.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7277.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7278.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7279.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7280.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7281.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7282.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7283.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7284.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7285.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7286.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7287.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7288.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7289.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  7290.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  7291.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  7292.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  7293.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  7294.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  7295.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  7296.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7297.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7298.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7299.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7300.             ],
  7301.             'fragment.renderer.hinclude.global_template' => '',
  7302.             'fragment.path' => '/_fragment',
  7303.             'kernel.http_method_override' => true,
  7304.             'kernel.trusted_hosts' => [
  7305.             ],
  7306.             'kernel.default_locale' => 'pl',
  7307.             'kernel.error_controller' => 'error_controller',
  7308.             'templating.helper.code.file_link_format' => NULL,
  7309.             'debug.file_link_format' => NULL,
  7310.             'session.metadata.storage_key' => '_sf2_meta',
  7311.             'session.storage.options' => [
  7312.                 'cache_limiter' => '0',
  7313.                 'cookie_secure' => 'auto',
  7314.                 'cookie_httponly' => true,
  7315.                 'cookie_samesite' => 'lax',
  7316.                 'gc_probability' => 1,
  7317.             ],
  7318.             'session.metadata.update_threshold' => 0,
  7319.             'form.type_extension.csrf.enabled' => true,
  7320.             'form.type_extension.csrf.field_name' => '_token',
  7321.             'asset.request_context.base_path' => '',
  7322.             'asset.request_context.secure' => false,
  7323.             'validator.translation_domain' => 'validators',
  7324.             'translator.logging' => false,
  7325.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7326.             'profiler_listener.only_exceptions' => false,
  7327.             'profiler_listener.only_master_requests' => false,
  7328.             'debug.error_handler.throw_at' => -1,
  7329.             'router.request_context.host' => 'localhost',
  7330.             'router.request_context.scheme' => 'http',
  7331.             'router.request_context.base_url' => '',
  7332.             'router.resource' => 'kernel::loadRoutes',
  7333.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  7334.             'request_listener.http_port' => 80,
  7335.             'request_listener.https_port' => 443,
  7336.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7337.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7338.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7339.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7340.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7341.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7342.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7343.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7344.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7345.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7346.             'doctrine.entity_managers' => [
  7347.                 'default' => 'doctrine.orm.default_entity_manager',
  7348.             ],
  7349.             'doctrine.default_entity_manager' => 'default',
  7350.             'doctrine.dbal.connection_factory.types' => [
  7351.             ],
  7352.             'doctrine.connections' => [
  7353.                 'default' => 'doctrine.dbal.default_connection',
  7354.             ],
  7355.             'doctrine.default_connection' => 'default',
  7356.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7357.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7358.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7359.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7360.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7361.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7362.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7363.             'doctrine.orm.cache.memcache_port' => 11211,
  7364.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7365.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7366.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7367.             'doctrine.orm.cache.memcached_port' => 11211,
  7368.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7369.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7370.             'doctrine.orm.cache.redis_host' => 'localhost',
  7371.             'doctrine.orm.cache.redis_port' => 6379,
  7372.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7373.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7374.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7375.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7376.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7377.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7378.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7379.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7380.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7381.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7382.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7383.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7384.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7385.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7386.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7387.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7388.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7389.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7390.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7391.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7392.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7393.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7394.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7395.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7396.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7397.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7398.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7399.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7400.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7401.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7402.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7403.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7404.             'doctrine_migrations.name' => 'Application Migrations',
  7405.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  7406.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  7407.             'doctrine_migrations.table_name' => 'migration_versions',
  7408.             'doctrine_migrations.column_name' => 'version',
  7409.             'doctrine_migrations.column_length' => 14,
  7410.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  7411.             'doctrine_migrations.all_or_nothing' => false,
  7412.             'doctrine_migrations.custom_template' => NULL,
  7413.             'doctrine_migrations.organize_migrations' => false,
  7414.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7415.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7416.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7417.             'knp_paginator.page_range' => 5,
  7418.             'knp_paginator.page_limit' => NULL,
  7419.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7420.             'monolog.use_microseconds' => true,
  7421.             'monolog.swift_mailer.handlers' => [
  7422.             ],
  7423.             'monolog.handlers_to_channels' => [
  7424.                 'monolog.handler.console' => [
  7425.                     'type' => 'exclusive',
  7426.                     'elements' => [
  7427.                         => 'event',
  7428.                         => 'doctrine',
  7429.                         => 'console',
  7430.                     ],
  7431.                 ],
  7432.                 'monolog.handler.main' => [
  7433.                     'type' => 'exclusive',
  7434.                     'elements' => [
  7435.                         => 'event',
  7436.                     ],
  7437.                 ],
  7438.             ],
  7439.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  7440.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  7441.             'security.role_hierarchy.roles' => [
  7442.                 'ROLE_AGENT' => [
  7443.                     => 'ROLE_AGENT',
  7444.                 ],
  7445.                 'ROLE_ADMIN' => [
  7446.                     => 'ROLE_AGENT',
  7447.                     => 'ROLE_ADMIN',
  7448.                 ],
  7449.                 'ROLE_SUPER_ADMIN' => [
  7450.                     => 'ROLE_ADMIN',
  7451.                     => 'ROLE_SUPER_ADMIN',
  7452.                 ],
  7453.                 'ROLE_CUSTOMER' => [
  7454.                     => 'ROLE_CUSTOMER',
  7455.                 ],
  7456.             ],
  7457.             'security.access.denied_url' => NULL,
  7458.             'security.authentication.manager.erase_credentials' => true,
  7459.             'security.authentication.session_strategy.strategy' => 'migrate',
  7460.             'security.access.always_authenticate_before_granting' => false,
  7461.             'security.authentication.hide_user_not_found' => true,
  7462.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.name' => 'smtp',
  7463.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.encryption' => 'ssl',
  7464.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.port' => 465,
  7465.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.host' => 'mcube.app',
  7466.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.username' => 'helpdesk@mcube.app',
  7467.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.password' => 'eE5qRSNAPzhiNG85',
  7468.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.auth_mode' => 'login',
  7469.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.timeout' => 30,
  7470.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.source_ip' => NULL,
  7471.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.local_domain' => NULL,
  7472.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.transport.smtp.stream_options' => [
  7473.             ],
  7474.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.spool.enabled' => false,
  7475.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.plugin.impersonate' => NULL,
  7476.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.single_address' => NULL,
  7477.             'swiftmailer.mailer.ssl_helpdesk@mcube.app.delivery.enabled' => true,
  7478.             'swiftmailer.spool.enabled' => false,
  7479.             'swiftmailer.delivery.enabled' => true,
  7480.             'swiftmailer.single_address' => NULL,
  7481.             'swiftmailer.mailer.helpdesk@mcube.app.transport.name' => 'null',
  7482.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.encryption' => 'tls',
  7483.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.port' => 26,
  7484.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.host' => 'mail.mcube.app',
  7485.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.username' => 'helpdesk@mcube.app',
  7486.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.password' => 'eGdHQTVGRW1iZloj',
  7487.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.auth_mode' => 'login',
  7488.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.timeout' => 30,
  7489.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.source_ip' => NULL,
  7490.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.local_domain' => NULL,
  7491.             'swiftmailer.mailer.helpdesk@mcube.app.transport.smtp.stream_options' => [
  7492.             ],
  7493.             'swiftmailer.mailer.helpdesk@mcube.app.spool.enabled' => false,
  7494.             'swiftmailer.mailer.helpdesk@mcube.app.plugin.impersonate' => NULL,
  7495.             'swiftmailer.mailer.helpdesk@mcube.app.single_address' => NULL,
  7496.             'swiftmailer.mailer.helpdesk@mcube.app.delivery.enabled' => false,
  7497.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.name' => 'smtp',
  7498.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.encryption' => 'ssl',
  7499.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.port' => 465,
  7500.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.host' => 'lepnik78.webd.pl',
  7501.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.username' => 'helpdesk@lepnik78.webd.pl',
  7502.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.password' => 'eE5qRSNAPzhiNG85',
  7503.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.auth_mode' => 'login',
  7504.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.timeout' => 30,
  7505.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.source_ip' => NULL,
  7506.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.local_domain' => NULL,
  7507.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.transport.smtp.stream_options' => [
  7508.             ],
  7509.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.spool.enabled' => false,
  7510.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.sender_address' => 'helpdesk@lepnik78.webd.pl',
  7511.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.single_address' => NULL,
  7512.             'swiftmailer.mailer.helpdesk@lepnik78.webd.pl.delivery.enabled' => true,
  7513.             'swiftmailer.mailers' => [
  7514.                 'helpdesk@lepnik78.webd.pl' => 'swiftmailer.mailer.helpdesk@lepnik78.webd.pl',
  7515.                 'helpdesk@mcube.app' => 'swiftmailer.mailer.helpdesk@mcube.app',
  7516.                 'ssl_helpdesk@mcube.app' => 'swiftmailer.mailer.ssl_helpdesk@mcube.app',
  7517.             ],
  7518.             'swiftmailer.default_mailer' => 'ssl_helpdesk@mcube.app',
  7519.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  7520.             'twig.form.resources' => [
  7521.                 => 'form_div_layout.html.twig',
  7522.             ],
  7523.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7524.             'uvdesk.site_url' => 'helpdesk.mcube.app',
  7525.             'uvdesk.upload_manager.id' => 'Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost',
  7526.             'uvdesk.support_email.id' => 'helpdesk@mcube.app',
  7527.             'uvdesk.support_email.name' => 'Helpdesk Multi-Cube',
  7528.             'uvdesk.support_email.mailer_id' => 'ssl_helpdesk@mcube.app',
  7529.             'uvdesk.default.ticket.type' => 'support',
  7530.             'uvdesk.default.ticket.status' => 'open',
  7531.             'uvdesk.default.ticket.priority' => 'low',
  7532.             'uvdesk.default.templates.email' => 'mail.html.twig',
  7533.             'uvdesk_extensions.dir' => (\dirname(__DIR__4).'/apps'),
  7534.             'uvdesk.emails.delimiter' => '<-- Please add content above this line -->',
  7535.             'uvdesk.emails.enable_delimiter' => false,
  7536.             'uvdesk.mailboxes' => [
  7537.                 => 'mailbox_1124',
  7538.             ],
  7539.             'uvdesk.mailboxes.mailbox_1124' => [
  7540.                 'name' => 'Helpdesk - Multi Cube',
  7541.                 'enabled' => true,
  7542.                 'deleted' => false,
  7543.                 'smtp_server' => [
  7544.                     'mailer_id' => 'helpdesk@lepnik78.webd.pl',
  7545.                 ],
  7546.                 'imap_server' => [
  7547.                     'host' => '{mcube.app:993/ssl/novalidate-cert}',
  7548.                     'username' => 'helpdesk@mcube.app',
  7549.                     'password' => 'eE5qRSNAPzhiNG85',
  7550.                 ],
  7551.                 'email' => 'helpdesk@mcube.app',
  7552.             ],
  7553.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7554.             'data_collector.templates' => [
  7555.                 'data_collector.request' => [
  7556.                     => 'request',
  7557.                     => '@WebProfiler/Collector/request.html.twig',
  7558.                 ],
  7559.                 'data_collector.time' => [
  7560.                     => 'time',
  7561.                     => '@WebProfiler/Collector/time.html.twig',
  7562.                 ],
  7563.                 'data_collector.memory' => [
  7564.                     => 'memory',
  7565.                     => '@WebProfiler/Collector/memory.html.twig',
  7566.                 ],
  7567.                 'data_collector.validator' => [
  7568.                     => 'validator',
  7569.                     => '@WebProfiler/Collector/validator.html.twig',
  7570.                 ],
  7571.                 'data_collector.ajax' => [
  7572.                     => 'ajax',
  7573.                     => '@WebProfiler/Collector/ajax.html.twig',
  7574.                 ],
  7575.                 'data_collector.form' => [
  7576.                     => 'form',
  7577.                     => '@WebProfiler/Collector/form.html.twig',
  7578.                 ],
  7579.                 'data_collector.exception' => [
  7580.                     => 'exception',
  7581.                     => '@WebProfiler/Collector/exception.html.twig',
  7582.                 ],
  7583.                 'data_collector.logger' => [
  7584.                     => 'logger',
  7585.                     => '@WebProfiler/Collector/logger.html.twig',
  7586.                 ],
  7587.                 'data_collector.events' => [
  7588.                     => 'events',
  7589.                     => '@WebProfiler/Collector/events.html.twig',
  7590.                 ],
  7591.                 'data_collector.router' => [
  7592.                     => 'router',
  7593.                     => '@WebProfiler/Collector/router.html.twig',
  7594.                 ],
  7595.                 'data_collector.cache' => [
  7596.                     => 'cache',
  7597.                     => '@WebProfiler/Collector/cache.html.twig',
  7598.                 ],
  7599.                 'data_collector.translation' => [
  7600.                     => 'translation',
  7601.                     => '@WebProfiler/Collector/translation.html.twig',
  7602.                 ],
  7603.                 'data_collector.security' => [
  7604.                     => 'security',
  7605.                     => '@Security/Collector/security.html.twig',
  7606.                 ],
  7607.                 'data_collector.twig' => [
  7608.                     => 'twig',
  7609.                     => '@WebProfiler/Collector/twig.html.twig',
  7610.                 ],
  7611.                 'data_collector.http_client' => [
  7612.                     => 'http_client',
  7613.                     => '@WebProfiler/Collector/http_client.html.twig',
  7614.                 ],
  7615.                 'data_collector.doctrine' => [
  7616.                     => 'db',
  7617.                     => '@Doctrine/Collector/db.html.twig',
  7618.                 ],
  7619.                 'swiftmailer.data_collector' => [
  7620.                     => 'swiftmailer',
  7621.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7622.                 ],
  7623.                 'data_collector.dump' => [
  7624.                     => 'dump',
  7625.                     => '@Debug/Profiler/dump.html.twig',
  7626.                 ],
  7627.                 'data_collector.config' => [
  7628.                     => 'config',
  7629.                     => '@WebProfiler/Collector/config.html.twig',
  7630.                 ],
  7631.             ],
  7632.             'console.command.ids' => [
  7633.                 => 'console.command.public_alias.App\\Console\\EnvironmentVariables',
  7634.                 => 'console.command.public_alias.App\\Console\\Wizard\\ConfigureHelpdesk',
  7635.                 => 'console.command.public_alias.App\\Console\\Wizard\\DefaultUser',
  7636.                 => 'console.command.public_alias.App\\Console\\Wizard\\MigrateDatabase',
  7637.                 => 'console.command.public_alias.Webkul\\UVDesk\\CoreFrameworkBundle\\Guides\\BootstrappingProject',
  7638.                 => 'console.command.public_alias.Webkul\\UVDesk\\ExtensionFrameworkBundle\\Console\\BuildExtensions',
  7639.                 => 'console.command.public_alias.Webkul\\UVDesk\\MailboxBundle\\Console\\RefreshMailboxCommand',
  7640.             ],
  7641.         ];
  7642.     }
  7643. }
  7644. include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Utils/ApplicationCollection.php';
  7645. class ApplicationCollection_a40b613 extends \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection implements \ProxyManager\Proxy\VirtualProxyInterface
  7646. {
  7647.     /**
  7648.      * @var \Closure|null initializer responsible for generating the wrapped object
  7649.      */
  7650.     private $valueHolderffca7 null;
  7651.     /**
  7652.      * @var \Closure|null initializer responsible for generating the wrapped object
  7653.      */
  7654.     private $initializer69ade null;
  7655.     /**
  7656.      * @var bool[] map of public properties of the parent class
  7657.      */
  7658.     private static $publicProperties45acc = [
  7659.         
  7660.     ];
  7661.     public function organizeCollection()
  7662.     {
  7663.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'organizeCollection', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7664.         return $this->valueHolderffca7->organizeCollection();
  7665.     }
  7666.     public function getCollection()
  7667.     {
  7668.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getCollection', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7669.         return $this->valueHolderffca7->getCollection();
  7670.     }
  7671.     public function findApplicationsByVendor($vendor)
  7672.     {
  7673.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'findApplicationsByVendor', array('vendor' => $vendor), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7674.         return $this->valueHolderffca7->findApplicationsByVendor($vendor);
  7675.     }
  7676.     public function findApplicationsByPackage(\Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Package\PackageInterface $package)
  7677.     {
  7678.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'findApplicationsByPackage', array('package' => $package), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7679.         return $this->valueHolderffca7->findApplicationsByPackage($package);
  7680.     }
  7681.     public function findApplicationByFullyQualifiedName($vendorName$packageName$applicationQualifiedName) : ?\Webkul\UVDesk\ExtensionFrameworkBundle\Definition\Application\ApplicationInterface
  7682.     {
  7683.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'findApplicationByFullyQualifiedName', array('vendorName' => $vendorName'packageName' => $packageName'applicationQualifiedName' => $applicationQualifiedName), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7684.         return $this->valueHolderffca7->findApplicationByFullyQualifiedName($vendorName$packageName$applicationQualifiedName);
  7685.     }
  7686.     /**
  7687.      * Constructor for lazy initialization
  7688.      *
  7689.      * @param \Closure|null $initializer
  7690.      */
  7691.     public static function staticProxyConstructor($initializer)
  7692.     {
  7693.         static $reflection;
  7694.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7695.         $instance $reflection->newInstanceWithoutConstructor();
  7696.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7697.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7698.         }, $instance'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($instance);
  7699.         $instance->initializer69ade $initializer;
  7700.         return $instance;
  7701.     }
  7702.     public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource $mappingResource, \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $packageCollection)
  7703.     {
  7704.         static $reflection;
  7705.         if (! $this->valueHolderffca7) {
  7706.             $reflection $reflection ?? new \ReflectionClass('Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection');
  7707.             $this->valueHolderffca7 $reflection->newInstanceWithoutConstructor();
  7708.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7709.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7710.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($this);
  7711.         }
  7712.         $this->valueHolderffca7->__construct($container$mappingResource$packageCollection);
  7713.     }
  7714.     public function & __get($name)
  7715.     {
  7716.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__get', ['name' => $name], $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7717.         if (isset(self::$publicProperties45acc[$name])) {
  7718.             return $this->valueHolderffca7->$name;
  7719.         }
  7720.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7721.         if (! $realInstanceReflection->hasProperty($name)) {
  7722.             $targetObject $this->valueHolderffca7;
  7723.             $backtrace debug_backtrace(false);
  7724.             trigger_error(
  7725.                 sprintf(
  7726.                     'Undefined property: %s::$%s in %s on line %s',
  7727.                     get_parent_class($this),
  7728.                     $name,
  7729.                     $backtrace[0]['file'],
  7730.                     $backtrace[0]['line']
  7731.                 ),
  7732.                 \E_USER_NOTICE
  7733.             );
  7734.             return $targetObject->$name;
  7735.             return;
  7736.         }
  7737.         $targetObject $this->valueHolderffca7;
  7738.         $accessor = function & () use ($targetObject$name) {
  7739.             return $targetObject->$name;
  7740.         };
  7741.         $backtrace debug_backtrace(true);
  7742.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7743.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7744.         $returnValue = & $accessor();
  7745.         return $returnValue;
  7746.     }
  7747.     public function __set($name$value)
  7748.     {
  7749.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__set', array('name' => $name'value' => $value), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7750.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7751.         if (! $realInstanceReflection->hasProperty($name)) {
  7752.             $targetObject $this->valueHolderffca7;
  7753.             return $targetObject->$name $value;
  7754.             return;
  7755.         }
  7756.         $targetObject $this->valueHolderffca7;
  7757.         $accessor = function & () use ($targetObject$name$value) {
  7758.             return $targetObject->$name $value;
  7759.         };
  7760.         $backtrace debug_backtrace(true);
  7761.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7762.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7763.         $returnValue = & $accessor();
  7764.         return $returnValue;
  7765.     }
  7766.     public function __isset($name)
  7767.     {
  7768.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__isset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7769.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7770.         if (! $realInstanceReflection->hasProperty($name)) {
  7771.             $targetObject $this->valueHolderffca7;
  7772.             return isset($targetObject->$name);
  7773.             return;
  7774.         }
  7775.         $targetObject $this->valueHolderffca7;
  7776.         $accessor = function () use ($targetObject$name) {
  7777.             return isset($targetObject->$name);
  7778.         };
  7779.         $backtrace debug_backtrace(true);
  7780.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7781.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7782.         $returnValue $accessor();
  7783.         return $returnValue;
  7784.     }
  7785.     public function __unset($name)
  7786.     {
  7787.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__unset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7788.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7789.         if (! $realInstanceReflection->hasProperty($name)) {
  7790.             $targetObject $this->valueHolderffca7;
  7791.             unset($targetObject->$name);
  7792.             return;
  7793.         }
  7794.         $targetObject $this->valueHolderffca7;
  7795.         $accessor = function () use ($targetObject$name) {
  7796.             unset($targetObject->$name);
  7797.         };
  7798.         $backtrace debug_backtrace(true);
  7799.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7800.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7801.         $returnValue $accessor();
  7802.         return $returnValue;
  7803.     }
  7804.     public function __clone()
  7805.     {
  7806.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__clone', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7807.         $this->valueHolderffca7 = clone $this->valueHolderffca7;
  7808.     }
  7809.     public function __sleep()
  7810.     {
  7811.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__sleep', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7812.         return array('valueHolderffca7');
  7813.     }
  7814.     public function __wakeup()
  7815.     {
  7816.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\ApplicationCollection $instance) {
  7817.             unset($instance->applications$instance->fullyQualifiedApplicationNames$instance->applicationsByFullyQualifiedName$instance->applicationsByQualifiedPackageName$instance->isOrganized);
  7818.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\ApplicationCollection')->__invoke($this);
  7819.     }
  7820.     public function setProxyInitializer(\Closure $initializer null)
  7821.     {
  7822.         $this->initializer69ade $initializer;
  7823.     }
  7824.     public function getProxyInitializer()
  7825.     {
  7826.         return $this->initializer69ade;
  7827.     }
  7828.     public function initializeProxy() : bool
  7829.     {
  7830.         return $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'initializeProxy', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7831.     }
  7832.     public function isProxyInitialized() : bool
  7833.     {
  7834.         return null !== $this->valueHolderffca7;
  7835.     }
  7836.     public function getWrappedValueHolderValue() : ?object
  7837.     {
  7838.         return $this->valueHolderffca7;
  7839.     }
  7840. }
  7841. if (!\class_exists('ApplicationCollection_a40b613'false)) {
  7842.     \class_alias(__NAMESPACE__.'\\ApplicationCollection_a40b613''ApplicationCollection_a40b613'false);
  7843. }
  7844. include_once \dirname(__DIR__4).'/vendor/uvdesk/extension-framework/Utils/PackageCollection.php';
  7845. class PackageCollection_b86d16c extends \Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection implements \ProxyManager\Proxy\VirtualProxyInterface
  7846. {
  7847.     /**
  7848.      * @var \Closure|null initializer responsible for generating the wrapped object
  7849.      */
  7850.     private $valueHolderffca7 null;
  7851.     /**
  7852.      * @var \Closure|null initializer responsible for generating the wrapped object
  7853.      */
  7854.     private $initializer69ade null;
  7855.     /**
  7856.      * @var bool[] map of public properties of the parent class
  7857.      */
  7858.     private static $publicProperties45acc = [
  7859.         
  7860.     ];
  7861.     public function organizeCollection()
  7862.     {
  7863.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'organizeCollection', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7864.         return $this->valueHolderffca7->organizeCollection();
  7865.     }
  7866.     public function getQualifiedPackageReference($class) : ?string
  7867.     {
  7868.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getQualifiedPackageReference', array('class' => $class), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7869.         return $this->valueHolderffca7->getQualifiedPackageReference($class);
  7870.     }
  7871.     public function getPackageQualifiedName($id) : ?string
  7872.     {
  7873.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getPackageQualifiedName', array('id' => $id), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7874.         return $this->valueHolderffca7->getPackageQualifiedName($id);
  7875.     }
  7876.     public function getPackageReferenceByQualifiedName($name) : ?string
  7877.     {
  7878.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getPackageReferenceByQualifiedName', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7879.         return $this->valueHolderffca7->getPackageReferenceByQualifiedName($name);
  7880.     }
  7881.     public function getCollection()
  7882.     {
  7883.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getCollection', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7884.         return $this->valueHolderffca7->getCollection();
  7885.     }
  7886.     public function getPackageByAttributes($vendor$package)
  7887.     {
  7888.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getPackageByAttributes', array('vendor' => $vendor'package' => $package), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7889.         return $this->valueHolderffca7->getPackageByAttributes($vendor$package);
  7890.     }
  7891.     /**
  7892.      * Constructor for lazy initialization
  7893.      *
  7894.      * @param \Closure|null $initializer
  7895.      */
  7896.     public static function staticProxyConstructor($initializer)
  7897.     {
  7898.         static $reflection;
  7899.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7900.         $instance $reflection->newInstanceWithoutConstructor();
  7901.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7902.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7903.         }, $instance'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($instance);
  7904.         $instance->initializer69ade $initializer;
  7905.         return $instance;
  7906.     }
  7907.     public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \Webkul\UVDesk\ExtensionFrameworkBundle\Definition\MappingResource $mappingResource)
  7908.     {
  7909.         static $reflection;
  7910.         if (! $this->valueHolderffca7) {
  7911.             $reflection $reflection ?? new \ReflectionClass('Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection');
  7912.             $this->valueHolderffca7 $reflection->newInstanceWithoutConstructor();
  7913.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  7914.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  7915.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($this);
  7916.         }
  7917.         $this->valueHolderffca7->__construct($container$mappingResource);
  7918.     }
  7919.     public function & __get($name)
  7920.     {
  7921.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__get', ['name' => $name], $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7922.         if (isset(self::$publicProperties45acc[$name])) {
  7923.             return $this->valueHolderffca7->$name;
  7924.         }
  7925.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7926.         if (! $realInstanceReflection->hasProperty($name)) {
  7927.             $targetObject $this->valueHolderffca7;
  7928.             $backtrace debug_backtrace(false);
  7929.             trigger_error(
  7930.                 sprintf(
  7931.                     'Undefined property: %s::$%s in %s on line %s',
  7932.                     get_parent_class($this),
  7933.                     $name,
  7934.                     $backtrace[0]['file'],
  7935.                     $backtrace[0]['line']
  7936.                 ),
  7937.                 \E_USER_NOTICE
  7938.             );
  7939.             return $targetObject->$name;
  7940.             return;
  7941.         }
  7942.         $targetObject $this->valueHolderffca7;
  7943.         $accessor = function & () use ($targetObject$name) {
  7944.             return $targetObject->$name;
  7945.         };
  7946.         $backtrace debug_backtrace(true);
  7947.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7948.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7949.         $returnValue = & $accessor();
  7950.         return $returnValue;
  7951.     }
  7952.     public function __set($name$value)
  7953.     {
  7954.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__set', array('name' => $name'value' => $value), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7955.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7956.         if (! $realInstanceReflection->hasProperty($name)) {
  7957.             $targetObject $this->valueHolderffca7;
  7958.             return $targetObject->$name $value;
  7959.             return;
  7960.         }
  7961.         $targetObject $this->valueHolderffca7;
  7962.         $accessor = function & () use ($targetObject$name$value) {
  7963.             return $targetObject->$name $value;
  7964.         };
  7965.         $backtrace debug_backtrace(true);
  7966.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7967.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7968.         $returnValue = & $accessor();
  7969.         return $returnValue;
  7970.     }
  7971.     public function __isset($name)
  7972.     {
  7973.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__isset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7974.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7975.         if (! $realInstanceReflection->hasProperty($name)) {
  7976.             $targetObject $this->valueHolderffca7;
  7977.             return isset($targetObject->$name);
  7978.             return;
  7979.         }
  7980.         $targetObject $this->valueHolderffca7;
  7981.         $accessor = function () use ($targetObject$name) {
  7982.             return isset($targetObject->$name);
  7983.         };
  7984.         $backtrace debug_backtrace(true);
  7985.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7986.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7987.         $returnValue $accessor();
  7988.         return $returnValue;
  7989.     }
  7990.     public function __unset($name)
  7991.     {
  7992.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__unset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  7993.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  7994.         if (! $realInstanceReflection->hasProperty($name)) {
  7995.             $targetObject $this->valueHolderffca7;
  7996.             unset($targetObject->$name);
  7997.             return;
  7998.         }
  7999.         $targetObject $this->valueHolderffca7;
  8000.         $accessor = function () use ($targetObject$name) {
  8001.             unset($targetObject->$name);
  8002.         };
  8003.         $backtrace debug_backtrace(true);
  8004.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8005.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8006.         $returnValue $accessor();
  8007.         return $returnValue;
  8008.     }
  8009.     public function __clone()
  8010.     {
  8011.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__clone', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8012.         $this->valueHolderffca7 = clone $this->valueHolderffca7;
  8013.     }
  8014.     public function __sleep()
  8015.     {
  8016.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__sleep', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8017.         return array('valueHolderffca7');
  8018.     }
  8019.     public function __wakeup()
  8020.     {
  8021.         \Closure::bind(function (\Webkul\UVDesk\ExtensionFrameworkBundle\Utils\PackageCollection $instance) {
  8022.             unset($instance->packages$instance->qualifiedPackageNames$instance->packagesByBaseNamespace$instance->packagesByQualifiedName$instance->packagesByQualifiedVendorName$instance->isOrganized);
  8023.         }, $this'Webkul\\UVDesk\\ExtensionFrameworkBundle\\Utils\\PackageCollection')->__invoke($this);
  8024.     }
  8025.     public function setProxyInitializer(\Closure $initializer null)
  8026.     {
  8027.         $this->initializer69ade $initializer;
  8028.     }
  8029.     public function getProxyInitializer()
  8030.     {
  8031.         return $this->initializer69ade;
  8032.     }
  8033.     public function initializeProxy() : bool
  8034.     {
  8035.         return $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'initializeProxy', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8036.     }
  8037.     public function isProxyInitialized() : bool
  8038.     {
  8039.         return null !== $this->valueHolderffca7;
  8040.     }
  8041.     public function getWrappedValueHolderValue() : ?object
  8042.     {
  8043.         return $this->valueHolderffca7;
  8044.     }
  8045. }
  8046. if (!\class_exists('PackageCollection_b86d16c'false)) {
  8047.     \class_alias(__NAMESPACE__.'\\PackageCollection_b86d16c''PackageCollection_b86d16c'false);
  8048. }
  8049. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  8050. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  8051. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  8052. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  8053. {
  8054.     /**
  8055.      * @var \Closure|null initializer responsible for generating the wrapped object
  8056.      */
  8057.     private $valueHolderffca7 null;
  8058.     /**
  8059.      * @var \Closure|null initializer responsible for generating the wrapped object
  8060.      */
  8061.     private $initializer69ade null;
  8062.     /**
  8063.      * @var bool[] map of public properties of the parent class
  8064.      */
  8065.     private static $publicProperties45acc = [
  8066.         
  8067.     ];
  8068.     public function getConnection()
  8069.     {
  8070.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getConnection', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8071.         return $this->valueHolderffca7->getConnection();
  8072.     }
  8073.     public function getMetadataFactory()
  8074.     {
  8075.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getMetadataFactory', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8076.         return $this->valueHolderffca7->getMetadataFactory();
  8077.     }
  8078.     public function getExpressionBuilder()
  8079.     {
  8080.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getExpressionBuilder', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8081.         return $this->valueHolderffca7->getExpressionBuilder();
  8082.     }
  8083.     public function beginTransaction()
  8084.     {
  8085.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'beginTransaction', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8086.         return $this->valueHolderffca7->beginTransaction();
  8087.     }
  8088.     public function getCache()
  8089.     {
  8090.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getCache', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8091.         return $this->valueHolderffca7->getCache();
  8092.     }
  8093.     public function transactional($func)
  8094.     {
  8095.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'transactional', array('func' => $func), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8096.         return $this->valueHolderffca7->transactional($func);
  8097.     }
  8098.     public function wrapInTransaction(callable $func)
  8099.     {
  8100.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'wrapInTransaction', array('func' => $func), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8101.         return $this->valueHolderffca7->wrapInTransaction($func);
  8102.     }
  8103.     public function commit()
  8104.     {
  8105.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'commit', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8106.         return $this->valueHolderffca7->commit();
  8107.     }
  8108.     public function rollback()
  8109.     {
  8110.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'rollback', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8111.         return $this->valueHolderffca7->rollback();
  8112.     }
  8113.     public function getClassMetadata($className)
  8114.     {
  8115.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getClassMetadata', array('className' => $className), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8116.         return $this->valueHolderffca7->getClassMetadata($className);
  8117.     }
  8118.     public function createQuery($dql '')
  8119.     {
  8120.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'createQuery', array('dql' => $dql), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8121.         return $this->valueHolderffca7->createQuery($dql);
  8122.     }
  8123.     public function createNamedQuery($name)
  8124.     {
  8125.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'createNamedQuery', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8126.         return $this->valueHolderffca7->createNamedQuery($name);
  8127.     }
  8128.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  8129.     {
  8130.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8131.         return $this->valueHolderffca7->createNativeQuery($sql$rsm);
  8132.     }
  8133.     public function createNamedNativeQuery($name)
  8134.     {
  8135.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'createNamedNativeQuery', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8136.         return $this->valueHolderffca7->createNamedNativeQuery($name);
  8137.     }
  8138.     public function createQueryBuilder()
  8139.     {
  8140.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'createQueryBuilder', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8141.         return $this->valueHolderffca7->createQueryBuilder();
  8142.     }
  8143.     public function flush($entity null)
  8144.     {
  8145.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'flush', array('entity' => $entity), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8146.         return $this->valueHolderffca7->flush($entity);
  8147.     }
  8148.     public function find($className$id$lockMode null$lockVersion null)
  8149.     {
  8150.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8151.         return $this->valueHolderffca7->find($className$id$lockMode$lockVersion);
  8152.     }
  8153.     public function getReference($entityName$id)
  8154.     {
  8155.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8156.         return $this->valueHolderffca7->getReference($entityName$id);
  8157.     }
  8158.     public function getPartialReference($entityName$identifier)
  8159.     {
  8160.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8161.         return $this->valueHolderffca7->getPartialReference($entityName$identifier);
  8162.     }
  8163.     public function clear($entityName null)
  8164.     {
  8165.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'clear', array('entityName' => $entityName), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8166.         return $this->valueHolderffca7->clear($entityName);
  8167.     }
  8168.     public function close()
  8169.     {
  8170.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'close', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8171.         return $this->valueHolderffca7->close();
  8172.     }
  8173.     public function persist($entity)
  8174.     {
  8175.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'persist', array('entity' => $entity), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8176.         return $this->valueHolderffca7->persist($entity);
  8177.     }
  8178.     public function remove($entity)
  8179.     {
  8180.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'remove', array('entity' => $entity), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8181.         return $this->valueHolderffca7->remove($entity);
  8182.     }
  8183.     public function refresh($entity)
  8184.     {
  8185.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'refresh', array('entity' => $entity), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8186.         return $this->valueHolderffca7->refresh($entity);
  8187.     }
  8188.     public function detach($entity)
  8189.     {
  8190.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'detach', array('entity' => $entity), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8191.         return $this->valueHolderffca7->detach($entity);
  8192.     }
  8193.     public function merge($entity)
  8194.     {
  8195.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'merge', array('entity' => $entity), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8196.         return $this->valueHolderffca7->merge($entity);
  8197.     }
  8198.     public function copy($entity$deep false)
  8199.     {
  8200.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8201.         return $this->valueHolderffca7->copy($entity$deep);
  8202.     }
  8203.     public function lock($entity$lockMode$lockVersion null)
  8204.     {
  8205.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8206.         return $this->valueHolderffca7->lock($entity$lockMode$lockVersion);
  8207.     }
  8208.     public function getRepository($entityName)
  8209.     {
  8210.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getRepository', array('entityName' => $entityName), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8211.         return $this->valueHolderffca7->getRepository($entityName);
  8212.     }
  8213.     public function contains($entity)
  8214.     {
  8215.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'contains', array('entity' => $entity), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8216.         return $this->valueHolderffca7->contains($entity);
  8217.     }
  8218.     public function getEventManager()
  8219.     {
  8220.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getEventManager', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8221.         return $this->valueHolderffca7->getEventManager();
  8222.     }
  8223.     public function getConfiguration()
  8224.     {
  8225.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getConfiguration', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8226.         return $this->valueHolderffca7->getConfiguration();
  8227.     }
  8228.     public function isOpen()
  8229.     {
  8230.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'isOpen', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8231.         return $this->valueHolderffca7->isOpen();
  8232.     }
  8233.     public function getUnitOfWork()
  8234.     {
  8235.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getUnitOfWork', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8236.         return $this->valueHolderffca7->getUnitOfWork();
  8237.     }
  8238.     public function getHydrator($hydrationMode)
  8239.     {
  8240.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8241.         return $this->valueHolderffca7->getHydrator($hydrationMode);
  8242.     }
  8243.     public function newHydrator($hydrationMode)
  8244.     {
  8245.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8246.         return $this->valueHolderffca7->newHydrator($hydrationMode);
  8247.     }
  8248.     public function getProxyFactory()
  8249.     {
  8250.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getProxyFactory', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8251.         return $this->valueHolderffca7->getProxyFactory();
  8252.     }
  8253.     public function initializeObject($obj)
  8254.     {
  8255.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'initializeObject', array('obj' => $obj), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8256.         return $this->valueHolderffca7->initializeObject($obj);
  8257.     }
  8258.     public function getFilters()
  8259.     {
  8260.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'getFilters', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8261.         return $this->valueHolderffca7->getFilters();
  8262.     }
  8263.     public function isFiltersStateClean()
  8264.     {
  8265.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'isFiltersStateClean', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8266.         return $this->valueHolderffca7->isFiltersStateClean();
  8267.     }
  8268.     public function hasFilters()
  8269.     {
  8270.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'hasFilters', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8271.         return $this->valueHolderffca7->hasFilters();
  8272.     }
  8273.     /**
  8274.      * Constructor for lazy initialization
  8275.      *
  8276.      * @param \Closure|null $initializer
  8277.      */
  8278.     public static function staticProxyConstructor($initializer)
  8279.     {
  8280.         static $reflection;
  8281.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8282.         $instance $reflection->newInstanceWithoutConstructor();
  8283.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8284.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8285.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  8286.         $instance->initializer69ade $initializer;
  8287.         return $instance;
  8288.     }
  8289.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  8290.     {
  8291.         static $reflection;
  8292.         if (! $this->valueHolderffca7) {
  8293.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8294.             $this->valueHolderffca7 $reflection->newInstanceWithoutConstructor();
  8295.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8296.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8297.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8298.         }
  8299.         $this->valueHolderffca7->__construct($conn$config$eventManager);
  8300.     }
  8301.     public function & __get($name)
  8302.     {
  8303.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__get', ['name' => $name], $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8304.         if (isset(self::$publicProperties45acc[$name])) {
  8305.             return $this->valueHolderffca7->$name;
  8306.         }
  8307.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8308.         if (! $realInstanceReflection->hasProperty($name)) {
  8309.             $targetObject $this->valueHolderffca7;
  8310.             $backtrace debug_backtrace(false);
  8311.             trigger_error(
  8312.                 sprintf(
  8313.                     'Undefined property: %s::$%s in %s on line %s',
  8314.                     get_parent_class($this),
  8315.                     $name,
  8316.                     $backtrace[0]['file'],
  8317.                     $backtrace[0]['line']
  8318.                 ),
  8319.                 \E_USER_NOTICE
  8320.             );
  8321.             return $targetObject->$name;
  8322.             return;
  8323.         }
  8324.         $targetObject $this->valueHolderffca7;
  8325.         $accessor = function & () use ($targetObject$name) {
  8326.             return $targetObject->$name;
  8327.         };
  8328.         $backtrace debug_backtrace(true);
  8329.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8330.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8331.         $returnValue = & $accessor();
  8332.         return $returnValue;
  8333.     }
  8334.     public function __set($name$value)
  8335.     {
  8336.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__set', array('name' => $name'value' => $value), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8337.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8338.         if (! $realInstanceReflection->hasProperty($name)) {
  8339.             $targetObject $this->valueHolderffca7;
  8340.             return $targetObject->$name $value;
  8341.             return;
  8342.         }
  8343.         $targetObject $this->valueHolderffca7;
  8344.         $accessor = function & () use ($targetObject$name$value) {
  8345.             return $targetObject->$name $value;
  8346.         };
  8347.         $backtrace debug_backtrace(true);
  8348.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8349.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8350.         $returnValue = & $accessor();
  8351.         return $returnValue;
  8352.     }
  8353.     public function __isset($name)
  8354.     {
  8355.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__isset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8356.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8357.         if (! $realInstanceReflection->hasProperty($name)) {
  8358.             $targetObject $this->valueHolderffca7;
  8359.             return isset($targetObject->$name);
  8360.             return;
  8361.         }
  8362.         $targetObject $this->valueHolderffca7;
  8363.         $accessor = function () use ($targetObject$name) {
  8364.             return isset($targetObject->$name);
  8365.         };
  8366.         $backtrace debug_backtrace(true);
  8367.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8368.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8369.         $returnValue $accessor();
  8370.         return $returnValue;
  8371.     }
  8372.     public function __unset($name)
  8373.     {
  8374.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__unset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8375.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8376.         if (! $realInstanceReflection->hasProperty($name)) {
  8377.             $targetObject $this->valueHolderffca7;
  8378.             unset($targetObject->$name);
  8379.             return;
  8380.         }
  8381.         $targetObject $this->valueHolderffca7;
  8382.         $accessor = function () use ($targetObject$name) {
  8383.             unset($targetObject->$name);
  8384.         };
  8385.         $backtrace debug_backtrace(true);
  8386.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8387.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8388.         $returnValue $accessor();
  8389.         return $returnValue;
  8390.     }
  8391.     public function __clone()
  8392.     {
  8393.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__clone', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8394.         $this->valueHolderffca7 = clone $this->valueHolderffca7;
  8395.     }
  8396.     public function __sleep()
  8397.     {
  8398.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__sleep', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8399.         return array('valueHolderffca7');
  8400.     }
  8401.     public function __wakeup()
  8402.     {
  8403.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8404.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8405.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8406.     }
  8407.     public function setProxyInitializer(\Closure $initializer null)
  8408.     {
  8409.         $this->initializer69ade $initializer;
  8410.     }
  8411.     public function getProxyInitializer()
  8412.     {
  8413.         return $this->initializer69ade;
  8414.     }
  8415.     public function initializeProxy() : bool
  8416.     {
  8417.         return $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'initializeProxy', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8418.     }
  8419.     public function isProxyInitialized() : bool
  8420.     {
  8421.         return null !== $this->valueHolderffca7;
  8422.     }
  8423.     public function getWrappedValueHolderValue() : ?object
  8424.     {
  8425.         return $this->valueHolderffca7;
  8426.     }
  8427. }
  8428. if (!\class_exists('EntityManager_9a5be93'false)) {
  8429.     \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93''EntityManager_9a5be93'false);
  8430. }
  8431. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  8432. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  8433. class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
  8434. {
  8435.     /**
  8436.      * @var \Closure|null initializer responsible for generating the wrapped object
  8437.      */
  8438.     private $valueHolderffca7 null;
  8439.     /**
  8440.      * @var \Closure|null initializer responsible for generating the wrapped object
  8441.      */
  8442.     private $initializer69ade null;
  8443.     /**
  8444.      * @var bool[] map of public properties of the parent class
  8445.      */
  8446.     private static $publicProperties45acc = [
  8447.         
  8448.     ];
  8449.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  8450.     {
  8451.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8452.         if ($this->valueHolderffca7 === $returnValue $this->valueHolderffca7->paginate($target$page$limit$options)) {
  8453.             $returnValue $this;
  8454.         }
  8455.         return $returnValue;
  8456.     }
  8457.     /**
  8458.      * Constructor for lazy initialization
  8459.      *
  8460.      * @param \Closure|null $initializer
  8461.      */
  8462.     public static function staticProxyConstructor($initializer)
  8463.     {
  8464.         static $reflection;
  8465.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8466.         $instance $reflection->newInstanceWithoutConstructor();
  8467.         $instance->initializer69ade $initializer;
  8468.         return $instance;
  8469.     }
  8470.     public function __construct()
  8471.     {
  8472.         static $reflection;
  8473.         if (! $this->valueHolderffca7) {
  8474.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8475.             $this->valueHolderffca7 $reflection->newInstanceWithoutConstructor();
  8476.         }
  8477.     }
  8478.     public function & __get($name)
  8479.     {
  8480.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__get', ['name' => $name], $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8481.         if (isset(self::$publicProperties45acc[$name])) {
  8482.             return $this->valueHolderffca7->$name;
  8483.         }
  8484.         $targetObject $this->valueHolderffca7;
  8485.         $backtrace debug_backtrace(false);
  8486.         trigger_error(
  8487.             sprintf(
  8488.                 'Undefined property: %s::$%s in %s on line %s',
  8489.                 'Knp\\Component\\Pager\\PaginatorInterface',
  8490.                 $name,
  8491.                 $backtrace[0]['file'],
  8492.                 $backtrace[0]['line']
  8493.             ),
  8494.             \E_USER_NOTICE
  8495.         );
  8496.         return $targetObject->$name;
  8497.     }
  8498.     public function __set($name$value)
  8499.     {
  8500.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__set', array('name' => $name'value' => $value), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8501.         $targetObject $this->valueHolderffca7;
  8502.         return $targetObject->$name $value;
  8503.     }
  8504.     public function __isset($name)
  8505.     {
  8506.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__isset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8507.         $targetObject $this->valueHolderffca7;
  8508.         return isset($targetObject->$name);
  8509.     }
  8510.     public function __unset($name)
  8511.     {
  8512.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__unset', array('name' => $name), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8513.         $targetObject $this->valueHolderffca7;
  8514.         unset($targetObject->$name);
  8515. return;
  8516.     }
  8517.     public function __clone()
  8518.     {
  8519.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__clone', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8520.         $this->valueHolderffca7 = clone $this->valueHolderffca7;
  8521.     }
  8522.     public function __sleep()
  8523.     {
  8524.         $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'__sleep', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8525.         return array('valueHolderffca7');
  8526.     }
  8527.     public function __wakeup()
  8528.     {
  8529.     }
  8530.     public function setProxyInitializer(\Closure $initializer null)
  8531.     {
  8532.         $this->initializer69ade $initializer;
  8533.     }
  8534.     public function getProxyInitializer()
  8535.     {
  8536.         return $this->initializer69ade;
  8537.     }
  8538.     public function initializeProxy() : bool
  8539.     {
  8540.         return $this->initializer69ade && ($this->initializer69ade->__invoke($valueHolderffca7$this'initializeProxy', array(), $this->initializer69ade) || 1) && $this->valueHolderffca7 $valueHolderffca7;
  8541.     }
  8542.     public function isProxyInitialized() : bool
  8543.     {
  8544.         return null !== $this->valueHolderffca7;
  8545.     }
  8546.     public function getWrappedValueHolderValue() : ?object
  8547.     {
  8548.         return $this->valueHolderffca7;
  8549.     }
  8550. }
  8551. if (!\class_exists('PaginatorInterface_82dac15'false)) {
  8552.     \class_alias(__NAMESPACE__.'\\PaginatorInterface_82dac15''PaginatorInterface_82dac15'false);
  8553. }